Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsCM0_231
Unit
BSHL7DT231
Declaration
type TbsCM0_231 = class(TbsHL7Segment)
Description
Clinical study master segment The Clinical Study Master (CM0) segment contains the information about the study itself. The sending application study number for each patient is sent in the CSR segment. The optional CM0 enables information about the study at the sending application that may be useful to the receiving systems. All of the fields in the segment describe the study status at the sending facility unless otherwise agreed upon.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function AlternateStudyIDRepCount : Integer; |
|
|
function ChairmanofStudyRepCount : Integer; |
|
|
function ContactforStudyRepCount : Integer; |
|
|
function ContactsAddressRepCount : Integer; |
|
Properties
|
property SetIDCM0 : TbsSI_231 read GetSetIDCM0 write SetSetIDCM0; |
Set ID - CM0, Min : 0, Max : 1
|
|
property SponsorStudyID : TbsEI_231 read GetSponsorStudyID write SetSponsorStudyID; |
Sponsor Study ID, Min : 1, Max : 1
|
|
property AlternateStudyID[RepCount:Integer]: TbsEI_231 read GetAlternateStudyID write SetAlternateStudyID; |
Alternate Study ID, Min : 0, Max : 3
|
|
property TitleofStudy : TbsST_231 read GetTitleofStudy write SetTitleofStudy; |
Title of Study, Min : 1, Max : 1
|
|
property ChairmanofStudy[RepCount:Integer]: TbsXCN_231 read GetChairmanofStudy write SetChairmanofStudy; |
Chairman of Study, Min : 0, Max : *
|
|
property LastIRBApprovalDate : TbsDT_231 read GetLastIRBApprovalDate write SetLastIRBApprovalDate; |
Last IRB Approval Date, Min : 0, Max : 1
|
|
property TotalAccrualtoDate : TbsNM_231 read GetTotalAccrualtoDate write SetTotalAccrualtoDate; |
Total Accrual to Date, Min : 0, Max : 1
|
|
property LastAccrualDate : TbsDT_231 read GetLastAccrualDate write SetLastAccrualDate; |
Last Accrual Date, Min : 0, Max : 1
|
|
property ContactforStudy[RepCount:Integer]: TbsXCN_231 read GetContactforStudy write SetContactforStudy; |
Contact for Study, Min : 0, Max : *
|
|
property ContactsTelNumber : TbsXTN_231 read GetContactsTelNumber write SetContactsTelNumber; |
Contact's Tel. Number, Min : 0, Max : 1
|
|
property ContactsAddress[RepCount:Integer]: TbsXAD_231 read GetContactsAddress write SetContactsAddress; |
Contact's Address, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|