Uses of Class
org.hl7.fhir.r5.model.StructureDefinition.StructureDefinitionSnapshotComponent
Packages that use StructureDefinition.StructureDefinitionSnapshotComponent
-
Uses of StructureDefinition.StructureDefinitionSnapshotComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return StructureDefinition.StructureDefinitionSnapshotComponentModifier and TypeMethodDescriptionJsonParser.parseStructureDefinitionSnapshotComponent(com.google.gson.JsonObject json) XmlParser.parseStructureDefinitionSnapshotComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type StructureDefinition.StructureDefinitionSnapshotComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeStructureDefinitionSnapshotComponent(String name, StructureDefinition.StructureDefinitionSnapshotComponent element) protected voidRdfParser.composeStructureDefinitionSnapshotComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, StructureDefinition.StructureDefinitionSnapshotComponent element, int index) protected voidXmlParser.composeStructureDefinitionSnapshotComponent(String name, StructureDefinition.StructureDefinitionSnapshotComponent element) protected voidXmlParser.composeStructureDefinitionSnapshotComponentElements(StructureDefinition.StructureDefinitionSnapshotComponent element) protected voidJsonParser.composeStructureDefinitionSnapshotComponentProperties(StructureDefinition.StructureDefinitionSnapshotComponent element) protected booleanXmlParser.parseStructureDefinitionSnapshotComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureDefinition.StructureDefinitionSnapshotComponent res) protected voidJsonParser.parseStructureDefinitionSnapshotComponentProperties(com.google.gson.JsonObject json, StructureDefinition.StructureDefinitionSnapshotComponent res) -
Uses of StructureDefinition.StructureDefinitionSnapshotComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.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.r5.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.r5.model with parameters of type StructureDefinition.StructureDefinitionSnapshotComponentModifier and TypeMethodDescriptionvoidStructureDefinition.StructureDefinitionSnapshotComponent.copyValues(StructureDefinition.StructureDefinitionSnapshotComponent dst) StructureDefinition.setSnapshot(StructureDefinition.StructureDefinitionSnapshotComponent value)