Uses of Class
org.hl7.fhir.r5.model.BodyStructure.BodyStructureExcludedStructureComponent
Packages that use BodyStructure.BodyStructureExcludedStructureComponent
-
Uses of BodyStructure.BodyStructureExcludedStructureComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return BodyStructure.BodyStructureExcludedStructureComponentModifier and TypeMethodDescriptionJsonParser.parseBodyStructureExcludedStructureComponent(com.google.gson.JsonObject json) XmlParser.parseBodyStructureExcludedStructureComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type BodyStructure.BodyStructureExcludedStructureComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeBodyStructureExcludedStructureComponent(String name, BodyStructure.BodyStructureExcludedStructureComponent element) protected voidRdfParser.composeBodyStructureExcludedStructureComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, BodyStructure.BodyStructureExcludedStructureComponent element, int index) protected voidXmlParser.composeBodyStructureExcludedStructureComponent(String name, BodyStructure.BodyStructureExcludedStructureComponent element) protected voidXmlParser.composeBodyStructureExcludedStructureComponentElements(BodyStructure.BodyStructureExcludedStructureComponent element) protected voidJsonParser.composeBodyStructureExcludedStructureComponentProperties(BodyStructure.BodyStructureExcludedStructureComponent element) protected booleanXmlParser.parseBodyStructureExcludedStructureComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, BodyStructure.BodyStructureExcludedStructureComponent res) protected voidJsonParser.parseBodyStructureExcludedStructureComponentProperties(com.google.gson.JsonObject json, BodyStructure.BodyStructureExcludedStructureComponent res) -
Uses of BodyStructure.BodyStructureExcludedStructureComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type BodyStructure.BodyStructureExcludedStructureComponentModifier and TypeFieldDescriptionBodyStructure.excludedStructureThe anatomical location(s) or region(s) not occupied or represented by the specimen, lesion, or body structure.Methods in org.hl7.fhir.r5.model that return BodyStructure.BodyStructureExcludedStructureComponentModifier and TypeMethodDescriptionBodyStructure.addExcludedStructure()BodyStructure.BodyStructureExcludedStructureComponent.addQualifier(CodeableConcept t) BodyStructure.BodyStructureExcludedStructureComponent.copy()BodyStructure.getExcludedStructureFirstRep()BodyStructure.BodyStructureExcludedStructureComponent.setLaterality(CodeableConcept value) BodyStructure.BodyStructureExcludedStructureComponent.setQualifier(List<CodeableConcept> theQualifier) BodyStructure.BodyStructureExcludedStructureComponent.setStructure(CodeableConcept value) Methods in org.hl7.fhir.r5.model that return types with arguments of type BodyStructure.BodyStructureExcludedStructureComponentMethods in org.hl7.fhir.r5.model with parameters of type BodyStructure.BodyStructureExcludedStructureComponentModifier and TypeMethodDescriptionvoidBodyStructure.BodyStructureExcludedStructureComponent.copyValues(BodyStructure.BodyStructureExcludedStructureComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type BodyStructure.BodyStructureExcludedStructureComponentModifier and TypeMethodDescriptionBodyStructure.setExcludedStructure(List<BodyStructure.BodyStructureExcludedStructureComponent> theExcludedStructure)