
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 voidJsonParser.composeStructureDefinitionStructureDefinitionSnapshotComponent(String name, StructureDefinition.StructureDefinitionSnapshotComponent element) protected voidRdfParser.composeStructureDefinitionStructureDefinitionSnapshotComponent(Turtle.Complex parent, String parentType, String name, StructureDefinition.StructureDefinitionSnapshotComponent element, int index) protected voidXmlParser.composeStructureDefinitionStructureDefinitionSnapshotComponent(String name, StructureDefinition.StructureDefinitionSnapshotComponent element) protected voidXmlParser.composeStructureDefinitionStructureDefinitionSnapshotComponentElements(StructureDefinition.StructureDefinitionSnapshotComponent element) protected voidJsonParser.composeStructureDefinitionStructureDefinitionSnapshotComponentInner(StructureDefinition.StructureDefinitionSnapshotComponent element) protected booleanXmlParser.parseStructureDefinitionStructureDefinitionSnapshotComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureDefinition owner, StructureDefinition.StructureDefinitionSnapshotComponent res) protected voidJsonParser.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.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.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 TypeMethodDescriptionvoidStructureDefinition.StructureDefinitionSnapshotComponent.copyValues(StructureDefinition.StructureDefinitionSnapshotComponent dst) StructureDefinition.setSnapshot(StructureDefinition.StructureDefinitionSnapshotComponent value)