
Uses of Class
org.hl7.fhir.dstu2.model.BodySite
Packages that use BodySite
-
Uses of BodySite in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return BodySiteModifier and TypeMethodDescriptionprotected 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 BodySiteModifier and TypeMethodDescriptionprotected 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 BodySiteModifier and TypeMethodDescriptionBodySite.addIdentifier(Identifier t) BodySite.addImage(Attachment t) BodySite.addModifier(CodeableConcept t) BodySite.copy()BodySite.setCode(CodeableConcept value) BodySite.setDescription(String value) BodySite.setDescriptionElement(StringType value) BodySite.setPatient(Reference value) BodySite.setPatientTarget(Patient value) protected BodySiteBodySite.typedCopy()