Uses of Class
org.hl7.fhir.r5.model.BodyStructure.BodyStructureIncludedStructureComponent
-
Uses of BodyStructure.BodyStructureIncludedStructureComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseBodyStructureIncludedStructureComponent
(com.google.gson.JsonObject json) XmlParser.parseBodyStructureIncludedStructureComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeBodyStructureIncludedStructureComponent
(String name, BodyStructure.BodyStructureIncludedStructureComponent element) protected void
RdfParser.composeBodyStructureIncludedStructureComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, BodyStructure.BodyStructureIncludedStructureComponent element, int index) protected void
XmlParser.composeBodyStructureIncludedStructureComponent
(String name, BodyStructure.BodyStructureIncludedStructureComponent element) protected void
XmlParser.composeBodyStructureIncludedStructureComponentElements
(BodyStructure.BodyStructureIncludedStructureComponent element) protected void
JsonParser.composeBodyStructureIncludedStructureComponentProperties
(BodyStructure.BodyStructureIncludedStructureComponent element) protected boolean
XmlParser.parseBodyStructureIncludedStructureComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, BodyStructure.BodyStructureIncludedStructureComponent res) protected void
JsonParser.parseBodyStructureIncludedStructureComponentProperties
(com.google.gson.JsonObject json, BodyStructure.BodyStructureIncludedStructureComponent res) -
Uses of BodyStructure.BodyStructureIncludedStructureComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionBodyStructure.excludedStructure
The anatomical location(s) or region(s) not occupied or represented by the specimen, lesion, or body structure.BodyStructure.includedStructure
The anatomical location(s) or region(s) of the specimen, lesion, or body structure.Modifier and TypeMethodDescriptionBodyStructure.BodyStructureIncludedStructureComponent.addBodyLandmarkOrientation
(BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationComponent t) BodyStructure.addExcludedStructure()
BodyStructure.addIncludedStructure()
BodyStructure.BodyStructureIncludedStructureComponent.addQualifier
(CodeableConcept t) BodyStructure.BodyStructureIncludedStructureComponent.addSpatialReference
(Reference t) BodyStructure.BodyStructureIncludedStructureComponent.copy()
BodyStructure.getExcludedStructureFirstRep()
BodyStructure.getIncludedStructureFirstRep()
BodyStructure.BodyStructureIncludedStructureComponent.setBodyLandmarkOrientation
(List<BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationComponent> theBodyLandmarkOrientation) BodyStructure.BodyStructureIncludedStructureComponent.setLaterality
(CodeableConcept value) BodyStructure.BodyStructureIncludedStructureComponent.setQualifier
(List<CodeableConcept> theQualifier) BodyStructure.BodyStructureIncludedStructureComponent.setSpatialReference
(List<Reference> theSpatialReference) BodyStructure.BodyStructureIncludedStructureComponent.setStructure
(CodeableConcept value) Modifier and TypeMethodDescriptionBodyStructure.getExcludedStructure()
BodyStructure.getIncludedStructure()
Modifier and TypeMethodDescriptionvoid
BodyStructure.BodyStructureIncludedStructureComponent.copyValues
(BodyStructure.BodyStructureIncludedStructureComponent dst) Modifier and TypeMethodDescriptionBodyStructure.setExcludedStructure
(List<BodyStructure.BodyStructureIncludedStructureComponent> theExcludedStructure) BodyStructure.setIncludedStructure
(List<BodyStructure.BodyStructureIncludedStructureComponent> theIncludedStructure) ModifierConstructorDescriptionBodyStructure
(BodyStructure.BodyStructureIncludedStructureComponent includedStructure, Reference patient) Constructor