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