Click or drag to resize

ActParticipationPlayerEntityKey Property

Identifies the entity which played the ParticipationRoleKey

Namespace: SanteDB.Core.Model.Acts
Assembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntax
public Guid? PlayerEntityKey { get; set; }

Property Value

NullableGuid
Remarks

The player represents the Entity which plays the ParticipationRoleKey in the act. The player is related to the act in this (and only this) manner. It should not be assumed that a player, for example, playing the role of Admitter is also the Authororiginator of the Act. Rather these participations would be represented as separate instances of ActParticipation on the Act

See Also