(abstract) new IdentifiedData(copyData)
A class which represent data which has a keyed identifier
The IdentifiedData class is the root of the SanteDB business object model, and is the class from which all other business object model instances are derived.
This class contains
Parameters:
Name | Type | Description |
---|---|---|
copyData |
IdentifiedData | Copy constructor (if present) |
Properties:
Name | Type | Description |
---|---|---|
id |
string | Gets or sets the primary identifying UUID of this object |
operation |
BatchOperationType | Gets or sets the operation(see: BatchOperationType for values) |
$type |
string | Gets the type registration of this object |
modifiedOn |
Date | Gets or sets date/time that this object was last created or modified |
- Source:
Members
id :string
Gets or sets the primary identifying UUID of this object
Type:
- string
- Source:
modifiedOn :Date
Gets or sets date/time that this object was last created or modified
Type:
- Date
- Source:
operation :BatchOperationType
Gets or sets the operation
Type:
- Source: