public static class CareTeamOrganizationPatientPractitionerRelatedPersonReference.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<CareTeamOrganizationPatientPractitionerRelatedPersonReference> implements org.apache.avro.data.RecordBuilder<CareTeamOrganizationPatientPractitionerRelatedPersonReference>
| Modifier and Type | Method and Description |
|---|---|
CareTeamOrganizationPatientPractitionerRelatedPersonReference |
build() |
CareTeamOrganizationPatientPractitionerRelatedPersonReference.Builder |
clearCareTeamId()
Clears the value of the 'CareTeamId' field.
|
CareTeamOrganizationPatientPractitionerRelatedPersonReference.Builder |
clearDisplay()
Clears the value of the 'display' field.
|
CareTeamOrganizationPatientPractitionerRelatedPersonReference.Builder |
clearId()
Clears the value of the 'id' field.
|
CareTeamOrganizationPatientPractitionerRelatedPersonReference.Builder |
clearIdentifier()
Clears the value of the 'identifier' field.
|
CareTeamOrganizationPatientPractitionerRelatedPersonReference.Builder |
clearOrganizationId()
Clears the value of the 'OrganizationId' field.
|
CareTeamOrganizationPatientPractitionerRelatedPersonReference.Builder |
clearPatientId()
Clears the value of the 'PatientId' field.
|
CareTeamOrganizationPatientPractitionerRelatedPersonReference.Builder |
clearPractitionerId()
Clears the value of the 'PractitionerId' field.
|
CareTeamOrganizationPatientPractitionerRelatedPersonReference.Builder |
clearReference()
Clears the value of the 'reference' field.
|
CareTeamOrganizationPatientPractitionerRelatedPersonReference.Builder |
clearRelatedPersonId()
Clears the value of the 'RelatedPersonId' field.
|
String |
getCareTeamId()
Gets the value of the 'CareTeamId' 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 |
getOrganizationId()
Gets the value of the 'OrganizationId' field.
|
String |
getPatientId()
Gets the value of the 'PatientId' field.
|
String |
getPractitionerId()
Gets the value of the 'PractitionerId' field.
|
String |
getReference()
Gets the value of the 'reference' field.
|
String |
getRelatedPersonId()
Gets the value of the 'RelatedPersonId' field.
|
boolean |
hasCareTeamId()
Checks whether the 'CareTeamId' 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 |
hasOrganizationId()
Checks whether the 'OrganizationId' field has been set.
|
boolean |
hasPatientId()
Checks whether the 'PatientId' field has been set.
|
boolean |
hasPractitionerId()
Checks whether the 'PractitionerId' field has been set.
|
boolean |
hasReference()
Checks whether the 'reference' field has been set.
|
boolean |
hasRelatedPersonId()
Checks whether the 'RelatedPersonId' field has been set.
|
CareTeamOrganizationPatientPractitionerRelatedPersonReference.Builder |
setCareTeamId(String value)
Sets the value of the 'CareTeamId' field.
|
CareTeamOrganizationPatientPractitionerRelatedPersonReference.Builder |
setDisplay(String value)
Sets the value of the 'display' field.
|
CareTeamOrganizationPatientPractitionerRelatedPersonReference.Builder |
setId(String value)
Sets the value of the 'id' field.
|
CareTeamOrganizationPatientPractitionerRelatedPersonReference.Builder |
setIdentifier(Identifier value)
Sets the value of the 'identifier' field.
|
CareTeamOrganizationPatientPractitionerRelatedPersonReference.Builder |
setIdentifierBuilder(Identifier.Builder value)
Sets the Builder instance for the 'identifier' field
Reference field
|
CareTeamOrganizationPatientPractitionerRelatedPersonReference.Builder |
setOrganizationId(String value)
Sets the value of the 'OrganizationId' field.
|
CareTeamOrganizationPatientPractitionerRelatedPersonReference.Builder |
setPatientId(String value)
Sets the value of the 'PatientId' field.
|
CareTeamOrganizationPatientPractitionerRelatedPersonReference.Builder |
setPractitionerId(String value)
Sets the value of the 'PractitionerId' field.
|
CareTeamOrganizationPatientPractitionerRelatedPersonReference.Builder |
setReference(String value)
Sets the value of the 'reference' field.
|
CareTeamOrganizationPatientPractitionerRelatedPersonReference.Builder |
setRelatedPersonId(String value)
Sets the value of the 'RelatedPersonId' field.
|
public String getCareTeamId()
public CareTeamOrganizationPatientPractitionerRelatedPersonReference.Builder setCareTeamId(String value)
value - The value of 'CareTeamId'.public boolean hasCareTeamId()
public CareTeamOrganizationPatientPractitionerRelatedPersonReference.Builder clearCareTeamId()
public String getOrganizationId()
public CareTeamOrganizationPatientPractitionerRelatedPersonReference.Builder setOrganizationId(String value)
value - The value of 'OrganizationId'.public boolean hasOrganizationId()
public CareTeamOrganizationPatientPractitionerRelatedPersonReference.Builder clearOrganizationId()
public String getPatientId()
public CareTeamOrganizationPatientPractitionerRelatedPersonReference.Builder setPatientId(String value)
value - The value of 'PatientId'.public boolean hasPatientId()
public CareTeamOrganizationPatientPractitionerRelatedPersonReference.Builder clearPatientId()
public String getPractitionerId()
public CareTeamOrganizationPatientPractitionerRelatedPersonReference.Builder setPractitionerId(String value)
value - The value of 'PractitionerId'.public boolean hasPractitionerId()
public CareTeamOrganizationPatientPractitionerRelatedPersonReference.Builder clearPractitionerId()
public String getRelatedPersonId()
public CareTeamOrganizationPatientPractitionerRelatedPersonReference.Builder setRelatedPersonId(String value)
value - The value of 'RelatedPersonId'.public boolean hasRelatedPersonId()
public CareTeamOrganizationPatientPractitionerRelatedPersonReference.Builder clearRelatedPersonId()
public String getId()
public CareTeamOrganizationPatientPractitionerRelatedPersonReference.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public CareTeamOrganizationPatientPractitionerRelatedPersonReference.Builder clearId()
public String getReference()
public CareTeamOrganizationPatientPractitionerRelatedPersonReference.Builder setReference(String value)
value - The value of 'reference'.public boolean hasReference()
public CareTeamOrganizationPatientPractitionerRelatedPersonReference.Builder clearReference()
public Identifier getIdentifier()
public CareTeamOrganizationPatientPractitionerRelatedPersonReference.Builder setIdentifier(Identifier value)
value - The value of 'identifier'.public boolean hasIdentifier()
public Identifier.Builder getIdentifierBuilder()
public CareTeamOrganizationPatientPractitionerRelatedPersonReference.Builder setIdentifierBuilder(Identifier.Builder value)
value - The builder instance that must be set.public boolean hasIdentifierBuilder()
public CareTeamOrganizationPatientPractitionerRelatedPersonReference.Builder clearIdentifier()
public String getDisplay()
public CareTeamOrganizationPatientPractitionerRelatedPersonReference.Builder setDisplay(String value)
value - The value of 'display'.public boolean hasDisplay()
public CareTeamOrganizationPatientPractitionerRelatedPersonReference.Builder clearDisplay()
public CareTeamOrganizationPatientPractitionerRelatedPersonReference build()
build in interface org.apache.avro.data.RecordBuilder<CareTeamOrganizationPatientPractitionerRelatedPersonReference>Copyright © 2020. All rights reserved.