Uses of Class
org.hl7.fhir.r4.model.StructureDefinition.StructureDefinitionDifferentialComponent
-
Packages that use StructureDefinition.StructureDefinitionDifferentialComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of StructureDefinition.StructureDefinitionDifferentialComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return StructureDefinition.StructureDefinitionDifferentialComponent Modifier and Type Method Description protected StructureDefinition.StructureDefinitionDifferentialComponentJsonParser. parseStructureDefinitionStructureDefinitionDifferentialComponent(com.google.gson.JsonObject json, StructureDefinition owner)protected StructureDefinition.StructureDefinitionDifferentialComponentXmlParser. parseStructureDefinitionStructureDefinitionDifferentialComponent(org.xmlpull.v1.XmlPullParser xpp, StructureDefinition owner) -
Uses of StructureDefinition.StructureDefinitionDifferentialComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as StructureDefinition.StructureDefinitionDifferentialComponent Modifier and Type Field Description protected StructureDefinition.StructureDefinitionDifferentialComponentStructureDefinition. differentialA differential view is expressed relative to the base StructureDefinition - a statement of differences that it applies.Methods in org.hl7.fhir.r4.model that return StructureDefinition.StructureDefinitionDifferentialComponent Modifier and Type Method Description StructureDefinition.StructureDefinitionDifferentialComponentStructureDefinition.StructureDefinitionDifferentialComponent. addElement(ElementDefinition t)StructureDefinition.StructureDefinitionDifferentialComponentStructureDefinition.StructureDefinitionDifferentialComponent. copy()StructureDefinition.StructureDefinitionDifferentialComponentStructureDefinition. getDifferential()StructureDefinition.StructureDefinitionDifferentialComponentStructureDefinition.StructureDefinitionDifferentialComponent. setElement(List<ElementDefinition> theElement)Methods in org.hl7.fhir.r4.model with parameters of type StructureDefinition.StructureDefinitionDifferentialComponent Modifier and Type Method Description voidStructureDefinition.StructureDefinitionDifferentialComponent. copyValues(StructureDefinition.StructureDefinitionDifferentialComponent dst)StructureDefinitionStructureDefinition. setDifferential(StructureDefinition.StructureDefinitionDifferentialComponent value)
-