Uses of Class
org.hl7.fhir.r4.model.BodyStructure
Packages that use BodyStructure
-
Uses of BodyStructure in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return BodyStructureModifier and TypeMethodDescriptionprotected BodyStructureJsonParser.parseBodyStructure(com.google.gson.JsonObject json)protected BodyStructureXmlParser.parseBodyStructure(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4.formats with parameters of type BodyStructureModifier and TypeMethodDescriptionprotected voidJsonParser.composeBodyStructure(String name, BodyStructure element)protected voidRdfParser.composeBodyStructure(Turtle.Complex parent, String parentType, String name, BodyStructure element, int index)protected voidXmlParser.composeBodyStructure(String name, BodyStructure element)protected voidXmlParser.composeBodyStructureElements(BodyStructure element)protected voidJsonParser.composeBodyStructureInner(BodyStructure element)protected booleanXmlParser.parseBodyStructureContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, BodyStructure res)protected voidJsonParser.parseBodyStructureProperties(com.google.gson.JsonObject json, BodyStructure res) -
Uses of BodyStructure in org.hl7.fhir.r4.model
Methods in org.hl7.fhir.r4.model that return BodyStructureModifier and TypeMethodDescriptionBodyStructure.addIdentifier(Identifier t)BodyStructure.addImage(Attachment t)BodyStructure.addLocationQualifier(CodeableConcept t)BodyStructure.copy()BodyStructure.setActive(boolean value)BodyStructure.setActiveElement(BooleanType value)BodyStructure.setDescription(String value)BodyStructure.setDescriptionElement(StringType value)BodyStructure.setIdentifier(List<Identifier> theIdentifier)BodyStructure.setImage(List<Attachment> theImage)BodyStructure.setLocation(CodeableConcept value)BodyStructure.setLocationQualifier(List<CodeableConcept> theLocationQualifier)BodyStructure.setMorphology(CodeableConcept value)BodyStructure.setPatient(Reference value)BodyStructure.setPatientTarget(Patient value)protected BodyStructureBodyStructure.typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type BodyStructure