Uses of Class
org.hl7.fhir.r4.model.ElementDefinition.ElementDefinitionSlicingComponent
-
Packages that use ElementDefinition.ElementDefinitionSlicingComponent Package Description org.hl7.fhir.r4.conformance org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of ElementDefinition.ElementDefinitionSlicingComponent in org.hl7.fhir.r4.conformance
Methods in org.hl7.fhir.r4.conformance with parameters of type ElementDefinition.ElementDefinitionSlicingComponent Modifier and Type Method Description StringProfileUtilities. describeSlice(ElementDefinition.ElementDefinitionSlicingComponent slicing) -
Uses of ElementDefinition.ElementDefinitionSlicingComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ElementDefinition.ElementDefinitionSlicingComponent Modifier and Type Method Description protected ElementDefinition.ElementDefinitionSlicingComponentJsonParser. parseElementDefinitionElementDefinitionSlicingComponent(com.google.gson.JsonObject json, ElementDefinition owner)protected ElementDefinition.ElementDefinitionSlicingComponentXmlParser. parseElementDefinitionElementDefinitionSlicingComponent(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) -
Uses of ElementDefinition.ElementDefinitionSlicingComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as ElementDefinition.ElementDefinitionSlicingComponent Modifier and Type Field Description protected ElementDefinition.ElementDefinitionSlicingComponentElementDefinition. slicingIndicates that the element is sliced into a set of alternative definitions (i.e.Methods in org.hl7.fhir.r4.model with parameters of type ElementDefinition.ElementDefinitionSlicingComponent Modifier and Type Method Description voidElementDefinition.ElementDefinitionSlicingComponent. copyValues(ElementDefinition.ElementDefinitionSlicingComponent dst)ElementDefinitionElementDefinition. setSlicing(ElementDefinition.ElementDefinitionSlicingComponent value)
-