Uses of Class
org.hl7.fhir.r5.model.BodyStructure.BodyStructureIncludedStructureComponent
-
Packages that use BodyStructure.BodyStructureIncludedStructureComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of BodyStructure.BodyStructureIncludedStructureComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return BodyStructure.BodyStructureIncludedStructureComponent Modifier and Type Method Description protected BodyStructure.BodyStructureIncludedStructureComponentJsonParser. parseBodyStructureIncludedStructureComponent(com.google.gson.JsonObject json)protected BodyStructure.BodyStructureIncludedStructureComponentXmlParser. parseBodyStructureIncludedStructureComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of BodyStructure.BodyStructureIncludedStructureComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type BodyStructure.BodyStructureIncludedStructureComponent Modifier and Type Field Description protected List<BodyStructure.BodyStructureIncludedStructureComponent>BodyStructure. includedStructureThe anatomical location(s) or region(s) of the specimen, lesion, or body structure.Methods in org.hl7.fhir.r5.model that return types with arguments of type BodyStructure.BodyStructureIncludedStructureComponent Modifier and Type Method Description List<BodyStructure.BodyStructureIncludedStructureComponent>BodyStructure. getIncludedStructure()Methods in org.hl7.fhir.r5.model with parameters of type BodyStructure.BodyStructureIncludedStructureComponent Modifier and Type Method Description BodyStructureBodyStructure. addIncludedStructure(BodyStructure.BodyStructureIncludedStructureComponent t)voidBodyStructure.BodyStructureIncludedStructureComponent. copyValues(BodyStructure.BodyStructureIncludedStructureComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type BodyStructure.BodyStructureIncludedStructureComponent Modifier and Type Method Description BodyStructureBodyStructure. setIncludedStructure(List<BodyStructure.BodyStructureIncludedStructureComponent> theIncludedStructure)Constructors in org.hl7.fhir.r5.model with parameters of type BodyStructure.BodyStructureIncludedStructureComponent Constructor Description BodyStructure(BodyStructure.BodyStructureIncludedStructureComponent includedStructure, Reference patient)Constructor
-