Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.ParticipantTypeEnum
-
Uses of ParticipantTypeEnum in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionAppointmentResponse.addParticipantType()
Add a value for participantType ()AppointmentResponse.addParticipantType
(ParticipantTypeEnum theValue) Add a value for participantType () using an enumerated type.Appointment.Participant.addType()
Add a value for type ()Appointment.Participant.addType
(ParticipantTypeEnum theValue) Add a value for type () using an enumerated type.Encounter.Participant.addType()
Add a value for type ()Encounter.Participant.addType
(ParticipantTypeEnum theValue) Add a value for type () using an enumerated type.AppointmentResponse.getParticipantType()
Gets the value(s) for participantType ().AppointmentResponse.getParticipantTypeFirstRep()
Gets the first repetition for participantType (), creating it if it does not already exist.Appointment.Participant.getType()
Gets the value(s) for type ().Encounter.Participant.getType()
Gets the value(s) for type ().Appointment.Participant.getTypeFirstRep()
Gets the first repetition for type (), creating it if it does not already exist.Encounter.Participant.getTypeFirstRep()
Gets the first repetition for type (), creating it if it does not already exist.Modifier and TypeMethodDescriptionAppointmentResponse.addParticipantType
(ParticipantTypeEnum theValue) Add a value for participantType () using an enumerated type.Appointment.Participant.addType
(ParticipantTypeEnum theValue) Add a value for type () using an enumerated type.Encounter.Participant.addType
(ParticipantTypeEnum theValue) Add a value for type () using an enumerated type.AppointmentResponse.setParticipantType
(ParticipantTypeEnum theValue) Sets the value(s), and clears any existing value(s) for participantType ()Appointment.Participant.setType
(ParticipantTypeEnum theValue) Sets the value(s), and clears any existing value(s) for type ()Encounter.Participant.setType
(ParticipantTypeEnum theValue) Sets the value(s), and clears any existing value(s) for type ()Modifier and TypeMethodDescriptionAppointmentResponse.setParticipantType
(List<BoundCodeableConceptDt<ParticipantTypeEnum>> theValue) Sets the value(s) for participantType ()Appointment.Participant.setType
(List<BoundCodeableConceptDt<ParticipantTypeEnum>> theValue) Sets the value(s) for type ()Encounter.Participant.setType
(List<BoundCodeableConceptDt<ParticipantTypeEnum>> theValue) Sets the value(s) for type () -
Uses of ParticipantTypeEnum in ca.uhn.fhir.model.dstu2.valueset
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<ParticipantTypeEnum> ParticipantTypeEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesModifier and TypeMethodDescriptionstatic ParticipantTypeEnum
Returns the enumerated value associated with this codestatic ParticipantTypeEnum
Returns the enum constant of this type with the specified name.static ParticipantTypeEnum[]
ParticipantTypeEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.