new AuditActorData(copyData)
Data related to actors that participate in the event
In SanteDB an actor represents an individual participant in the action which can include a user, a system, a device, etc.
Parameters:
Name | Type | Description |
---|---|---|
copyData |
AuditActorData | Copy constructor (if present) |
Properties:
Name | Type | Description |
---|---|---|
role |
AuditCode | Identifies the role(s) that the actor has played |
altUid |
string | Alternative user identifier |
apId |
string | Identifies the network access point from which the user accessed the system |
apType |
NetworkAccessPointType | Identifies the type of network access point(see: NetworkAccessPointType for values) |
uid |
string | The unique identifier for the user in the system |
isReq |
boolean | True if the user is the primary requestor |
uname |
string | The name of the user in the system |
Members
altUid :string
Alternative user identifier
Type:
- string
apId :string
Identifies the network access point from which the user accessed the system
Type:
- string
apType :NetworkAccessPointType
Identifies the type of network access point
Type:
isReq :boolean
True if the user is the primary requestor
Type:
- boolean
role :AuditCode
Identifies the role(s) that the actor has played
Type:
uid :string
The unique identifier for the user in the system
Type:
- string
uname :string
The name of the user in the system
Type:
- string