Uses of Class
org.hl7.fhir.r5.model.StructureDefinition.StructureDefinitionSnapshotComponent
-
Packages that use StructureDefinition.StructureDefinitionSnapshotComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of StructureDefinition.StructureDefinitionSnapshotComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return StructureDefinition.StructureDefinitionSnapshotComponent Modifier and Type Method Description protected StructureDefinition.StructureDefinitionSnapshotComponentJsonParser. parseStructureDefinitionSnapshotComponent(com.google.gson.JsonObject json)protected StructureDefinition.StructureDefinitionSnapshotComponentXmlParser. parseStructureDefinitionSnapshotComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of StructureDefinition.StructureDefinitionSnapshotComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.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.r5.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.r5.model with parameters of type StructureDefinition.StructureDefinitionSnapshotComponent Modifier and Type Method Description voidStructureDefinition.StructureDefinitionSnapshotComponent. copyValues(StructureDefinition.StructureDefinitionSnapshotComponent dst)StructureDefinitionStructureDefinition. setSnapshot(StructureDefinition.StructureDefinitionSnapshotComponent value)
-