Uses of Class
org.hl7.fhir.r5.model.BodyStructure.BodyStructureExcludedStructureComponent
-
Packages that use BodyStructure.BodyStructureExcludedStructureComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of BodyStructure.BodyStructureExcludedStructureComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return BodyStructure.BodyStructureExcludedStructureComponent Modifier and Type Method Description protected BodyStructure.BodyStructureExcludedStructureComponentJsonParser. parseBodyStructureExcludedStructureComponent(com.google.gson.JsonObject json)protected BodyStructure.BodyStructureExcludedStructureComponentXmlParser. parseBodyStructureExcludedStructureComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of BodyStructure.BodyStructureExcludedStructureComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type BodyStructure.BodyStructureExcludedStructureComponent Modifier and Type Field Description protected List<BodyStructure.BodyStructureExcludedStructureComponent>BodyStructure. 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 types with arguments of type BodyStructure.BodyStructureExcludedStructureComponent Modifier and Type Method Description List<BodyStructure.BodyStructureExcludedStructureComponent>BodyStructure. getExcludedStructure()Methods in org.hl7.fhir.r5.model with parameters of type BodyStructure.BodyStructureExcludedStructureComponent Modifier and Type Method Description BodyStructureBodyStructure. addExcludedStructure(BodyStructure.BodyStructureExcludedStructureComponent t)voidBodyStructure.BodyStructureExcludedStructureComponent. copyValues(BodyStructure.BodyStructureExcludedStructureComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type BodyStructure.BodyStructureExcludedStructureComponent Modifier and Type Method Description BodyStructureBodyStructure. setExcludedStructure(List<BodyStructure.BodyStructureExcludedStructureComponent> theExcludedStructure)
-