| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro | |
| com.cerner.bunsen.stu3.avro.us.core |
| Modifier and Type | Method and Description |
|---|---|
OrganizationPractitionerReference |
OrganizationPractitionerReference.Builder.build() |
static OrganizationPractitionerReference |
OrganizationPractitionerReference.fromByteBuffer(ByteBuffer b)
Deserializes a OrganizationPractitionerReference from a ByteBuffer.
|
OrganizationPractitionerReference |
ClaimCareTeam.getProvider()
Gets the value of the 'provider' field.
|
OrganizationPractitionerReference |
ClaimCareTeam.Builder.getProvider()
Gets the value of the 'provider' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<OrganizationPractitionerReference> |
OrganizationPractitionerReference.createDecoder(org.apache.avro.message.SchemaStore resolver)
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. |
static org.apache.avro.message.BinaryMessageDecoder<OrganizationPractitionerReference> |
OrganizationPractitionerReference.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
List<OrganizationPractitionerReference> |
Patient.getGeneralPractitioner()
Gets the value of the 'generalPractitioner' field.
|
List<OrganizationPractitionerReference> |
Patient.Builder.getGeneralPractitioner()
Gets the value of the 'generalPractitioner' field.
|
| Modifier and Type | Method and Description |
|---|---|
static OrganizationPractitionerReference.Builder |
OrganizationPractitionerReference.newBuilder(OrganizationPractitionerReference other)
Creates a new OrganizationPractitionerReference RecordBuilder by copying an existing OrganizationPractitionerReference instance.
|
void |
ClaimCareTeam.setProvider(OrganizationPractitionerReference value)
Sets the value of the 'provider' field.
|
ClaimCareTeam.Builder |
ClaimCareTeam.Builder.setProvider(OrganizationPractitionerReference value)
Sets the value of the 'provider' field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Patient.setGeneralPractitioner(List<OrganizationPractitionerReference> value)
Sets the value of the 'generalPractitioner' field.
|
Patient.Builder |
Patient.Builder.setGeneralPractitioner(List<OrganizationPractitionerReference> value)
Sets the value of the 'generalPractitioner' field.
|
| Constructor and Description |
|---|
ClaimCareTeam(String id,
Integer sequence,
OrganizationPractitionerReference provider,
Boolean responsible,
CodeableConcept role,
CodeableConcept qualification)
All-args constructor.
|
| Constructor and Description |
|---|
Patient(String id,
Meta meta,
String implicitRules,
String language,
Narrative text,
List<Resource> contained,
List<Identifier> identifier,
Boolean active,
List<HumanName> name,
List<ContactPoint> telecom,
String gender,
String birthDate,
ChoiceBooleanDateTime deceased,
List<Address> address,
CodeableConcept maritalStatus,
ChoiceBooleanInteger multipleBirth,
List<Attachment> photo,
List<PatientContact> contact,
PatientAnimal animal,
List<PatientCommunication> communication,
List<OrganizationPractitionerReference> generalPractitioner,
OrganizationReference managingOrganization,
List<PatientLink> link)
All-args constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<OrganizationPractitionerReference> |
Patient.getGeneralPractitioner()
Gets the value of the 'generalPractitioner' field.
|
List<OrganizationPractitionerReference> |
Patient.Builder.getGeneralPractitioner()
Gets the value of the 'generalPractitioner' field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Patient.setGeneralPractitioner(List<OrganizationPractitionerReference> value)
Sets the value of the 'generalPractitioner' field.
|
Patient.Builder |
Patient.Builder.setGeneralPractitioner(List<OrganizationPractitionerReference> value)
Sets the value of the 'generalPractitioner' field.
|
| Constructor and Description |
|---|
Patient(String id,
Meta meta,
String implicitRules,
String language,
Narrative text,
List<Resource> contained,
UsCoreRace race,
UsCoreEthnicity ethnicity,
String birthsex,
List<Identifier> identifier,
Boolean active,
List<HumanName> name,
List<ContactPoint> telecom,
String gender,
String birthDate,
ChoiceBooleanDateTime deceased,
List<Address> address,
CodeableConcept maritalStatus,
ChoiceBooleanInteger multipleBirth,
List<Attachment> photo,
List<PatientContact> contact,
List<PatientCommunication> communication,
List<OrganizationPractitionerReference> generalPractitioner,
OrganizationReference managingOrganization,
List<PatientLink> link)
All-args constructor.
|
Copyright © 2020. All rights reserved.