
Uses of Enum Class
ca.uhn.fhir.model.dstu2.valueset.ParticipantTypeEnum
Packages that use ParticipantTypeEnum
-
Uses of ParticipantTypeEnum in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ParticipantTypeEnumModifier 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.Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ParticipantTypeEnumModifier 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 ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ParticipantTypeEnumModifier 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
Fields in ca.uhn.fhir.model.dstu2.valueset with type parameters of type ParticipantTypeEnumModifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<ParticipantTypeEnum> ParticipantTypeEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return ParticipantTypeEnumModifier and TypeMethodDescriptionstatic ParticipantTypeEnum
Returns the enumerated value associated with this codestatic ParticipantTypeEnum
Returns the enum constant of this class with the specified name.static ParticipantTypeEnum[]
ParticipantTypeEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.