Uses of Enum
org.hl7.fhir.dstu2.model.DataElement.DataElementStringency
-
Uses of DataElement.DataElementStringency in org.hl7.fhir.dstu2.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.setStringency
(DataElement.DataElementStringency value) DataElement.DataElementStringencyEnumFactory.toCode
(DataElement.DataElementStringency code) Modifier and TypeMethodDescriptionDataElement.setStringencyElement
(Enumeration<DataElement.DataElementStringency> value)