
Uses of Class
org.hl7.fhir.r4.model.StructureDefinition.StructureDefinitionSnapshotComponent
Packages that use StructureDefinition.StructureDefinitionSnapshotComponent
-
Uses of StructureDefinition.StructureDefinitionSnapshotComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return StructureDefinition.StructureDefinitionSnapshotComponentModifier and TypeMethodDescriptionJsonParser.parseStructureDefinitionStructureDefinitionSnapshotComponent
(com.google.gson.JsonObject json, StructureDefinition owner) XmlParser.parseStructureDefinitionStructureDefinitionSnapshotComponent
(org.xmlpull.v1.XmlPullParser xpp, StructureDefinition owner) Methods in org.hl7.fhir.r4.formats with parameters of type StructureDefinition.StructureDefinitionSnapshotComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeStructureDefinitionStructureDefinitionSnapshotComponent
(String name, StructureDefinition.StructureDefinitionSnapshotComponent element) protected void
RdfParser.composeStructureDefinitionStructureDefinitionSnapshotComponent
(Turtle.Complex parent, String parentType, String name, StructureDefinition.StructureDefinitionSnapshotComponent element, int index) protected void
XmlParser.composeStructureDefinitionStructureDefinitionSnapshotComponent
(String name, StructureDefinition.StructureDefinitionSnapshotComponent element) protected void
XmlParser.composeStructureDefinitionStructureDefinitionSnapshotComponentElements
(StructureDefinition.StructureDefinitionSnapshotComponent element) protected void
JsonParser.composeStructureDefinitionStructureDefinitionSnapshotComponentInner
(StructureDefinition.StructureDefinitionSnapshotComponent element) protected boolean
XmlParser.parseStructureDefinitionStructureDefinitionSnapshotComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureDefinition owner, StructureDefinition.StructureDefinitionSnapshotComponent res) protected void
JsonParser.parseStructureDefinitionStructureDefinitionSnapshotComponentProperties
(com.google.gson.JsonObject json, StructureDefinition owner, StructureDefinition.StructureDefinitionSnapshotComponent res) -
Uses of StructureDefinition.StructureDefinitionSnapshotComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as StructureDefinition.StructureDefinitionSnapshotComponentModifier and TypeFieldDescriptionStructureDefinition.snapshot
A 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.StructureDefinitionSnapshotComponentModifier and TypeMethodDescriptionStructureDefinition.StructureDefinitionSnapshotComponent.addElement
(ElementDefinition t) StructureDefinition.StructureDefinitionSnapshotComponent.copy()
StructureDefinition.getSnapshot()
StructureDefinition.StructureDefinitionSnapshotComponent.setElement
(List<ElementDefinition> theElement) Methods in org.hl7.fhir.r4.model with parameters of type StructureDefinition.StructureDefinitionSnapshotComponentModifier and TypeMethodDescriptionvoid
StructureDefinition.StructureDefinitionSnapshotComponent.copyValues
(StructureDefinition.StructureDefinitionSnapshotComponent dst) StructureDefinition.setSnapshot
(StructureDefinition.StructureDefinitionSnapshotComponent value)