Class TbsCSS_28
Unit
BSHL7DT28
Declaration
type TbsCSS_28 = 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.5.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_28 read GetStudyScheduledTimePoint write SetStudyScheduledTimePoint; |
Study Scheduled Time Point, Min : 1, Max : 1
|
|
property StudyScheduledPatientTimePoint : TbsDTM_28 read GetStudyScheduledPatientTimePoint write SetStudyScheduledPatientTimePoint; |
Study Scheduled Patient Time Point, Min : 0, Max : 1
|
|
property StudyQualityControlCodes[RepCount:Integer]: TbsCWE_28 read GetStudyQualityControlCodes write SetStudyQualityControlCodes; |
Study Quality Control Codes, Min : 0, Max : 3
|
Generated by PasDoc 0.14.0.
|