Uses of Class
org.hl7.fhir.r5.model.BodyStructure
Packages that use BodyStructure
-
Uses of BodyStructure in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.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.r5.formats with parameters of type BodyStructureModifier and TypeMethodDescriptionprotected voidJsonParser.composeBodyStructure(String name, BodyStructure element)protected voidRdfParser.composeBodyStructure(org.hl7.fhir.utilities.turtle.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.composeBodyStructureProperties(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.r5.model
Methods in org.hl7.fhir.r5.model that return BodyStructureModifier and TypeMethodDescriptionBodyStructure.addExcludedStructure(BodyStructure.BodyStructureExcludedStructureComponent t)BodyStructure.addIdentifier(Identifier t)BodyStructure.addImage(Attachment t)BodyStructure.addIncludedStructure(BodyStructure.BodyStructureIncludedStructureComponent t)BodyStructure.copy()BodyStructure.setActive(boolean value)BodyStructure.setActiveElement(BooleanType value)BodyStructure.setDescription(String value)BodyStructure.setDescriptionElement(StringType value)BodyStructure.setExcludedStructure(List<BodyStructure.BodyStructureExcludedStructureComponent> theExcludedStructure)BodyStructure.setIdentifier(List<Identifier> theIdentifier)BodyStructure.setImage(List<Attachment> theImage)BodyStructure.setIncludedStructure(List<BodyStructure.BodyStructureIncludedStructureComponent> theIncludedStructure)BodyStructure.setLocation(CodeableConcept value)BodyStructure.setMorphology(CodeableConcept value)BodyStructure.setPatient(Reference value)protected BodyStructureBodyStructure.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type BodyStructure