Class: ActProtocol

ActProtocol(copyData)

new ActProtocol(copyData)

Represents information related to the clinical protocol to which an act is a member of

The ActProtocol class is used to link an act instance ( Act ) with the clinical protocol ( Protocol ) to which the act belongs.
Parameters:
Name Type Description
copyData ActProtocol Copy constructor (if present)
Properties:
Name Type Description
protocol string Gets or sets the protocol to which this act belongs
protocolModel Protocol [Delay loaded from protocol], Gets or sets the protocol data related to the protocol
sequence number Represents the sequence of the act in the protocol
state Array.<byte> Represents any state data related to the act / protocol link
modifiedOn Date
source string
sourceModel Act [Delay loaded from source],
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
Source:

Extends

Members

id :string

Gets or sets the primary identifying UUID of this object

Type:
  • string
Overrides:
Source:

modifiedOn :Date

Type:
  • Date
Overrides:
Source:

operation :BatchOperationType

Gets or sets the operation

Type:
Overrides:
Source:

protocol :string

Gets or sets the protocol data related to the protocol

Type:
  • string
Source:

protocolModel :Protocol

Type:
Source:

sequence :number

Represents the sequence of the act in the protocol

Type:
  • number
Source:

source :string

Type:
  • string
Overrides:
Source:

sourceModel :Act

Type:
Overrides:
Source:

state :Array.<byte>

Represents any state data related to the act / protocol link

Type:
  • Array.<byte>
Source: