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: 2.2.1
Syntax
public Guid? ParticipationRoleKey { get; set; }

Property Value

Type: 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