public static class Measure.MeasureDataUsageEnumFactory extends Object implements EnumFactory<Measure.MeasureDataUsage>
| Constructor and Description |
|---|
MeasureDataUsageEnumFactory() |
| Modifier and Type | Method and Description |
|---|---|
Measure.MeasureDataUsage |
fromCode(String codeString)
Read an enumeration value from the string that represents it on the XML or JSON
|
Enumeration<Measure.MeasureDataUsage> |
fromType(Base code) |
String |
toCode(Measure.MeasureDataUsage code)
Get the XML/JSON representation for an enumerated value
|
String |
toSystem(Measure.MeasureDataUsage code)
Get the XML/JSON representation for an enumerated value
|
public MeasureDataUsageEnumFactory()
public Measure.MeasureDataUsage fromCode(String codeString) throws IllegalArgumentException
EnumFactoryfromCode in interface EnumFactory<Measure.MeasureDataUsage>fromCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<Measure.MeasureDataUsage>codeString - the value found in the XML or JSONIllegalArgumentExceptionpublic Enumeration<Measure.MeasureDataUsage> fromType(Base code) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String toCode(Measure.MeasureDataUsage code)
EnumFactorytoCode in interface EnumFactory<Measure.MeasureDataUsage>toCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<Measure.MeasureDataUsage>code - - the enumeration valuepublic String toSystem(Measure.MeasureDataUsage code)
EnumFactorytoSystem in interface EnumFactory<Measure.MeasureDataUsage>code - - the enumeration valueCopyright © 2014–2018 University Health Network. All rights reserved.