Click or drag to resize

ActParticipationParticipationRoleKey Property

Identifies the role which the PlayerEntityKey performs in the ActKey

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

Property Value

NullableGuid
Remarks

The participation role indicates the type of role which the PlayerEntityKey plays in the containing Act. Roles of a player entity can vary from Admitter (the Entity which admitted the patient), to RecordTarget (the entity about which the act exists), or even Product (the Entity representing the product which was used or administered in the act).

Participation roles are validated based on the ClassConceptKey for the player and the ClassConceptKey.

See Also