Uses of Class
org.hl7.fhir.r5.model.StructureDefinition.StructureDefinitionDifferentialComponent
Package
Description
-
Uses of StructureDefinition.StructureDefinitionDifferentialComponent in org.hl7.fhir.r5.conformance.profile
Modifier and TypeMethodDescriptionprotected int
ProfileUtilities.findEndOfElement
(StructureDefinition.StructureDefinitionDifferentialComponent context, int cursor) protected List
<ElementDefinition> ProfileUtilities.getDiffMatches
(StructureDefinition.StructureDefinitionDifferentialComponent context, String path, int start, int end, String profileName) 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.StructureDefinitionDifferentialComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseStructureDefinitionDifferentialComponent
(com.google.gson.JsonObject json) XmlParser.parseStructureDefinitionDifferentialComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeStructureDefinitionDifferentialComponent
(String name, StructureDefinition.StructureDefinitionDifferentialComponent element) protected void
RdfParser.composeStructureDefinitionDifferentialComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, StructureDefinition.StructureDefinitionDifferentialComponent element, int index) protected void
XmlParser.composeStructureDefinitionDifferentialComponent
(String name, StructureDefinition.StructureDefinitionDifferentialComponent element) protected void
XmlParser.composeStructureDefinitionDifferentialComponentElements
(StructureDefinition.StructureDefinitionDifferentialComponent element) protected void
JsonParser.composeStructureDefinitionDifferentialComponentProperties
(StructureDefinition.StructureDefinitionDifferentialComponent element) protected boolean
XmlParser.parseStructureDefinitionDifferentialComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureDefinition.StructureDefinitionDifferentialComponent res) protected void
JsonParser.parseStructureDefinitionDifferentialComponentProperties
(com.google.gson.JsonObject json, StructureDefinition.StructureDefinitionDifferentialComponent res) -
Uses of StructureDefinition.StructureDefinitionDifferentialComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionStructureDefinition.differential
A differential view is expressed relative to the base StructureDefinition - a statement of differences that it applies.Modifier and TypeMethodDescriptionStructureDefinition.StructureDefinitionDifferentialComponent.addElement
(ElementDefinition t) StructureDefinition.StructureDefinitionDifferentialComponent.copy()
StructureDefinition.getDifferential()
StructureDefinition.StructureDefinitionDifferentialComponent.setElement
(List<ElementDefinition> theElement) Modifier and TypeMethodDescriptionvoid
StructureDefinition.StructureDefinitionDifferentialComponent.copyValues
(StructureDefinition.StructureDefinitionDifferentialComponent dst) StructureDefinition.setDifferential
(StructureDefinition.StructureDefinitionDifferentialComponent value)