Uses of Class
org.hl7.fhir.r4b.model.StructureDefinition.StructureDefinitionDifferentialComponent
-
Packages that use StructureDefinition.StructureDefinitionDifferentialComponent Package Description org.hl7.fhir.r4b.conformance org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of StructureDefinition.StructureDefinitionDifferentialComponent in org.hl7.fhir.r4b.conformance
Methods in org.hl7.fhir.r4b.conformance with parameters of type StructureDefinition.StructureDefinitionDifferentialComponent Modifier and Type Method Description StructureDefinitionProfileUtilities. getTypeForElement(StructureDefinition.StructureDefinitionDifferentialComponent differential, int diffCursor, String profileName, List<ElementDefinition> diffMatches, ElementDefinition outcome) -
Uses of StructureDefinition.StructureDefinitionDifferentialComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return StructureDefinition.StructureDefinitionDifferentialComponent Modifier and Type Method Description protected StructureDefinition.StructureDefinitionDifferentialComponentJsonParser. parseStructureDefinitionDifferentialComponent(com.google.gson.JsonObject json)protected StructureDefinition.StructureDefinitionDifferentialComponentXmlParser. parseStructureDefinitionDifferentialComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of StructureDefinition.StructureDefinitionDifferentialComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.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.r4b.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.r4b.model with parameters of type StructureDefinition.StructureDefinitionDifferentialComponent Modifier and Type Method Description voidStructureDefinition.StructureDefinitionDifferentialComponent. copyValues(StructureDefinition.StructureDefinitionDifferentialComponent dst)StructureDefinitionStructureDefinition. setDifferential(StructureDefinition.StructureDefinitionDifferentialComponent value)
-