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