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