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