public static class CarePlanActivity.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<CarePlanActivity> implements org.apache.avro.data.RecordBuilder<CarePlanActivity>
Modifier and Type | Method and Description |
---|---|
CarePlanActivity |
build() |
CarePlanActivity.Builder |
clearDetail()
Clears the value of the 'detail' field.
|
CarePlanActivity.Builder |
clearId()
Clears the value of the 'id' field.
|
CarePlanActivity.Builder |
clearOutcomeCodeableConcept()
Clears the value of the 'outcomeCodeableConcept' field.
|
CarePlanActivity.Builder |
clearOutcomeReference()
Clears the value of the 'outcomeReference' field.
|
CarePlanActivity.Builder |
clearProgress()
Clears the value of the 'progress' field.
|
CarePlanActivity.Builder |
clearReference()
Clears the value of the 'reference' field.
|
CarePlanActivityDetail |
getDetail()
Gets the value of the 'detail' field.
|
CarePlanActivityDetail.Builder |
getDetailBuilder()
Gets the Builder instance for the 'detail' field and creates one if it doesn't exist yet.
|
String |
getId()
Gets the value of the 'id' field.
|
List<CodeableConcept> |
getOutcomeCodeableConcept()
Gets the value of the 'outcomeCodeableConcept' field.
|
List<ResourceReference> |
getOutcomeReference()
Gets the value of the 'outcomeReference' field.
|
List<Annotation> |
getProgress()
Gets the value of the 'progress' field.
|
AppointmentCommunicationRequestDeviceRequestMedicationRequestNutritionOrderProcedureRequestReferralRequestRequestGroupTaskVisionPrescriptionReference |
getReference()
Gets the value of the 'reference' field.
|
AppointmentCommunicationRequestDeviceRequestMedicationRequestNutritionOrderProcedureRequestReferralRequestRequestGroupTaskVisionPrescriptionReference.Builder |
getReferenceBuilder()
Gets the Builder instance for the 'reference' field and creates one if it doesn't exist yet.
|
boolean |
hasDetail()
Checks whether the 'detail' field has been set.
|
boolean |
hasDetailBuilder()
Checks whether the 'detail' field has an active Builder instance
Field for FHIR property detail
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasOutcomeCodeableConcept()
Checks whether the 'outcomeCodeableConcept' field has been set.
|
boolean |
hasOutcomeReference()
Checks whether the 'outcomeReference' field has been set.
|
boolean |
hasProgress()
Checks whether the 'progress' field has been set.
|
boolean |
hasReference()
Checks whether the 'reference' field has been set.
|
boolean |
hasReferenceBuilder()
Checks whether the 'reference' field has an active Builder instance
Field for FHIR property reference
|
CarePlanActivity.Builder |
setDetail(CarePlanActivityDetail value)
Sets the value of the 'detail' field.
|
CarePlanActivity.Builder |
setDetailBuilder(CarePlanActivityDetail.Builder value)
Sets the Builder instance for the 'detail' field
Field for FHIR property detail
|
CarePlanActivity.Builder |
setId(String value)
Sets the value of the 'id' field.
|
CarePlanActivity.Builder |
setOutcomeCodeableConcept(List<CodeableConcept> value)
Sets the value of the 'outcomeCodeableConcept' field.
|
CarePlanActivity.Builder |
setOutcomeReference(List<ResourceReference> value)
Sets the value of the 'outcomeReference' field.
|
CarePlanActivity.Builder |
setProgress(List<Annotation> value)
Sets the value of the 'progress' field.
|
CarePlanActivity.Builder |
setReference(AppointmentCommunicationRequestDeviceRequestMedicationRequestNutritionOrderProcedureRequestReferralRequestRequestGroupTaskVisionPrescriptionReference value)
Sets the value of the 'reference' field.
|
CarePlanActivity.Builder |
setReferenceBuilder(AppointmentCommunicationRequestDeviceRequestMedicationRequestNutritionOrderProcedureRequestReferralRequestRequestGroupTaskVisionPrescriptionReference.Builder value)
Sets the Builder instance for the 'reference' field
Field for FHIR property reference
|
public String getId()
public CarePlanActivity.Builder setId(String value)
value
- The value of 'id'.public boolean hasId()
public CarePlanActivity.Builder clearId()
public List<CodeableConcept> getOutcomeCodeableConcept()
public CarePlanActivity.Builder setOutcomeCodeableConcept(List<CodeableConcept> value)
value
- The value of 'outcomeCodeableConcept'.public boolean hasOutcomeCodeableConcept()
public CarePlanActivity.Builder clearOutcomeCodeableConcept()
public List<ResourceReference> getOutcomeReference()
public CarePlanActivity.Builder setOutcomeReference(List<ResourceReference> value)
value
- The value of 'outcomeReference'.public boolean hasOutcomeReference()
public CarePlanActivity.Builder clearOutcomeReference()
public List<Annotation> getProgress()
public CarePlanActivity.Builder setProgress(List<Annotation> value)
value
- The value of 'progress'.public boolean hasProgress()
public CarePlanActivity.Builder clearProgress()
public AppointmentCommunicationRequestDeviceRequestMedicationRequestNutritionOrderProcedureRequestReferralRequestRequestGroupTaskVisionPrescriptionReference getReference()
public CarePlanActivity.Builder setReference(AppointmentCommunicationRequestDeviceRequestMedicationRequestNutritionOrderProcedureRequestReferralRequestRequestGroupTaskVisionPrescriptionReference value)
value
- The value of 'reference'.public boolean hasReference()
public AppointmentCommunicationRequestDeviceRequestMedicationRequestNutritionOrderProcedureRequestReferralRequestRequestGroupTaskVisionPrescriptionReference.Builder getReferenceBuilder()
public CarePlanActivity.Builder setReferenceBuilder(AppointmentCommunicationRequestDeviceRequestMedicationRequestNutritionOrderProcedureRequestReferralRequestRequestGroupTaskVisionPrescriptionReference.Builder value)
value
- The builder instance that must be set.public boolean hasReferenceBuilder()
public CarePlanActivity.Builder clearReference()
public CarePlanActivityDetail getDetail()
public CarePlanActivity.Builder setDetail(CarePlanActivityDetail value)
value
- The value of 'detail'.public boolean hasDetail()
public CarePlanActivityDetail.Builder getDetailBuilder()
public CarePlanActivity.Builder setDetailBuilder(CarePlanActivityDetail.Builder value)
value
- The builder instance that must be set.public boolean hasDetailBuilder()
public CarePlanActivity.Builder clearDetail()
public CarePlanActivity build()
build
in interface org.apache.avro.data.RecordBuilder<CarePlanActivity>
Copyright © 2020. All rights reserved.