Class TbsCNS_24
Unit
BSHL7DT24
Declaration
type TbsCNS_24 = class(TbsHL7Segment)
Description
Clear Notification The clear equipment notification segment contains the data necessary to allow the receiving equipment to clear any associated notifications.
Hierarchy
Overview
Properties
Description
Properties
|
property StartingNotificationReferenceNumber : TbsNM_24 read GetStartingNotificationReferenceNumber write SetStartingNotificationReferenceNumber; |
Starting Notification Reference Number, Min : 0, Max : 1
|
|
property EndingNotificationReferenceNumber : TbsNM_24 read GetEndingNotificationReferenceNumber write SetEndingNotificationReferenceNumber; |
Ending Notification Reference Number, Min : 0, Max : 1
|
|
property StartingNotificationDateTime : TbsTS_24 read GetStartingNotificationDateTime write SetStartingNotificationDateTime; |
Starting Notification Date/Time, Min : 0, Max : 1
|
|
property EndingNotificationDateTime : TbsTS_24 read GetEndingNotificationDateTime write SetEndingNotificationDateTime; |
Ending Notification Date/Time, Min : 0, Max : 1
|
|
property StartingNotificationCode : TbsCE_24 read GetStartingNotificationCode write SetStartingNotificationCode; |
Starting Notification Code, Min : 0, Max : 1
|
|
property EndingNotificationCode : TbsCE_24 read GetEndingNotificationCode write SetEndingNotificationCode; |
Ending Notification Code, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|