Uses of Class
org.hl7.fhir.r4.model.StructureDefinition.StructureDefinitionSnapshotComponent
-
Packages that use StructureDefinition.StructureDefinitionSnapshotComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of StructureDefinition.StructureDefinitionSnapshotComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return StructureDefinition.StructureDefinitionSnapshotComponent Modifier and Type Method Description protected StructureDefinition.StructureDefinitionSnapshotComponentJsonParser. parseStructureDefinitionStructureDefinitionSnapshotComponent(com.google.gson.JsonObject json, StructureDefinition owner)protected StructureDefinition.StructureDefinitionSnapshotComponentXmlParser. parseStructureDefinitionStructureDefinitionSnapshotComponent(org.xmlpull.v1.XmlPullParser xpp, StructureDefinition owner) -
Uses of StructureDefinition.StructureDefinitionSnapshotComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as StructureDefinition.StructureDefinitionSnapshotComponent Modifier and Type Field Description protected StructureDefinition.StructureDefinitionSnapshotComponentStructureDefinition. snapshotA snapshot view is expressed in a standalone form that can be used and interpreted without considering the base StructureDefinition.Methods in org.hl7.fhir.r4.model that return StructureDefinition.StructureDefinitionSnapshotComponent Modifier and Type Method Description StructureDefinition.StructureDefinitionSnapshotComponentStructureDefinition.StructureDefinitionSnapshotComponent. addElement(ElementDefinition t)StructureDefinition.StructureDefinitionSnapshotComponentStructureDefinition.StructureDefinitionSnapshotComponent. copy()StructureDefinition.StructureDefinitionSnapshotComponentStructureDefinition. getSnapshot()StructureDefinition.StructureDefinitionSnapshotComponentStructureDefinition.StructureDefinitionSnapshotComponent. setElement(List<ElementDefinition> theElement)Methods in org.hl7.fhir.r4.model with parameters of type StructureDefinition.StructureDefinitionSnapshotComponent Modifier and Type Method Description voidStructureDefinition.StructureDefinitionSnapshotComponent. copyValues(StructureDefinition.StructureDefinitionSnapshotComponent dst)StructureDefinitionStructureDefinition. setSnapshot(StructureDefinition.StructureDefinitionSnapshotComponent value)
-