Uses of Class
org.hl7.fhir.dstu2016may.model.ElementDefinition.ElementDefinitionSlicingComponent
-
Packages that use ElementDefinition.ElementDefinitionSlicingComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model org.hl7.fhir.dstu2016may.utils -
-
Uses of ElementDefinition.ElementDefinitionSlicingComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.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)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type ElementDefinition.ElementDefinitionSlicingComponent Modifier and Type Method Description protected voidJsonParser. composeElementDefinitionElementDefinitionSlicingComponent(String name, ElementDefinition.ElementDefinitionSlicingComponent element)protected voidRdfParser. composeElementDefinitionElementDefinitionSlicingComponent(RdfGenerator.Complex parent, String parentType, String name, ElementDefinition.ElementDefinitionSlicingComponent element, int index)protected voidXmlParser. composeElementDefinitionElementDefinitionSlicingComponent(String name, ElementDefinition.ElementDefinitionSlicingComponent element)protected voidJsonParser. composeElementDefinitionElementDefinitionSlicingComponentInner(ElementDefinition.ElementDefinitionSlicingComponent element) -
Uses of ElementDefinition.ElementDefinitionSlicingComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.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.dstu2016may.model with parameters of type ElementDefinition.ElementDefinitionSlicingComponent Modifier and Type Method Description ElementDefinitionElementDefinition. setSlicing(ElementDefinition.ElementDefinitionSlicingComponent value) -
Uses of ElementDefinition.ElementDefinitionSlicingComponent in org.hl7.fhir.dstu2016may.utils
Methods in org.hl7.fhir.dstu2016may.utils with parameters of type ElementDefinition.ElementDefinitionSlicingComponent Modifier and Type Method Description StringProfileUtilities. describeSlice(ElementDefinition.ElementDefinitionSlicingComponent slicing)
-