Class TbsCSP_251
Unit
BSHL7DT251
Declaration
type TbsCSP_251 = class(TbsHL7Segment)
Description
( Clinical Study Phase The CSP segment contains information on a patients 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 0, HL7 Attribute Table - CSR - Clinical Study RegistrationPhase 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 : TbsCE_251 read GetStudyPhaseIdentifier write SetStudyPhaseIdentifier; |
Study Phase Identifier, Min : 1, Max : 1
|
|
property DatetimeStudyPhaseBegan : TbsTS_251 read GetDatetimeStudyPhaseBegan write SetDatetimeStudyPhaseBegan; |
Date/time Study Phase Began, Min : 1, Max : 1
|
|
property DatetimeStudyPhaseEnded : TbsTS_251 read GetDatetimeStudyPhaseEnded write SetDatetimeStudyPhaseEnded; |
Date/time Study Phase Ended, Min : 0, Max : 1
|
|
property StudyPhaseEvaluability : TbsCE_251 read GetStudyPhaseEvaluability write SetStudyPhaseEvaluability; |
Study Phase Evaluability, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|