Uses of Class
org.hl7.fhir.r4.model.StructureDefinition.StructureDefinitionDifferentialComponent
Packages that use StructureDefinition.StructureDefinitionDifferentialComponent
-
Uses of StructureDefinition.StructureDefinitionDifferentialComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return StructureDefinition.StructureDefinitionDifferentialComponentModifier and TypeMethodDescriptionJsonParser.parseStructureDefinitionStructureDefinitionDifferentialComponent(com.google.gson.JsonObject json, StructureDefinition owner)XmlParser.parseStructureDefinitionStructureDefinitionDifferentialComponent(org.xmlpull.v1.XmlPullParser xpp, StructureDefinition owner)Methods in org.hl7.fhir.r4.formats with parameters of type StructureDefinition.StructureDefinitionDifferentialComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeStructureDefinitionStructureDefinitionDifferentialComponent(String name, StructureDefinition.StructureDefinitionDifferentialComponent element)protected voidRdfParser.composeStructureDefinitionStructureDefinitionDifferentialComponent(Turtle.Complex parent, String parentType, String name, StructureDefinition.StructureDefinitionDifferentialComponent element, int index)protected voidXmlParser.composeStructureDefinitionStructureDefinitionDifferentialComponent(String name, StructureDefinition.StructureDefinitionDifferentialComponent element)protected voidXmlParser.composeStructureDefinitionStructureDefinitionDifferentialComponentElements(StructureDefinition.StructureDefinitionDifferentialComponent element)protected voidJsonParser.composeStructureDefinitionStructureDefinitionDifferentialComponentInner(StructureDefinition.StructureDefinitionDifferentialComponent element)protected booleanXmlParser.parseStructureDefinitionStructureDefinitionDifferentialComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureDefinition owner, StructureDefinition.StructureDefinitionDifferentialComponent res)protected voidJsonParser.parseStructureDefinitionStructureDefinitionDifferentialComponentProperties(com.google.gson.JsonObject json, StructureDefinition owner, StructureDefinition.StructureDefinitionDifferentialComponent res) -
Uses of StructureDefinition.StructureDefinitionDifferentialComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.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.r4.model with parameters of type StructureDefinition.StructureDefinitionDifferentialComponentModifier and TypeMethodDescriptionvoidStructureDefinition.StructureDefinitionDifferentialComponent.copyValues(StructureDefinition.StructureDefinitionDifferentialComponent dst)StructureDefinition.setDifferential(StructureDefinition.StructureDefinitionDifferentialComponent value)