Class TbsCM2_231
Unit
BSHL7DT231
Declaration
type TbsCM2_231 = class(TbsHL7Segment)
Description
Clinical study schedule master segment The Clinical Study Schedule Master (CM2) contains the information about the scheduled time points for study or phase-related treatment or evaluation events. The fact that a patient has data satisfying a scheduled time point is sent in the CSS segment, sequence 2. The CM2 segment describes the scheduled time points in general.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function EventsScheduledThisTimePointRepCount : Integer; |
|
Properties
|
property SetIDCM2 : TbsSI_231 read GetSetIDCM2 write SetSetIDCM2; |
Set ID - CM2, Min : 0, Max : 1
|
|
property ScheduledTimePoint : TbsCE_231 read GetScheduledTimePoint write SetScheduledTimePoint; |
Scheduled Time Point, Min : 1, Max : 1
|
|
property DescriptionofTimePoint : TbsST_231 read GetDescriptionofTimePoint write SetDescriptionofTimePoint; |
Description of Time Point, Min : 0, Max : 1
|
|
property EventsScheduledThisTimePoint[RepCount:Integer]: TbsCE_231 read GetEventsScheduledThisTimePoint write SetEventsScheduledThisTimePoint; |
Events Scheduled This Time Point, Min : 1, Max : 200
|
Generated by PasDoc 0.14.0.
|