Uses of Class
org.hl7.fhir.r5.model.StructureDefinition.StructureDefinitionSnapshotComponent
Package
Description
-
Uses of StructureDefinition.StructureDefinitionSnapshotComponent in org.hl7.fhir.r5.conformance.profile
Modifier and TypeMethodDescriptionprotected List
<BaseTypeSlice> ProfileUtilities.findBaseSlices
(StructureDefinition.StructureDefinitionSnapshotComponent list, int start) protected int
ProfileUtilities.findEndOfElement
(StructureDefinition.StructureDefinitionSnapshotComponent context, int cursor) protected static void
ProfilePathProcessor.processPaths
(ProfileUtilities profileUtilities, StructureDefinition base, StructureDefinition derived, String url, String webUrl, StructureDefinition.StructureDefinitionDifferentialComponent differential, StructureDefinition.StructureDefinitionSnapshotComponent baseSnapshot, MappingAssistant mapHelper) -
Uses of StructureDefinition.StructureDefinitionSnapshotComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseStructureDefinitionSnapshotComponent
(com.google.gson.JsonObject json) XmlParser.parseStructureDefinitionSnapshotComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeStructureDefinitionSnapshotComponent
(String name, StructureDefinition.StructureDefinitionSnapshotComponent element) protected void
RdfParser.composeStructureDefinitionSnapshotComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, StructureDefinition.StructureDefinitionSnapshotComponent element, int index) protected void
XmlParser.composeStructureDefinitionSnapshotComponent
(String name, StructureDefinition.StructureDefinitionSnapshotComponent element) protected void
XmlParser.composeStructureDefinitionSnapshotComponentElements
(StructureDefinition.StructureDefinitionSnapshotComponent element) protected void
JsonParser.composeStructureDefinitionSnapshotComponentProperties
(StructureDefinition.StructureDefinitionSnapshotComponent element) protected boolean
XmlParser.parseStructureDefinitionSnapshotComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureDefinition.StructureDefinitionSnapshotComponent res) protected void
JsonParser.parseStructureDefinitionSnapshotComponentProperties
(com.google.gson.JsonObject json, StructureDefinition.StructureDefinitionSnapshotComponent res) -
Uses of StructureDefinition.StructureDefinitionSnapshotComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionStructureDefinition.snapshot
A snapshot view is expressed in a standalone form that can be used and interpreted without considering the base StructureDefinition.Modifier and TypeMethodDescriptionStructureDefinition.StructureDefinitionSnapshotComponent.addElement
(ElementDefinition t) StructureDefinition.StructureDefinitionSnapshotComponent.copy()
StructureDefinition.getSnapshot()
StructureDefinition.StructureDefinitionSnapshotComponent.setElement
(List<ElementDefinition> theElement) Modifier and TypeMethodDescriptionvoid
StructureDefinition.StructureDefinitionSnapshotComponent.copyValues
(StructureDefinition.StructureDefinitionSnapshotComponent dst) StructureDefinition.setSnapshot
(StructureDefinition.StructureDefinitionSnapshotComponent value)