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