Uses of Enum
org.hl7.fhir.r4.model.AppointmentResponse.ParticipantStatus
-
Uses of AppointmentResponse.ParticipantStatus in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<AppointmentResponse.ParticipantStatus> AppointmentResponse.participantStatus
Participation status of the participant.Modifier and TypeMethodDescriptionAppointmentResponse.getParticipantStatus()
Returns the enum constant of this type with the specified name.AppointmentResponse.ParticipantStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionAppointmentResponse.ParticipantStatusEnumFactory.fromType
(PrimitiveType<?> code) AppointmentResponse.getParticipantStatusElement()
Modifier and TypeMethodDescriptionAppointmentResponse.setParticipantStatus
(AppointmentResponse.ParticipantStatus value) AppointmentResponse.ParticipantStatusEnumFactory.toCode
(AppointmentResponse.ParticipantStatus code) AppointmentResponse.ParticipantStatusEnumFactory.toSystem
(AppointmentResponse.ParticipantStatus code) Modifier and TypeMethodDescriptionAppointmentResponse.setParticipantStatusElement
(Enumeration<AppointmentResponse.ParticipantStatus> value) ModifierConstructorDescriptionAppointmentResponse
(Reference appointment, Enumeration<AppointmentResponse.ParticipantStatus> participantStatus) Constructor