Uses of Class
org.hl7.fhir.dstu2.model.Patient.AnimalComponent
-
Packages that use Patient.AnimalComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Patient.AnimalComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Patient.AnimalComponent Modifier and Type Method Description protected Patient.AnimalComponentJsonParser. parsePatientAnimalComponent(com.google.gson.JsonObject json, Patient owner)protected Patient.AnimalComponentXmlParser. parsePatientAnimalComponent(org.xmlpull.v1.XmlPullParser xpp, Patient owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type Patient.AnimalComponent Modifier and Type Method Description protected voidJsonParser. composePatientAnimalComponent(String name, Patient.AnimalComponent element)protected voidXmlParser. composePatientAnimalComponent(String name, Patient.AnimalComponent element)protected voidJsonParser. composePatientAnimalComponentInner(Patient.AnimalComponent element) -
Uses of Patient.AnimalComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as Patient.AnimalComponent Modifier and Type Field Description protected Patient.AnimalComponentPatient. animalThis patient is known to be an animal.Methods in org.hl7.fhir.dstu2.model that return Patient.AnimalComponent Modifier and Type Method Description Patient.AnimalComponentPatient.AnimalComponent. copy()Patient.AnimalComponentPatient. getAnimal()Patient.AnimalComponentPatient.AnimalComponent. setBreed(CodeableConcept value)Patient.AnimalComponentPatient.AnimalComponent. setGenderStatus(CodeableConcept value)Patient.AnimalComponentPatient.AnimalComponent. setSpecies(CodeableConcept value)Methods in org.hl7.fhir.dstu2.model with parameters of type Patient.AnimalComponent Modifier and Type Method Description PatientPatient. setAnimal(Patient.AnimalComponent value)
-