TreatmentPlanCyc
The cycle information for the treatment plan.
| Column Name | Type | Description |
|---|---|---|
| TreatmentPlanIdentifier | NUMERIC | The treatment plan ID. |
| ReplacingCycleLineNumber | INTEGER | If this cycle was replaced by another cycle when conversion is accepted or discarded, this will be the line of the cycle that replaced it (SI TPL 1000). |
| SourceProtocolCycleIdentifier | VARCHAR | If this treatment plan cycle was created from a protocol, this item will be set to the Cycle ID (I PRL 200) that created this treatment plan cycle. This column will match the CL_PRL_CYCLES__PRL_CYCLE_ID column. |
| TreatmentPlanCycleStatus | INTEGER | The cycle status of the cycle in this row. For example, Planned, Started, Completed, Deleted, or Snapshot. |
| LogicalDeploymentOwnerIdentifier | VARCHAR | ID of the logical deployment owner for this record. Logical owners show the deployment where the record was created but doesn't represent if the record is a part of version skew. |
| CycleStatusChangedByUserId | VARCHAR | Stores the user who changed the cycle status. |
| PhysicalDeploymentOwnerIdentifier | VARCHAR | ID of the physical deployment owner for this record. Physical owners will be where the data is hosted, either on the cross-over server or the owner deployment. |
| TreatmentPlanCycleIdentifier | VARCHAR | The treatment plan level ID for the cycle in this row. |
| CyclePostWaitDays | NUMERIC | The number of days to wait after the cycle in this row. |
| TreatmentCycleMaximumLeadTime | NUMERIC | The max lead for the cycle in this row. |
| CycleCreationComment | VARCHAR | The cycle creation comment for the cycle in this row. |
| TreatmentPlanCycleAnchorDayNumber | NUMERIC | The treatment plan level ID of the anchor day for the cycle in this row. |
| TreatmentCyclePatternSourceLineNumber | INTEGER | For this cycle, if it was created from a pattern cycle, this item will store the source line in SI TPL 12000 it was created from. |
| CycleCreatedDateTime | DATETIME | The date and time of creation in external format for the cycle in this row. |
| TreatmentPlanCycleNumber | INTEGER | The cycle number of this cycle for this treatment plan. |
| TreatmentPlanCycleStartDate | DATETIME | The start date of the cycle in this row, in calendar format. |
| CycleStatusChangeDateTime | DATETIME | Stores the instant at which the cycle status changed. |
| SourceCycleUniqueIdentifier | VARCHAR | Stores the unique ID of the cycle from which it was created. |