 | ActParticipationParticipationRoleKey Property |
Namespace: SanteDB.Core.Model.ActsAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntaxpublic Guid? ParticipationRoleKey { get; set; }Public Property ParticipationRoleKey As Guid?
Get
Set
public:
property Nullable<Guid> ParticipationRoleKey {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}member ParticipationRoleKey : Nullable<Guid> with 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