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