Uses of Class
org.hl7.fhir.r5.model.ElementDefinition.ElementDefinitionSlicingComponent
-
Packages that use ElementDefinition.ElementDefinitionSlicingComponent Package Description org.hl7.fhir.r5.conformance org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of ElementDefinition.ElementDefinitionSlicingComponent in org.hl7.fhir.r5.conformance
Methods in org.hl7.fhir.r5.conformance with parameters of type ElementDefinition.ElementDefinitionSlicingComponent Modifier and Type Method Description StringProfileUtilities. describeSlice(ElementDefinition.ElementDefinitionSlicingComponent slicing)static StringProfileUtilities. summarizeSlicing(ElementDefinition.ElementDefinitionSlicingComponent slice) -
Uses of ElementDefinition.ElementDefinitionSlicingComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ElementDefinition.ElementDefinitionSlicingComponent Modifier and Type Method Description protected ElementDefinition.ElementDefinitionSlicingComponentJsonParser. parseElementDefinitionSlicingComponent(com.google.gson.JsonObject json)protected ElementDefinition.ElementDefinitionSlicingComponentXmlParser. parseElementDefinitionSlicingComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of ElementDefinition.ElementDefinitionSlicingComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.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.r5.model with parameters of type ElementDefinition.ElementDefinitionSlicingComponent Modifier and Type Method Description voidElementDefinition.ElementDefinitionSlicingComponent. copyValues(ElementDefinition.ElementDefinitionSlicingComponent dst)ElementDefinitionElementDefinition. setSlicing(ElementDefinition.ElementDefinitionSlicingComponent value)
-