
Uses of Class
org.hl7.fhir.dstu3.model.Patient.AnimalComponent
Packages that use Patient.AnimalComponent
-
Uses of Patient.AnimalComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return Patient.AnimalComponentModifier and TypeMethodDescriptionprotected 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.dstu3.formats with parameters of type Patient.AnimalComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composePatientAnimalComponent(String name, Patient.AnimalComponent element) protected voidRdfParser.composePatientAnimalComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Patient.AnimalComponent element, int index) protected voidXmlParser.composePatientAnimalComponent(String name, Patient.AnimalComponent element) protected voidXmlParser.composePatientAnimalComponentElements(Patient.AnimalComponent element) protected voidJsonParser.composePatientAnimalComponentInner(Patient.AnimalComponent element) protected booleanXmlParser.parsePatientAnimalComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Patient owner, Patient.AnimalComponent res) protected voidJsonParser.parsePatientAnimalComponentProperties(com.google.gson.JsonObject json, Patient owner, Patient.AnimalComponent res) -
Uses of Patient.AnimalComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as Patient.AnimalComponentModifier and TypeFieldDescriptionprotected Patient.AnimalComponentPatient.animalThis patient is known to be an animal.Methods in org.hl7.fhir.dstu3.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.dstu3.model with parameters of type Patient.AnimalComponent