
Uses of Enum
org.hl7.fhir.dstu2.model.AppointmentResponse.ParticipantStatus
Packages that use AppointmentResponse.ParticipantStatus
-
Uses of AppointmentResponse.ParticipantStatus in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type AppointmentResponse.ParticipantStatusModifier and TypeFieldDescriptionprotected Enumeration
<AppointmentResponse.ParticipantStatus> AppointmentResponse.participantStatus
Participation status of the participant.Methods in org.hl7.fhir.dstu2.model that return AppointmentResponse.ParticipantStatusModifier 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.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type AppointmentResponse.ParticipantStatusMethods in org.hl7.fhir.dstu2.model with parameters of type AppointmentResponse.ParticipantStatusModifier and TypeMethodDescriptionAppointmentResponse.setParticipantStatus
(AppointmentResponse.ParticipantStatus value) AppointmentResponse.ParticipantStatusEnumFactory.toCode
(AppointmentResponse.ParticipantStatus code) Method parameters in org.hl7.fhir.dstu2.model with type arguments of type AppointmentResponse.ParticipantStatusModifier and TypeMethodDescriptionAppointmentResponse.setParticipantStatusElement
(Enumeration<AppointmentResponse.ParticipantStatus> value) Constructor parameters in org.hl7.fhir.dstu2.model with type arguments of type AppointmentResponse.ParticipantStatusModifierConstructorDescriptionAppointmentResponse
(Reference appointment, Enumeration<AppointmentResponse.ParticipantStatus> participantStatus)