Uses of Class
org.hl7.fhir.r5.model.BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationComponent
-
Uses of BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseBodyStructureIncludedStructureBodyLandmarkOrientationComponent
(com.google.gson.JsonObject json) XmlParser.parseBodyStructureIncludedStructureBodyLandmarkOrientationComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeBodyStructureIncludedStructureBodyLandmarkOrientationComponent
(String name, BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationComponent element) protected void
RdfParser.composeBodyStructureIncludedStructureBodyLandmarkOrientationComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationComponent element, int index) protected void
XmlParser.composeBodyStructureIncludedStructureBodyLandmarkOrientationComponent
(String name, BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationComponent element) protected void
XmlParser.composeBodyStructureIncludedStructureBodyLandmarkOrientationComponentElements
(BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationComponent element) protected void
JsonParser.composeBodyStructureIncludedStructureBodyLandmarkOrientationComponentProperties
(BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationComponent element) protected boolean
XmlParser.parseBodyStructureIncludedStructureBodyLandmarkOrientationComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationComponent res) protected void
JsonParser.parseBodyStructureIncludedStructureBodyLandmarkOrientationComponentProperties
(com.google.gson.JsonObject json, BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationComponent res) -
Uses of BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionBodyStructure.BodyStructureIncludedStructureComponent.bodyLandmarkOrientation
Body locations in relation to a specific body landmark (tatoo, scar, other body structure).Modifier and TypeMethodDescriptionBodyStructure.BodyStructureIncludedStructureComponent.addBodyLandmarkOrientation()
BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationComponent.addClockFacePosition
(CodeableConcept t) BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationComponent.addDistanceFromLandmark
(BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationDistanceFromLandmarkComponent t) BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationComponent.addLandmarkDescription
(CodeableConcept t) BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationComponent.addSurfaceOrientation
(CodeableConcept t) BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationComponent.copy()
BodyStructure.BodyStructureIncludedStructureComponent.getBodyLandmarkOrientationFirstRep()
BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationComponent.setClockFacePosition
(List<CodeableConcept> theClockFacePosition) BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationComponent.setDistanceFromLandmark
(List<BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationDistanceFromLandmarkComponent> theDistanceFromLandmark) BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationComponent.setLandmarkDescription
(List<CodeableConcept> theLandmarkDescription) BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationComponent.setSurfaceOrientation
(List<CodeableConcept> theSurfaceOrientation) Modifier and TypeMethodDescriptionBodyStructure.BodyStructureIncludedStructureComponent.getBodyLandmarkOrientation()
Modifier and TypeMethodDescriptionBodyStructure.BodyStructureIncludedStructureComponent.addBodyLandmarkOrientation
(BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationComponent t) void
BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationComponent.copyValues
(BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationComponent dst) Modifier and TypeMethodDescriptionBodyStructure.BodyStructureIncludedStructureComponent.setBodyLandmarkOrientation
(List<BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationComponent> theBodyLandmarkOrientation)