
Uses of Class
org.hl7.fhir.dstu2.model.Patient.AnimalComponent
Packages that use Patient.AnimalComponent
-
Uses of Patient.AnimalComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Patient.AnimalComponentModifier 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) Methods in org.hl7.fhir.dstu2.formats with parameters of type Patient.AnimalComponentModifier 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
Fields in org.hl7.fhir.dstu2.model declared as Patient.AnimalComponentModifier and TypeFieldDescriptionprotected Patient.AnimalComponent
Patient.animal
This patient is known to be an animal.Methods in org.hl7.fhir.dstu2.model that return Patient.AnimalComponentModifier and TypeMethodDescriptionPatient.AnimalComponent.copy()
Patient.getAnimal()
Patient.AnimalComponent.setBreed
(CodeableConcept value) Patient.AnimalComponent.setGenderStatus
(CodeableConcept value) Patient.AnimalComponent.setSpecies
(CodeableConcept value) Methods in org.hl7.fhir.dstu2.model with parameters of type Patient.AnimalComponent