Uses of Class
org.hl7.fhir.dstu2.model.Patient.AnimalComponent
-
Uses of Patient.AnimalComponent in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionprotected Patient.AnimalComponent
JsonParser.parsePatientAnimalComponent
(com.google.gson.JsonObject json, Patient owner) protected Patient.AnimalComponent
XmlParser.parsePatientAnimalComponent
(org.xmlpull.v1.XmlPullParser xpp, Patient owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composePatientAnimalComponent
(String name, Patient.AnimalComponent element) protected void
XmlParser.composePatientAnimalComponent
(String name, Patient.AnimalComponent element) protected void
JsonParser.composePatientAnimalComponentInner
(Patient.AnimalComponent element) -
Uses of Patient.AnimalComponent in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected Patient.AnimalComponent
Patient.animal
This patient is known to be an animal.Modifier and TypeMethodDescriptionPatient.AnimalComponent.copy()
Patient.getAnimal()
Patient.AnimalComponent.setBreed
(CodeableConcept value) Patient.AnimalComponent.setGenderStatus
(CodeableConcept value) Patient.AnimalComponent.setSpecies
(CodeableConcept value)