| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
PatientAnimal.Builder |
PatientAnimal.Builder.clearBreed()
Clears the value of the 'breed' field.
|
PatientAnimal.Builder |
PatientAnimal.Builder.clearGenderStatus()
Clears the value of the 'genderStatus' field.
|
PatientAnimal.Builder |
PatientAnimal.Builder.clearId()
Clears the value of the 'id' field.
|
PatientAnimal.Builder |
PatientAnimal.Builder.clearSpecies()
Clears the value of the 'species' field.
|
PatientAnimal.Builder |
Patient.Builder.getAnimalBuilder()
Gets the Builder instance for the 'animal' field and creates one if it doesn't exist yet.
|
static PatientAnimal.Builder |
PatientAnimal.newBuilder()
Creates a new PatientAnimal RecordBuilder.
|
static PatientAnimal.Builder |
PatientAnimal.newBuilder(PatientAnimal.Builder other)
Creates a new PatientAnimal RecordBuilder by copying an existing Builder.
|
static PatientAnimal.Builder |
PatientAnimal.newBuilder(PatientAnimal other)
Creates a new PatientAnimal RecordBuilder by copying an existing PatientAnimal instance.
|
PatientAnimal.Builder |
PatientAnimal.Builder.setBreed(CodeableConcept value)
Sets the value of the 'breed' field.
|
PatientAnimal.Builder |
PatientAnimal.Builder.setBreedBuilder(CodeableConcept.Builder value)
Sets the Builder instance for the 'breed' field
Field for FHIR property breed
|
PatientAnimal.Builder |
PatientAnimal.Builder.setGenderStatus(CodeableConcept value)
Sets the value of the 'genderStatus' field.
|
PatientAnimal.Builder |
PatientAnimal.Builder.setGenderStatusBuilder(CodeableConcept.Builder value)
Sets the Builder instance for the 'genderStatus' field
Field for FHIR property genderStatus
|
PatientAnimal.Builder |
PatientAnimal.Builder.setId(String value)
Sets the value of the 'id' field.
|
PatientAnimal.Builder |
PatientAnimal.Builder.setSpecies(CodeableConcept value)
Sets the value of the 'species' field.
|
PatientAnimal.Builder |
PatientAnimal.Builder.setSpeciesBuilder(CodeableConcept.Builder value)
Sets the Builder instance for the 'species' field
Field for FHIR property species
|
| Modifier and Type | Method and Description |
|---|---|
static PatientAnimal.Builder |
PatientAnimal.newBuilder(PatientAnimal.Builder other)
Creates a new PatientAnimal RecordBuilder by copying an existing Builder.
|
Patient.Builder |
Patient.Builder.setAnimalBuilder(PatientAnimal.Builder value)
Sets the Builder instance for the 'animal' field
Field for FHIR property animal
|
Copyright © 2020. All rights reserved.