Uses of Class
org.hl7.fhir.r5.model.BodyStructure.BodyStructureIncludedStructureComponent
Packages that use BodyStructure.BodyStructureIncludedStructureComponent
-
Uses of BodyStructure.BodyStructureIncludedStructureComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return BodyStructure.BodyStructureIncludedStructureComponentModifier and TypeMethodDescriptionJsonParser.parseBodyStructureIncludedStructureComponent(com.google.gson.JsonObject json) XmlParser.parseBodyStructureIncludedStructureComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type BodyStructure.BodyStructureIncludedStructureComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeBodyStructureIncludedStructureComponent(String name, BodyStructure.BodyStructureIncludedStructureComponent element) protected voidRdfParser.composeBodyStructureIncludedStructureComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, BodyStructure.BodyStructureIncludedStructureComponent element, int index) protected voidXmlParser.composeBodyStructureIncludedStructureComponent(String name, BodyStructure.BodyStructureIncludedStructureComponent element) protected voidXmlParser.composeBodyStructureIncludedStructureComponentElements(BodyStructure.BodyStructureIncludedStructureComponent element) protected voidJsonParser.composeBodyStructureIncludedStructureComponentProperties(BodyStructure.BodyStructureIncludedStructureComponent element) protected booleanXmlParser.parseBodyStructureIncludedStructureComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, BodyStructure.BodyStructureIncludedStructureComponent res) protected voidJsonParser.parseBodyStructureIncludedStructureComponentProperties(com.google.gson.JsonObject json, BodyStructure.BodyStructureIncludedStructureComponent res) -
Uses of BodyStructure.BodyStructureIncludedStructureComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type BodyStructure.BodyStructureIncludedStructureComponentModifier and TypeFieldDescriptionBodyStructure.includedStructureThe anatomical location(s) or region(s) of the specimen, lesion, or body structure.Methods in org.hl7.fhir.r5.model that return BodyStructure.BodyStructureIncludedStructureComponentModifier and TypeMethodDescriptionBodyStructure.addIncludedStructure()BodyStructure.BodyStructureIncludedStructureComponent.addQualifier(CodeableConcept t) BodyStructure.BodyStructureIncludedStructureComponent.copy()BodyStructure.getIncludedStructureFirstRep()BodyStructure.BodyStructureIncludedStructureComponent.setLaterality(CodeableConcept value) BodyStructure.BodyStructureIncludedStructureComponent.setQualifier(List<CodeableConcept> theQualifier) BodyStructure.BodyStructureIncludedStructureComponent.setStructure(CodeableConcept value) Methods in org.hl7.fhir.r5.model that return types with arguments of type BodyStructure.BodyStructureIncludedStructureComponentMethods in org.hl7.fhir.r5.model with parameters of type BodyStructure.BodyStructureIncludedStructureComponentModifier and TypeMethodDescriptionvoidBodyStructure.BodyStructureIncludedStructureComponent.copyValues(BodyStructure.BodyStructureIncludedStructureComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type BodyStructure.BodyStructureIncludedStructureComponentModifier and TypeMethodDescriptionBodyStructure.setIncludedStructure(List<BodyStructure.BodyStructureIncludedStructureComponent> theIncludedStructure) Constructors in org.hl7.fhir.r5.model with parameters of type BodyStructure.BodyStructureIncludedStructureComponentModifierConstructorDescriptionBodyStructure(BodyStructure.BodyStructureIncludedStructureComponent includedStructure, Reference patient) Constructor