public class RequesterParticipationImpl extends Object implements RequesterParticipation
| Constructor and Description |
|---|
RequesterParticipationImpl(Role role,
RequesterParticipant participant,
org.joda.time.DateTime endOfParticipationPeriod) |
| Modifier and Type | Method and Description |
|---|---|
RequesterParticipant |
getParticipant()
Details pertinent to the identification of an individual or organisation
or device that has participated in a healthcare event/encounter/clinical
interaction.
|
org.joda.time.DateTime |
getParticipationEndTime()
The time interval during which the participation in the health care event
occurred The end of the participation period of a [EntitledParticipant]
participation is the time associated with the completion of editing the
content
|
Role |
getRole()
The involvement or role of the participant in the related action from a
healthcare perspective rather than the specific participation
perspective.
|
public RequesterParticipationImpl(Role role, RequesterParticipant participant, org.joda.time.DateTime endOfParticipationPeriod)
role - The involvement or role of the participant in the related action from a
healthcare perspective rather than the specific participation
perspective.participant - Details pertinent to the identification of an individual or organisation or device that has participated in a healthcare event/encounter/clinical interaction.endOfParticipationPeriod - The time interval during which the participation in the health care event occurred
The end of the participation period of a [EntitledParticipant] participation is the time associated with the completion of editing the contentpublic Role getRole()
RequesterParticipationgetRole in interface RequesterParticipationpublic RequesterParticipant getParticipant()
RequesterParticipationgetParticipant in interface RequesterParticipationpublic org.joda.time.DateTime getParticipationEndTime()
RequesterParticipationgetParticipationEndTime in interface RequesterParticipationCopyright © 2020. All rights reserved.