
Uses of Class
org.hl7.fhir.r5.model.StructureDefinition.StructureDefinitionDifferentialComponent
Packages that use StructureDefinition.StructureDefinitionDifferentialComponent
Package
Description
-
Uses of StructureDefinition.StructureDefinitionDifferentialComponent in org.hl7.fhir.r5.conformance.profile
Methods in org.hl7.fhir.r5.conformance.profile with parameters of type StructureDefinition.StructureDefinitionDifferentialComponentModifier and TypeMethodDescriptionprotected intProfileUtilities.findEndOfElement(StructureDefinition.StructureDefinitionDifferentialComponent context, int cursor) protected List<ElementDefinition> ProfileUtilities.getDiffMatches(StructureDefinition.StructureDefinitionDifferentialComponent context, String path, int start, int end, String profileName) voidSnapshotGenerationPreProcessor.process(StructureDefinition.StructureDefinitionDifferentialComponent diff, StructureDefinition srcOriginal) protected static voidProfilePathProcessor.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
Methods in org.hl7.fhir.r5.formats that return StructureDefinition.StructureDefinitionDifferentialComponentModifier and TypeMethodDescriptionJsonParser.parseStructureDefinitionDifferentialComponent(com.google.gson.JsonObject json) XmlParser.parseStructureDefinitionDifferentialComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type StructureDefinition.StructureDefinitionDifferentialComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeStructureDefinitionDifferentialComponent(String name, StructureDefinition.StructureDefinitionDifferentialComponent element) protected voidRdfParser.composeStructureDefinitionDifferentialComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, StructureDefinition.StructureDefinitionDifferentialComponent element, int index) protected voidXmlParser.composeStructureDefinitionDifferentialComponent(String name, StructureDefinition.StructureDefinitionDifferentialComponent element) protected voidXmlParser.composeStructureDefinitionDifferentialComponentElements(StructureDefinition.StructureDefinitionDifferentialComponent element) protected voidJsonParser.composeStructureDefinitionDifferentialComponentProperties(StructureDefinition.StructureDefinitionDifferentialComponent element) protected booleanXmlParser.parseStructureDefinitionDifferentialComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureDefinition.StructureDefinitionDifferentialComponent res) protected voidJsonParser.parseStructureDefinitionDifferentialComponentProperties(com.google.gson.JsonObject json, StructureDefinition.StructureDefinitionDifferentialComponent res) -
Uses of StructureDefinition.StructureDefinitionDifferentialComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model declared as StructureDefinition.StructureDefinitionDifferentialComponentModifier and TypeFieldDescriptionStructureDefinition.differentialA differential view is expressed relative to the base StructureDefinition - a statement of differences that it applies.Methods in org.hl7.fhir.r5.model that return StructureDefinition.StructureDefinitionDifferentialComponentModifier and TypeMethodDescriptionStructureDefinition.StructureDefinitionDifferentialComponent.addElement(ElementDefinition t) StructureDefinition.StructureDefinitionDifferentialComponent.copy()StructureDefinition.getDifferential()StructureDefinition.StructureDefinitionDifferentialComponent.setElement(List<ElementDefinition> theElement) Methods in org.hl7.fhir.r5.model with parameters of type StructureDefinition.StructureDefinitionDifferentialComponentModifier and TypeMethodDescriptionvoidStructureDefinition.StructureDefinitionDifferentialComponent.copyValues(StructureDefinition.StructureDefinitionDifferentialComponent dst) StructureDefinition.setDifferential(StructureDefinition.StructureDefinitionDifferentialComponent value)