
Uses of Class
org.hl7.fhir.dstu3.model.BodySite
Packages that use BodySite
-
Uses of BodySite in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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.dstu3.formats with parameters of type BodySiteModifier and TypeMethodDescriptionprotected voidJsonParser.composeBodySite(String name, BodySite element) protected voidRdfParser.composeBodySite(org.hl7.fhir.utilities.turtle.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 BodySiteModifier and TypeMethodDescriptionBodySite.addIdentifier(Identifier t) BodySite.addImage(Attachment t) BodySite.addQualifier(CodeableConcept t) BodySite.copy()BodySite.setActive(boolean value) BodySite.setActiveElement(BooleanType value) BodySite.setCode(CodeableConcept value) BodySite.setDescription(String value) BodySite.setDescriptionElement(StringType value) BodySite.setIdentifier(List<Identifier> theIdentifier) BodySite.setImage(List<Attachment> theImage) BodySite.setPatient(Reference value) BodySite.setPatientTarget(Patient value) BodySite.setQualifier(List<CodeableConcept> theQualifier) protected BodySiteBodySite.typedCopy()