
Uses of Enum
org.hl7.fhir.r5.model.AppointmentResponse.AppointmentResponseStatus
Packages that use AppointmentResponse.AppointmentResponseStatus
-
Uses of AppointmentResponse.AppointmentResponseStatus in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type AppointmentResponse.AppointmentResponseStatusModifier and TypeFieldDescriptionAppointmentResponse.participantStatus
Participation status of the participant.Methods in org.hl7.fhir.r5.model that return AppointmentResponse.AppointmentResponseStatusModifier 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.Methods in org.hl7.fhir.r5.model that return types with arguments of type AppointmentResponse.AppointmentResponseStatusModifier and TypeMethodDescriptionAppointmentResponse.AppointmentResponseStatusEnumFactory.fromType
(PrimitiveType<?> code) AppointmentResponse.getParticipantStatusElement()
Methods in org.hl7.fhir.r5.model with parameters of type AppointmentResponse.AppointmentResponseStatusModifier and TypeMethodDescriptionAppointmentResponse.setParticipantStatus
(AppointmentResponse.AppointmentResponseStatus value) AppointmentResponse.AppointmentResponseStatusEnumFactory.toCode
(AppointmentResponse.AppointmentResponseStatus code) AppointmentResponse.AppointmentResponseStatusEnumFactory.toSystem
(AppointmentResponse.AppointmentResponseStatus code) Method parameters in org.hl7.fhir.r5.model with type arguments of type AppointmentResponse.AppointmentResponseStatusModifier and TypeMethodDescriptionAppointmentResponse.setParticipantStatusElement
(Enumeration<AppointmentResponse.AppointmentResponseStatus> value) Constructors in org.hl7.fhir.r5.model with parameters of type AppointmentResponse.AppointmentResponseStatusModifierConstructorDescriptionAppointmentResponse
(Reference appointment, AppointmentResponse.AppointmentResponseStatus participantStatus) Constructor