Enum TreatmentSessionStatus
Status of the treatment session.
Namespace: VMS.TPS.Common.Model.Types
Assembly: VMS.TPS.Common.Model.Types.dll
Syntax
public enum TreatmentSessionStatus
Fields
Name | Description |
---|---|
Completed | The plan in this session has been completely treated. |
CompletedPartially | The plan in this session has been partially treated. |
InActiveResume | There is no clinical decision yet on whether the plan should be treated or not. The Resume status was active before the status was set to InActiveResume. |
InActiveTreat | There is no clinical decision yet on whether the plan should be treated or not. The Treat status was active before the status was set to InActiveTreat. |
Null | If the value is null, the status of the treatment session is unknown. |
Resume | The plan in this session shall complete a partial treatment of the last incomplete fraction. When treating a plan based on this status, the fraction number remains the one of the last treatment. Any previously applied dose for the current fraction is taken into account and the user can complete the treatment. |
Treat | The plan in this session is to be treated as a complete fraction. When treating a plan based on this status, the fraction number shall be incremented by 1. In case of a previous partial treatment, the next session shall treat the plan completely. Typically, further treatments have to be treated completely as well. |