OncologyTreatmentPlanPathwaySteps
This table contains the treatment days in a treatment plan record or the steps in a pathway record.
| Column Name | Type | Description |
|---|---|---|
| TreatmentPlanDayLineNumber | INTEGER | The line number that corresponds to each treatment day in the treatment plan in this row. |
| TreatmentDayAutoCompletionStatus | INTEGER | The status of the "Status" item of the day. Used in the cases where the system changes the status of the day (mainly auto-completes a day) so that we can determine if we need to let the user know about it the next time they open the plan. |
| TreatmentDayDurationInDays | INTEGER | The number of calendar days that are represented by the treatment day. |
| ScheduledTreatmentDate | DATETIME | Stores the date for which the treatment day is scheduled. |
| DeferredTreatmentDayLineNumber | INTEGER | If this treatment day was created by deferring another treatment day, this item will contain the line number of that deferred treatment day. |
| TreatmentDayPlannedDate | DATETIME | The planned date in external format when a treatment day in the treatment plan is expected to occur. |
| TreatmentDayNumber | INTEGER | The treatment day number for this treatment day. |
| TreatmentDayContactDate | VARCHAR | The contact date (DAT) of a treatment day record in the treatment plan. |
| TreatmentDayOrderReleaseEncounterContactSerialNumber | NUMERIC | The contact serial number (CSN) of the first patient encounter in which an order from this treatment day was released. |
| TreatmentDayStartDateTime | DATETIME | Stores the instant at which the day was started. |
| TreatmentDayCreationComment | VARCHAR | Additional comment entered by user when creating the treatment day. |
| TreatmentPlanIdentifier | NUMERIC | The treatment plan ID. |
| TreatmentDayMaximumLeadDays | NUMERIC | The max lead of a treatment day in the treatment plan. |
| TreatmentPlanStepStartDateTime | DATETIME | The start date and time of the step. |
| ManualStartUserId | VARCHAR | The user who manually started the step. |
| 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. |
| TreatmentDayEncounterType | VARCHAR | The treatment day type (outpatient or inpatient) of a treatment day in the treatment plan. |
| SourceTreatmentDayContactSerialNumber | NUMERIC | When the treatment plan day is created from a protocol (PRL), the source treatment day (OSQ)'s contact serial number will be set in this item. If the treatment plan day is copied or deferred, this item will be copied into the new day. |
| TreatmentPlanPlannedDate | DATETIME | Stores the planned date for the treatment day. |
| TreatmentPlanConversionTargetDayLineNumber | INTEGER | If this day was replaced for conversion, this will be the day (given by line in SI TPl 5000) that replaced it. |
| TreatmentDayContactDateReal | FLOAT | The contact date real of the treatment day (TRG) record which is held in this row. The contact date real is a unique, internal contact date in decimal format. The integer portion of the number indicates the date of the contact. The digits after the decimal distinguish different contacts on the same date and are unique for each contact on that date. For example, .00 is the first/only contact, .01 is the second contact, etc. |
| 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. |
| StepDurationInSeconds | NUMERIC | This item stores the duration of the step in seconds. This value can be added to the start date and time to get the end date and time of the step. |
| TreatmentDayStatus | INTEGER | The status of a treatment day in the treatment plan. For example, Planned, Scheduled, Deferred, Canceled, Completed, or Deleted. |
| TreatmentDayCreationInstant | DATETIME | Instant when the treatment day was created. |
| ManualStartStepIndicator | VARCHAR | This flag indicates whether the step should be manually started. Y indicates that the step should be started manually. A null value or N indicates that the step doesn't need to be started manually. |
| TreatmentDayStatusChangeInstant | DATETIME | Stores the instant at which the day status changed. |
| ManualStepStartDateTime | DATETIME | The date and time when the step was manually started. |
| TreatmentPlanConversionSourceLineNumber | INTEGER | If this treatment day is part of a conversion cycle created when converting a plan for transition of treatment, this will be the line number of the corresponding day in the original cycle. |