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