public static class CarePlanMedicationRequestProcedureRequestReferralRequestReference.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<CarePlanMedicationRequestProcedureRequestReferralRequestReference> implements org.apache.avro.data.RecordBuilder<CarePlanMedicationRequestProcedureRequestReferralRequestReference>
| Modifier and Type | Method and Description |
|---|---|
CarePlanMedicationRequestProcedureRequestReferralRequestReference |
build() |
CarePlanMedicationRequestProcedureRequestReferralRequestReference.Builder |
clearCarePlanId()
Clears the value of the 'CarePlanId' field.
|
CarePlanMedicationRequestProcedureRequestReferralRequestReference.Builder |
clearDisplay()
Clears the value of the 'display' field.
|
CarePlanMedicationRequestProcedureRequestReferralRequestReference.Builder |
clearId()
Clears the value of the 'id' field.
|
CarePlanMedicationRequestProcedureRequestReferralRequestReference.Builder |
clearIdentifier()
Clears the value of the 'identifier' field.
|
CarePlanMedicationRequestProcedureRequestReferralRequestReference.Builder |
clearMedicationRequestId()
Clears the value of the 'MedicationRequestId' field.
|
CarePlanMedicationRequestProcedureRequestReferralRequestReference.Builder |
clearProcedureRequestId()
Clears the value of the 'ProcedureRequestId' field.
|
CarePlanMedicationRequestProcedureRequestReferralRequestReference.Builder |
clearReference()
Clears the value of the 'reference' field.
|
CarePlanMedicationRequestProcedureRequestReferralRequestReference.Builder |
clearReferralRequestId()
Clears the value of the 'ReferralRequestId' field.
|
String |
getCarePlanId()
Gets the value of the 'CarePlanId' field.
|
String |
getDisplay()
Gets the value of the 'display' field.
|
String |
getId()
Gets the value of the 'id' field.
|
Identifier |
getIdentifier()
Gets the value of the 'identifier' field.
|
Identifier.Builder |
getIdentifierBuilder()
Gets the Builder instance for the 'identifier' field and creates one if it doesn't exist yet.
|
String |
getMedicationRequestId()
Gets the value of the 'MedicationRequestId' field.
|
String |
getProcedureRequestId()
Gets the value of the 'ProcedureRequestId' field.
|
String |
getReference()
Gets the value of the 'reference' field.
|
String |
getReferralRequestId()
Gets the value of the 'ReferralRequestId' field.
|
boolean |
hasCarePlanId()
Checks whether the 'CarePlanId' field has been set.
|
boolean |
hasDisplay()
Checks whether the 'display' field has been set.
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasIdentifier()
Checks whether the 'identifier' field has been set.
|
boolean |
hasIdentifierBuilder()
Checks whether the 'identifier' field has an active Builder instance
Reference field
|
boolean |
hasMedicationRequestId()
Checks whether the 'MedicationRequestId' field has been set.
|
boolean |
hasProcedureRequestId()
Checks whether the 'ProcedureRequestId' field has been set.
|
boolean |
hasReference()
Checks whether the 'reference' field has been set.
|
boolean |
hasReferralRequestId()
Checks whether the 'ReferralRequestId' field has been set.
|
CarePlanMedicationRequestProcedureRequestReferralRequestReference.Builder |
setCarePlanId(String value)
Sets the value of the 'CarePlanId' field.
|
CarePlanMedicationRequestProcedureRequestReferralRequestReference.Builder |
setDisplay(String value)
Sets the value of the 'display' field.
|
CarePlanMedicationRequestProcedureRequestReferralRequestReference.Builder |
setId(String value)
Sets the value of the 'id' field.
|
CarePlanMedicationRequestProcedureRequestReferralRequestReference.Builder |
setIdentifier(Identifier value)
Sets the value of the 'identifier' field.
|
CarePlanMedicationRequestProcedureRequestReferralRequestReference.Builder |
setIdentifierBuilder(Identifier.Builder value)
Sets the Builder instance for the 'identifier' field
Reference field
|
CarePlanMedicationRequestProcedureRequestReferralRequestReference.Builder |
setMedicationRequestId(String value)
Sets the value of the 'MedicationRequestId' field.
|
CarePlanMedicationRequestProcedureRequestReferralRequestReference.Builder |
setProcedureRequestId(String value)
Sets the value of the 'ProcedureRequestId' field.
|
CarePlanMedicationRequestProcedureRequestReferralRequestReference.Builder |
setReference(String value)
Sets the value of the 'reference' field.
|
CarePlanMedicationRequestProcedureRequestReferralRequestReference.Builder |
setReferralRequestId(String value)
Sets the value of the 'ReferralRequestId' field.
|
public String getCarePlanId()
public CarePlanMedicationRequestProcedureRequestReferralRequestReference.Builder setCarePlanId(String value)
value - The value of 'CarePlanId'.public boolean hasCarePlanId()
public CarePlanMedicationRequestProcedureRequestReferralRequestReference.Builder clearCarePlanId()
public String getMedicationRequestId()
public CarePlanMedicationRequestProcedureRequestReferralRequestReference.Builder setMedicationRequestId(String value)
value - The value of 'MedicationRequestId'.public boolean hasMedicationRequestId()
public CarePlanMedicationRequestProcedureRequestReferralRequestReference.Builder clearMedicationRequestId()
public String getProcedureRequestId()
public CarePlanMedicationRequestProcedureRequestReferralRequestReference.Builder setProcedureRequestId(String value)
value - The value of 'ProcedureRequestId'.public boolean hasProcedureRequestId()
public CarePlanMedicationRequestProcedureRequestReferralRequestReference.Builder clearProcedureRequestId()
public String getReferralRequestId()
public CarePlanMedicationRequestProcedureRequestReferralRequestReference.Builder setReferralRequestId(String value)
value - The value of 'ReferralRequestId'.public boolean hasReferralRequestId()
public CarePlanMedicationRequestProcedureRequestReferralRequestReference.Builder clearReferralRequestId()
public String getId()
public CarePlanMedicationRequestProcedureRequestReferralRequestReference.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public CarePlanMedicationRequestProcedureRequestReferralRequestReference.Builder clearId()
public String getReference()
public CarePlanMedicationRequestProcedureRequestReferralRequestReference.Builder setReference(String value)
value - The value of 'reference'.public boolean hasReference()
public CarePlanMedicationRequestProcedureRequestReferralRequestReference.Builder clearReference()
public Identifier getIdentifier()
public CarePlanMedicationRequestProcedureRequestReferralRequestReference.Builder setIdentifier(Identifier value)
value - The value of 'identifier'.public boolean hasIdentifier()
public Identifier.Builder getIdentifierBuilder()
public CarePlanMedicationRequestProcedureRequestReferralRequestReference.Builder setIdentifierBuilder(Identifier.Builder value)
value - The builder instance that must be set.public boolean hasIdentifierBuilder()
public CarePlanMedicationRequestProcedureRequestReferralRequestReference.Builder clearIdentifier()
public String getDisplay()
public CarePlanMedicationRequestProcedureRequestReferralRequestReference.Builder setDisplay(String value)
value - The value of 'display'.public boolean hasDisplay()
public CarePlanMedicationRequestProcedureRequestReferralRequestReference.Builder clearDisplay()
public CarePlanMedicationRequestProcedureRequestReferralRequestReference build()
build in interface org.apache.avro.data.RecordBuilder<CarePlanMedicationRequestProcedureRequestReferralRequestReference>Copyright © 2020. All rights reserved.