public class AuthoriserParticipantImpl extends Object implements AuthoriserParticipant
| Constructor and Description |
|---|
AuthoriserParticipantImpl(AuthorParticipant participant,
ZonedDateTime editingEndTime) |
| Modifier and Type | Method and Description |
|---|---|
ZonedDateTime |
getEditingEndTime()
Although the definition of this element states that it is a time
interval, the following applies: "The end of the participation period of
a [Author] participation is the time associated with the completion of
editing the content..." Thus only the end time need be recorded.
|
String |
getId()
UUID This is a technical identifier that is used for system purposes such
as matching.
|
AuthorParticipant |
getParticipant()
Details pertinent to the identification of an individual
that has participated in a healthcare event/encounter/clinical
interaction
|
void |
setId(String id) |
public AuthoriserParticipantImpl(AuthorParticipant participant, ZonedDateTime editingEndTime)
public AuthorParticipant getParticipant()
AuthoriserParticipantgetParticipant in interface AuthoriserParticipantpublic ZonedDateTime getEditingEndTime()
AuthoriserParticipantgetEditingEndTime in interface AuthoriserParticipantpublic String getId()
AuthoriserParticipantgetId in interface AuthoriserParticipantpublic void setId(String id)
Copyright © 2021. All rights reserved.