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