| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<AppointmentResponse.ParticipantStatus> |
AppointmentResponse.participantStatus
Participation status of the participant.
|
| Modifier and Type | Method and Description |
|---|---|
static AppointmentResponse.ParticipantStatus |
AppointmentResponse.ParticipantStatus.fromCode(String codeString) |
AppointmentResponse.ParticipantStatus |
AppointmentResponse.ParticipantStatusEnumFactory.fromCode(String codeString) |
AppointmentResponse.ParticipantStatus |
AppointmentResponse.getParticipantStatus() |
static AppointmentResponse.ParticipantStatus |
AppointmentResponse.ParticipantStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppointmentResponse.ParticipantStatus[] |
AppointmentResponse.ParticipantStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<AppointmentResponse.ParticipantStatus> |
AppointmentResponse.ParticipantStatusEnumFactory.fromType(Base code) |
Enumeration<AppointmentResponse.ParticipantStatus> |
AppointmentResponse.getParticipantStatusElement() |
| Modifier and Type | Method and Description |
|---|---|
AppointmentResponse |
AppointmentResponse.setParticipantStatus(AppointmentResponse.ParticipantStatus value) |
String |
AppointmentResponse.ParticipantStatusEnumFactory.toCode(AppointmentResponse.ParticipantStatus code) |
String |
AppointmentResponse.ParticipantStatusEnumFactory.toSystem(AppointmentResponse.ParticipantStatus code) |
| Modifier and Type | Method and Description |
|---|---|
AppointmentResponse |
AppointmentResponse.setParticipantStatusElement(Enumeration<AppointmentResponse.ParticipantStatus> value) |
| Constructor and Description |
|---|
AppointmentResponse(Reference appointment,
Enumeration<AppointmentResponse.ParticipantStatus> participantStatus)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.