public static class Appointment.Participant extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: List of participants involved in the appointment
| Constructor and Description |
|---|
Participant() |
| Modifier and Type | Method and Description |
|---|---|
BoundCodeableConceptDt<ParticipantTypeEnum> |
addType()
Add a value for type ()
|
BoundCodeableConceptDt<ParticipantTypeEnum> |
addType(ParticipantTypeEnum theValue)
Add a value for type () using an enumerated type.
|
ResourceReferenceDt |
getActor()
Gets the value(s) for actor ().
|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getRequired()
Gets the value(s) for required ().
|
ca.uhn.fhir.model.primitive.BoundCodeDt<ParticipantRequiredEnum> |
getRequiredElement()
Gets the value(s) for required ().
|
String |
getStatus()
Gets the value(s) for status ().
|
ca.uhn.fhir.model.primitive.BoundCodeDt<ParticipationStatusEnum> |
getStatusElement()
Gets the value(s) for status ().
|
List<BoundCodeableConceptDt<ParticipantTypeEnum>> |
getType()
Gets the value(s) for type ().
|
BoundCodeableConceptDt<ParticipantTypeEnum> |
getTypeFirstRep()
Gets the first repetition for type (),
creating it if it does not already exist.
|
boolean |
isEmpty() |
Appointment.Participant |
setActor(ResourceReferenceDt theValue)
Sets the value(s) for actor ()
|
Appointment.Participant |
setRequired(ca.uhn.fhir.model.primitive.BoundCodeDt<ParticipantRequiredEnum> theValue)
Sets the value(s) for required ()
|
Appointment.Participant |
setRequired(ParticipantRequiredEnum theValue)
Sets the value(s) for required ()
|
Appointment.Participant |
setStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<ParticipationStatusEnum> theValue)
Sets the value(s) for status ()
|
Appointment.Participant |
setStatus(ParticipationStatusEnum theValue)
Sets the value(s) for status ()
|
Appointment.Participant |
setType(List<BoundCodeableConceptDt<ParticipantTypeEnum>> theValue)
Sets the value(s) for type ()
|
Appointment.Participant |
setType(ParticipantTypeEnum theValue)
Sets the value(s), and clears any existing value(s) for type ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Participant()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic List<BoundCodeableConceptDt<ParticipantTypeEnum>> getType()
null.
Definition: Role of participant in the appointment
public Appointment.Participant setType(List<BoundCodeableConceptDt<ParticipantTypeEnum>> theValue)
Definition: Role of participant in the appointment
public BoundCodeableConceptDt<ParticipantTypeEnum> addType(ParticipantTypeEnum theValue)
addType() method.
Definition: Role of participant in the appointment
public BoundCodeableConceptDt<ParticipantTypeEnum> getTypeFirstRep()
Definition: Role of participant in the appointment
public BoundCodeableConceptDt<ParticipantTypeEnum> addType()
Definition: Role of participant in the appointment
public Appointment.Participant setType(ParticipantTypeEnum theValue)
Definition: Role of participant in the appointment
public ResourceReferenceDt getActor()
null.
Definition: A Person, Location/HealthcareService or Device that is participating in the appointment
public Appointment.Participant setActor(ResourceReferenceDt theValue)
Definition: A Person, Location/HealthcareService or Device that is participating in the appointment
public ca.uhn.fhir.model.primitive.BoundCodeDt<ParticipantRequiredEnum> getRequiredElement()
null.
Definition: Is this participant required to be present at the meeting. This covers a use-case where 2 doctors need to meet to discuss the results for a specific patient, and the patient is not required to be present.
public String getRequired()
null.
Definition: Is this participant required to be present at the meeting. This covers a use-case where 2 doctors need to meet to discuss the results for a specific patient, and the patient is not required to be present.
public Appointment.Participant setRequired(ca.uhn.fhir.model.primitive.BoundCodeDt<ParticipantRequiredEnum> theValue)
Definition: Is this participant required to be present at the meeting. This covers a use-case where 2 doctors need to meet to discuss the results for a specific patient, and the patient is not required to be present.
public Appointment.Participant setRequired(ParticipantRequiredEnum theValue)
Definition: Is this participant required to be present at the meeting. This covers a use-case where 2 doctors need to meet to discuss the results for a specific patient, and the patient is not required to be present.
public ca.uhn.fhir.model.primitive.BoundCodeDt<ParticipationStatusEnum> getStatusElement()
null.
Definition: Participation status of the Patient
public String getStatus()
null.
Definition: Participation status of the Patient
public Appointment.Participant setStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<ParticipationStatusEnum> theValue)
Definition: Participation status of the Patient
public Appointment.Participant setStatus(ParticipationStatusEnum theValue)
Definition: Participation status of the Patient
Copyright © 2014–2018 University Health Network. All rights reserved.