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