| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro | |
| com.cerner.bunsen.stu3.avro.us.core |
| Modifier and Type | Method and Description |
|---|---|
ChoiceBooleanInteger |
ChoiceBooleanInteger.Builder.build() |
static ChoiceBooleanInteger |
ChoiceBooleanInteger.fromByteBuffer(ByteBuffer b)
Deserializes a ChoiceBooleanInteger from a ByteBuffer.
|
ChoiceBooleanInteger |
Patient.getMultipleBirth()
Gets the value of the 'multipleBirth' field.
|
ChoiceBooleanInteger |
Patient.Builder.getMultipleBirth()
Gets the value of the 'multipleBirth' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<ChoiceBooleanInteger> |
ChoiceBooleanInteger.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<ChoiceBooleanInteger> |
ChoiceBooleanInteger.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static ChoiceBooleanInteger.Builder |
ChoiceBooleanInteger.newBuilder(ChoiceBooleanInteger other)
Creates a new ChoiceBooleanInteger RecordBuilder by copying an existing ChoiceBooleanInteger instance.
|
void |
Patient.setMultipleBirth(ChoiceBooleanInteger value)
Sets the value of the 'multipleBirth' field.
|
Patient.Builder |
Patient.Builder.setMultipleBirth(ChoiceBooleanInteger value)
Sets the value of the 'multipleBirth' field.
|
| 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 |
|---|---|
ChoiceBooleanInteger |
Patient.getMultipleBirth()
Gets the value of the 'multipleBirth' field.
|
ChoiceBooleanInteger |
Patient.Builder.getMultipleBirth()
Gets the value of the 'multipleBirth' field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Patient.setMultipleBirth(ChoiceBooleanInteger value)
Sets the value of the 'multipleBirth' field.
|
Patient.Builder |
Patient.Builder.setMultipleBirth(ChoiceBooleanInteger value)
Sets the value of the 'multipleBirth' 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.