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