Uses of Class
org.hl7.fhir.dstu2.model.BodySite
-
Packages that use BodySite Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of BodySite in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return BodySite Modifier and Type Method Description protected BodySiteJsonParser. parseBodySite(com.google.gson.JsonObject json)protected BodySiteXmlParser. parseBodySite(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2.formats with parameters of type BodySite Modifier and Type Method Description protected voidJsonParser. composeBodySite(String name, BodySite element)protected voidXmlParser. composeBodySite(String name, BodySite element)protected voidJsonParser. composeBodySiteInner(BodySite element) -
Uses of BodySite in org.hl7.fhir.dstu2.model
Methods in org.hl7.fhir.dstu2.model that return BodySite Modifier and Type Method Description BodySiteBodySite. addIdentifier(Identifier t)BodySiteBodySite. addImage(Attachment t)BodySiteBodySite. addModifier(CodeableConcept t)BodySiteBodySite. copy()BodySiteBodySite. setCode(CodeableConcept value)BodySiteBodySite. setDescription(String value)BodySiteBodySite. setDescriptionElement(StringType value)BodySiteBodySite. setPatient(Reference value)BodySiteBodySite. setPatientTarget(Patient value)protected BodySiteBodySite. typedCopy()
-