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