Class TbsCSS_26
Unit
BSHL7DT26
Declaration
type TbsCSS_26 = class(TbsHL7Segment)
Description
Clinical Study Data Schedule Segment The Clinical Study Data Schedule (CSS) segment is optional depending on whether messaging of study data needs to be linked to the scheduled data time points for the study. (See Section 7.6.1.3, " Data schedule: .") The CSS segment enables communication of data schedules and adherence that ranges from the basic to the elaborate. Use of the segment must be planned for each implementation. Each CSS segment will subsume observation and drug administration segments that follow, indicating that they satisfy this scheduled time point.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function StudyQualityControlCodesRepCount : Integer; |
|
Properties
|
property StudyScheduledTimePoint : TbsCWE_26 read GetStudyScheduledTimePoint write SetStudyScheduledTimePoint; |
Study Scheduled Time Point, Min : 1, Max : 1
|
|
property StudyScheduledPatientTimePoint : TbsDTM_26 read GetStudyScheduledPatientTimePoint write SetStudyScheduledPatientTimePoint; |
Study Scheduled Patient Time Point, Min : 0, Max : 1
|
|
property StudyQualityControlCodes[RepCount:Integer]: TbsCWE_26 read GetStudyQualityControlCodes write SetStudyQualityControlCodes; |
Study Quality Control Codes, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|