Uses of Class
org.hl7.fhir.dstu3.model.BodySite
-
Packages that use BodySite Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of BodySite in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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.dstu3.formats with parameters of type BodySite Modifier and Type Method Description protected voidJsonParser. composeBodySite(String name, BodySite element)protected voidRdfParser. composeBodySite(Turtle.Complex parent, String parentType, String name, BodySite element, int index)protected voidXmlParser. composeBodySite(String name, BodySite element)protected voidXmlParser. composeBodySiteElements(BodySite element)protected voidJsonParser. composeBodySiteInner(BodySite element)protected booleanXmlParser. parseBodySiteContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, BodySite res)protected voidJsonParser. parseBodySiteProperties(com.google.gson.JsonObject json, BodySite res) -
Uses of BodySite in org.hl7.fhir.dstu3.model
Methods in org.hl7.fhir.dstu3.model that return BodySite Modifier and Type Method Description BodySiteBodySite. addIdentifier(Identifier t)BodySiteBodySite. addImage(Attachment t)BodySiteBodySite. addQualifier(CodeableConcept t)BodySiteBodySite. copy()BodySiteBodySite. setActive(boolean value)BodySiteBodySite. setActiveElement(BooleanType value)BodySiteBodySite. setCode(CodeableConcept value)BodySiteBodySite. setDescription(String value)BodySiteBodySite. setDescriptionElement(StringType value)BodySiteBodySite. setIdentifier(List<Identifier> theIdentifier)BodySiteBodySite. setImage(List<Attachment> theImage)BodySiteBodySite. setPatient(Reference value)BodySiteBodySite. setPatientTarget(Patient value)BodySiteBodySite. setQualifier(List<CodeableConcept> theQualifier)protected BodySiteBodySite. typedCopy()
-