Uses of Class
org.hl7.fhir.dstu2.model.ElementDefinition.SlicingRules
-
Packages that use ElementDefinition.SlicingRules Package Description org.hl7.fhir.dstu2.model -
-
Uses of ElementDefinition.SlicingRules in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type ElementDefinition.SlicingRules Modifier and Type Field Description protected Enumeration<ElementDefinition.SlicingRules>ElementDefinition.ElementDefinitionSlicingComponent. rulesWhether additional slices are allowed or not.Methods in org.hl7.fhir.dstu2.model that return ElementDefinition.SlicingRules Modifier and Type Method Description static ElementDefinition.SlicingRulesElementDefinition.SlicingRules. fromCode(String codeString)ElementDefinition.SlicingRulesElementDefinition.SlicingRulesEnumFactory. fromCode(String codeString)ElementDefinition.SlicingRulesElementDefinition.ElementDefinitionSlicingComponent. getRules()static ElementDefinition.SlicingRulesElementDefinition.SlicingRules. valueOf(String name)Returns the enum constant of this type with the specified name.static ElementDefinition.SlicingRules[]ElementDefinition.SlicingRules. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type ElementDefinition.SlicingRules Modifier and Type Method Description Enumeration<ElementDefinition.SlicingRules>ElementDefinition.SlicingRulesEnumFactory. fromType(Base code)Enumeration<ElementDefinition.SlicingRules>ElementDefinition.ElementDefinitionSlicingComponent. getRulesElement()Methods in org.hl7.fhir.dstu2.model with parameters of type ElementDefinition.SlicingRules Modifier and Type Method Description ElementDefinition.ElementDefinitionSlicingComponentElementDefinition.ElementDefinitionSlicingComponent. setRules(ElementDefinition.SlicingRules value)StringElementDefinition.SlicingRulesEnumFactory. toCode(ElementDefinition.SlicingRules code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type ElementDefinition.SlicingRules Modifier and Type Method Description ElementDefinition.ElementDefinitionSlicingComponentElementDefinition.ElementDefinitionSlicingComponent. setRulesElement(Enumeration<ElementDefinition.SlicingRules> value)Constructor parameters in org.hl7.fhir.dstu2.model with type arguments of type ElementDefinition.SlicingRules Constructor Description ElementDefinitionSlicingComponent(Enumeration<ElementDefinition.SlicingRules> rules)
-