
Uses of Class
org.hl7.fhir.r5.model.StructureDefinition.StructureDefinitionSnapshotComponent
Packages that use StructureDefinition.StructureDefinitionSnapshotComponent
Package
Description
-
Uses of StructureDefinition.StructureDefinitionSnapshotComponent in org.hl7.fhir.r5.conformance.profile
Fields in org.hl7.fhir.r5.conformance.profile declared as StructureDefinition.StructureDefinitionSnapshotComponentMethods in org.hl7.fhir.r5.conformance.profile with parameters of type StructureDefinition.StructureDefinitionSnapshotComponentModifier 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
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 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
Fields in org.hl7.fhir.r5.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.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 TypeMethodDescriptionvoid
StructureDefinition.StructureDefinitionSnapshotComponent.copyValues
(StructureDefinition.StructureDefinitionSnapshotComponent dst) StructureDefinition.setSnapshot
(StructureDefinition.StructureDefinitionSnapshotComponent value)