| Package | Description |
|---|---|
| ca.uhn.fhir.model.dstu2.resource | |
| ca.uhn.fhir.model.dstu2.valueset |
| Modifier and Type | Method and Description |
|---|---|
BoundCodeableConceptDt<ParticipantTypeEnum> |
AppointmentResponse.addParticipantType()
Add a value for participantType ()
|
BoundCodeableConceptDt<ParticipantTypeEnum> |
AppointmentResponse.addParticipantType(ParticipantTypeEnum theValue)
Add a value for participantType () using an enumerated type.
|
BoundCodeableConceptDt<ParticipantTypeEnum> |
Encounter.Participant.addType()
Add a value for type ()
|
BoundCodeableConceptDt<ParticipantTypeEnum> |
Appointment.Participant.addType()
Add a value for type ()
|
BoundCodeableConceptDt<ParticipantTypeEnum> |
Encounter.Participant.addType(ParticipantTypeEnum theValue)
Add a value for type () using an enumerated type.
|
BoundCodeableConceptDt<ParticipantTypeEnum> |
Appointment.Participant.addType(ParticipantTypeEnum theValue)
Add a value for type () using an enumerated type.
|
List<BoundCodeableConceptDt<ParticipantTypeEnum>> |
AppointmentResponse.getParticipantType()
Gets the value(s) for participantType ().
|
BoundCodeableConceptDt<ParticipantTypeEnum> |
AppointmentResponse.getParticipantTypeFirstRep()
Gets the first repetition for participantType (),
creating it if it does not already exist.
|
List<BoundCodeableConceptDt<ParticipantTypeEnum>> |
Encounter.Participant.getType()
Gets the value(s) for type ().
|
List<BoundCodeableConceptDt<ParticipantTypeEnum>> |
Appointment.Participant.getType()
Gets the value(s) for type ().
|
BoundCodeableConceptDt<ParticipantTypeEnum> |
Encounter.Participant.getTypeFirstRep()
Gets the first repetition for type (),
creating it if it does not already exist.
|
BoundCodeableConceptDt<ParticipantTypeEnum> |
Appointment.Participant.getTypeFirstRep()
Gets the first repetition for type (),
creating it if it does not already exist.
|
| Modifier and Type | Method and Description |
|---|---|
BoundCodeableConceptDt<ParticipantTypeEnum> |
AppointmentResponse.addParticipantType(ParticipantTypeEnum theValue)
Add a value for participantType () using an enumerated type.
|
BoundCodeableConceptDt<ParticipantTypeEnum> |
Encounter.Participant.addType(ParticipantTypeEnum theValue)
Add a value for type () using an enumerated type.
|
BoundCodeableConceptDt<ParticipantTypeEnum> |
Appointment.Participant.addType(ParticipantTypeEnum theValue)
Add a value for type () using an enumerated type.
|
AppointmentResponse |
AppointmentResponse.setParticipantType(ParticipantTypeEnum theValue)
Sets the value(s), and clears any existing value(s) for participantType ()
|
Encounter.Participant |
Encounter.Participant.setType(ParticipantTypeEnum theValue)
Sets the value(s), and clears any existing value(s) for type ()
|
Appointment.Participant |
Appointment.Participant.setType(ParticipantTypeEnum theValue)
Sets the value(s), and clears any existing value(s) for type ()
|
| Modifier and Type | Method and Description |
|---|---|
AppointmentResponse |
AppointmentResponse.setParticipantType(List<BoundCodeableConceptDt<ParticipantTypeEnum>> theValue)
Sets the value(s) for participantType ()
|
Encounter.Participant |
Encounter.Participant.setType(List<BoundCodeableConceptDt<ParticipantTypeEnum>> theValue)
Sets the value(s) for type ()
|
Appointment.Participant |
Appointment.Participant.setType(List<BoundCodeableConceptDt<ParticipantTypeEnum>> theValue)
Sets the value(s) for type ()
|
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<ParticipantTypeEnum> |
ParticipantTypeEnum.VALUESET_BINDER
Converts codes to their respective enumerated values
|
| Modifier and Type | Method and Description |
|---|---|
static ParticipantTypeEnum |
ParticipantTypeEnum.forCode(String theCode)
Returns the enumerated value associated with this code
|
static ParticipantTypeEnum |
ParticipantTypeEnum.valueOf(String name)
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.
|
Copyright © 2014–2016 University Health Network. All rights reserved.