Class TbsCSP_26
Unit
BSHL7DT26
Declaration
type TbsCSP_26 = class(TbsHL7Segment)
Description
Clinical Study Phase The CSP segment contains information on a patient’s status for a particular phase of the study. This segment is optional and is useful when a study has different evaluation intervals within it. (See section 7.8.1, "HL7 Attribute Table – CSR – Clinical Study Registration," and section 7.6.1.2, "Phase of a clinical trial:.") The CSP segment is implemented on a study-specific basis for messaging purposes. The fact that the patient has entered a phase of the study that represents a certain treatment approach may need to be messaged to other systems, like pharmacy, nursing, or order entry. It is also important to sponsors and data management centers for tracking patient progress through the study and monitoring the data schedule defined for each phase. It may subsume OBR and OBX segments that follow it to indicate that these data describe the phase.
Hierarchy
Overview
Properties
Description
Properties
|
property StudyPhaseIdentifier : TbsCWE_26 read GetStudyPhaseIdentifier write SetStudyPhaseIdentifier; |
Study Phase Identifier, Min : 1, Max : 1
|
|
property DatetimeStudyPhaseBegan : TbsDTM_26 read GetDatetimeStudyPhaseBegan write SetDatetimeStudyPhaseBegan; |
Date/time Study Phase Began, Min : 1, Max : 1
|
|
property DatetimeStudyPhaseEnded : TbsDTM_26 read GetDatetimeStudyPhaseEnded write SetDatetimeStudyPhaseEnded; |
Date/time Study Phase Ended, Min : 0, Max : 1
|
|
property StudyPhaseEvaluability : TbsCWE_26 read GetStudyPhaseEvaluability write SetStudyPhaseEvaluability; |
Study Phase Evaluability, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|