Uses of Class
com.ibm.fhir.model.type.code.ParticipantStatus
-
Packages that use ParticipantStatus Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of ParticipantStatus in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ParticipantStatus Modifier and Type Method Description ParticipantStatusAppointmentResponse. getParticipantStatus()Participation status of the participant.Methods in com.ibm.fhir.model.resource with parameters of type ParticipantStatus Modifier and Type Method Description AppointmentResponse.BuilderAppointmentResponse.Builder. participantStatus(ParticipantStatus participantStatus)Participation status of the participant. -
Uses of ParticipantStatus in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as ParticipantStatus Modifier and Type Field Description static ParticipantStatusParticipantStatus. ACCEPTEDAcceptedstatic ParticipantStatusParticipantStatus. DECLINEDDeclinedstatic ParticipantStatusParticipantStatus. NEEDS_ACTIONNeeds Actionstatic ParticipantStatusParticipantStatus. TENTATIVETentativeMethods in com.ibm.fhir.model.type.code that return ParticipantStatus Modifier and Type Method Description ParticipantStatusParticipantStatus.Builder. build()static ParticipantStatusParticipantStatus. of(ParticipantStatus.ValueSet value)Factory method for creating ParticipantStatus objects from a passed enum value.static ParticipantStatusParticipantStatus. of(String value)Factory method for creating ParticipantStatus objects from a passed string value.
-