Class Appointment.Participant
- java.lang.Object
-
- ca.uhn.fhir.model.api.BaseElement
-
- ca.uhn.fhir.model.api.BaseIdentifiableElement
-
- ca.uhn.fhir.model.dstu2.resource.Appointment.Participant
-
- All Implemented Interfaces:
ca.uhn.fhir.model.api.ICompositeElement,ca.uhn.fhir.model.api.IElement,ca.uhn.fhir.model.api.IIdentifiableElement,ca.uhn.fhir.model.api.IResourceBlock,ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions,Serializable,org.hl7.fhir.instance.model.api.IBase
- Enclosing class:
- Appointment
public static class Appointment.Participant extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: Appointment.participant ()Definition: List of participants involved in the appointment
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Participant()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BoundCodeableConceptDt<ParticipantTypeEnum>addType()Add a value for type ()BoundCodeableConceptDt<ParticipantTypeEnum>addType(ParticipantTypeEnum theValue)Add a value for type () using an enumerated type.ResourceReferenceDtgetActor()Gets the value(s) for actor ().<T extends ca.uhn.fhir.model.api.IElement>
List<T>getAllPopulatedChildElementsOfType(Class<T> theType)StringgetRequired()Gets the value(s) for required ().ca.uhn.fhir.model.primitive.BoundCodeDt<ParticipantRequiredEnum>getRequiredElement()Gets the value(s) for required ().StringgetStatus()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.booleanisEmpty()Appointment.ParticipantsetActor(ResourceReferenceDt theValue)Sets the value(s) for actor ()Appointment.ParticipantsetRequired(ParticipantRequiredEnum theValue)Sets the value(s) for required ()Appointment.ParticipantsetRequired(ca.uhn.fhir.model.primitive.BoundCodeDt<ParticipantRequiredEnum> theValue)Sets the value(s) for required ()Appointment.ParticipantsetStatus(ParticipationStatusEnum theValue)Sets the value(s) for status ()Appointment.ParticipantsetStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<ParticipationStatusEnum> theValue)Sets the value(s) for status ()Appointment.ParticipantsetType(ParticipantTypeEnum theValue)Sets the value(s), and clears any existing value(s) for type ()Appointment.ParticipantsetType(List<BoundCodeableConceptDt<ParticipantTypeEnum>> theValue)Sets the value(s) for type ()-
Methods inherited from class ca.uhn.fhir.model.api.BaseIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
-
Methods inherited from class ca.uhn.fhir.model.api.BaseElement
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserData
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
Participant
public Participant()
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase
-
getAllPopulatedChildElementsOfType
public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
- Specified by:
getAllPopulatedChildElementsOfTypein interfaceca.uhn.fhir.model.api.ICompositeElement
-
getType
public List<BoundCodeableConceptDt<ParticipantTypeEnum>> getType()
Gets the value(s) for type (). creating it if it does not exist. Will not returnnull.Definition: Role of participant in the appointment
-
setType
public Appointment.Participant setType(List<BoundCodeableConceptDt<ParticipantTypeEnum>> theValue)
Sets the value(s) for type ()Definition: Role of participant in the appointment
-
addType
public BoundCodeableConceptDt<ParticipantTypeEnum> addType(ParticipantTypeEnum theValue)
Add a value for type () using an enumerated type. This is intended as a convenience method for situations where the FHIR defined ValueSets are mandatory or contain the desirable codes. If you wish to use codes other than those which are built-in, you may also use theaddType()method.Definition: Role of participant in the appointment
-
getTypeFirstRep
public BoundCodeableConceptDt<ParticipantTypeEnum> getTypeFirstRep()
Gets the first repetition for type (), creating it if it does not already exist.Definition: Role of participant in the appointment
-
addType
public BoundCodeableConceptDt<ParticipantTypeEnum> addType()
Add a value for type ()Definition: Role of participant in the appointment
-
setType
public Appointment.Participant setType(ParticipantTypeEnum theValue)
Sets the value(s), and clears any existing value(s) for type ()Definition: Role of participant in the appointment
-
getActor
public ResourceReferenceDt getActor()
Gets the value(s) for actor (). creating it if it does not exist. Will not returnnull.Definition: A Person, Location/HealthcareService or Device that is participating in the appointment
-
setActor
public Appointment.Participant setActor(ResourceReferenceDt theValue)
Sets the value(s) for actor ()Definition: A Person, Location/HealthcareService or Device that is participating in the appointment
-
getRequiredElement
public ca.uhn.fhir.model.primitive.BoundCodeDt<ParticipantRequiredEnum> getRequiredElement()
Gets the value(s) for required (). creating it if it does not exist. Will not returnnull.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.
-
getRequired
public String getRequired()
Gets the value(s) for required (). creating it if it does not exist. This method may returnnull.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.
-
setRequired
public Appointment.Participant setRequired(ca.uhn.fhir.model.primitive.BoundCodeDt<ParticipantRequiredEnum> theValue)
Sets the value(s) for required ()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.
-
setRequired
public Appointment.Participant setRequired(ParticipantRequiredEnum theValue)
Sets the value(s) for required ()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.
-
getStatusElement
public ca.uhn.fhir.model.primitive.BoundCodeDt<ParticipationStatusEnum> getStatusElement()
Gets the value(s) for status (). creating it if it does not exist. Will not returnnull.Definition: Participation status of the Patient
-
getStatus
public String getStatus()
Gets the value(s) for status (). creating it if it does not exist. This method may returnnull.Definition: Participation status of the Patient
-
setStatus
public Appointment.Participant setStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<ParticipationStatusEnum> theValue)
Sets the value(s) for status ()Definition: Participation status of the Patient
-
setStatus
public Appointment.Participant setStatus(ParticipationStatusEnum theValue)
Sets the value(s) for status ()Definition: Participation status of the Patient
-
-