Uses of Class
org.hl7.fhir.dstu2.model.DataElement.DataElementStringency
-
Packages that use DataElement.DataElementStringency Package Description org.hl7.fhir.dstu2.model -
-
Uses of DataElement.DataElementStringency in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type DataElement.DataElementStringency Modifier and Type Field Description protected Enumeration<DataElement.DataElementStringency>DataElement. stringencyIdentifies how precise the data element is in its definition.Methods in org.hl7.fhir.dstu2.model that return DataElement.DataElementStringency Modifier and Type Method Description static DataElement.DataElementStringencyDataElement.DataElementStringency. fromCode(String codeString)DataElement.DataElementStringencyDataElement.DataElementStringencyEnumFactory. fromCode(String codeString)DataElement.DataElementStringencyDataElement. getStringency()static DataElement.DataElementStringencyDataElement.DataElementStringency. valueOf(String name)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.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type DataElement.DataElementStringency Modifier and Type Method Description Enumeration<DataElement.DataElementStringency>DataElement.DataElementStringencyEnumFactory. fromType(Base code)Enumeration<DataElement.DataElementStringency>DataElement. getStringencyElement()Methods in org.hl7.fhir.dstu2.model with parameters of type DataElement.DataElementStringency Modifier and Type Method Description DataElementDataElement. setStringency(DataElement.DataElementStringency value)StringDataElement.DataElementStringencyEnumFactory. toCode(DataElement.DataElementStringency code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type DataElement.DataElementStringency Modifier and Type Method Description DataElementDataElement. setStringencyElement(Enumeration<DataElement.DataElementStringency> value)
-