new PatientEncounterArrangement(copyData)
Links a PatientEncounter with one or more codes which indicate special arrangements or considerations made for a patient stay
Parameters:
Name | Type | Description |
---|---|---|
copyData |
PatientEncounterArrangement | Copy constructor (if present) |
Properties:
Name | Type | Description |
---|---|---|
type |
string | Gets or sets the arrangement made |
typeModel |
Concept | [Delay loaded from type], Gets or sets the type of arrangement |
startTime |
Date | The time when the act should or did start ocurring in ISO format |
stopTime |
Date | The time when the act should or did stop ocurring in ISO format |
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 |
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:
source :string
Type:
- string
- Overrides:
- Source:
sourceModel :Act
Type:
- Overrides:
- Source:
startTime :Date
The time when the act should or did start ocurring in ISO format
Type:
- Date
stopTime :Date
The time when the act should or did stop ocurring in ISO format
Type:
- Date
type :string
Gets or sets the type of arrangement
Type:
- string