public class RequesterParticipationImpl extends Object implements RequesterParticipation
| Constructor and Description |
|---|
RequesterParticipationImpl(Role role,
RequesterParticipant participant,
ZonedDateTime 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.
|
ZonedDateTime |
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, ZonedDateTime 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()
RequesterParticipationShould be an Occupation as in the ANZSCO_1ED_2006
getRole in interface RequesterParticipationpublic RequesterParticipant getParticipant()
RequesterParticipationgetParticipant in interface RequesterParticipationpublic ZonedDateTime getParticipationEndTime()
RequesterParticipationgetParticipationEndTime in interface RequesterParticipationCopyright © 2021. All rights reserved.