Uses of Enum
org.hl7.fhir.dstu3.model.DataElement.DataElementStringency
-
Uses of DataElement.DataElementStringency in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionprotected Enumeration
<DataElement.DataElementStringency> DataElement.stringency
Identifies how precise the data element is in its definition.Modifier and TypeMethodDescriptionDataElement.getStringency()
Returns the enum constant of this type with the specified name.static DataElement.DataElementStringency[]
DataElement.DataElementStringency.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionDataElement.DataElementStringencyEnumFactory.fromType
(PrimitiveType<?> code) DataElement.getStringencyElement()
Modifier and TypeMethodDescriptionDataElement.setStringency
(DataElement.DataElementStringency value) DataElement.DataElementStringencyEnumFactory.toCode
(DataElement.DataElementStringency code) DataElement.DataElementStringencyEnumFactory.toSystem
(DataElement.DataElementStringency code) Modifier and TypeMethodDescriptionDataElement.setStringencyElement
(Enumeration<DataElement.DataElementStringency> value)