Uses of Class
org.hl7.fhir.r5.model.StructureDefinition.StructureDefinitionDifferentialComponent
Packages that use StructureDefinition.StructureDefinitionDifferentialComponent
-
Uses of StructureDefinition.StructureDefinitionDifferentialComponent in org.hl7.fhir.r5.conformance
Methods in org.hl7.fhir.r5.conformance with parameters of type StructureDefinition.StructureDefinitionDifferentialComponentModifier and TypeMethodDescriptionProfileUtilities.getTypeForElement(StructureDefinition.StructureDefinitionDifferentialComponent differential, int diffCursor, String profileName, List<ElementDefinition> diffMatches, ElementDefinition outcome) -
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)