Class TbsCNS_251
Unit
BSHL7DT251
Declaration
type TbsCNS_251 = 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_251 read GetStartingNotificationReferenceNumber write SetStartingNotificationReferenceNumber; |
Starting Notification Reference Number, Min : 0, Max : 1
|
|
property EndingNotificationReferenceNumber : TbsNM_251 read GetEndingNotificationReferenceNumber write SetEndingNotificationReferenceNumber; |
Ending Notification Reference Number, Min : 0, Max : 1
|
|
property StartingNotificationDateTime : TbsTS_251 read GetStartingNotificationDateTime write SetStartingNotificationDateTime; |
Starting Notification Date/Time, Min : 0, Max : 1
|
|
property EndingNotificationDateTime : TbsTS_251 read GetEndingNotificationDateTime write SetEndingNotificationDateTime; |
Ending Notification Date/Time, Min : 0, Max : 1
|
|
property StartingNotificationCode : TbsCE_251 read GetStartingNotificationCode write SetStartingNotificationCode; |
Starting Notification Code, Min : 0, Max : 1
|
|
property EndingNotificationCode : TbsCE_251 read GetEndingNotificationCode write SetEndingNotificationCode; |
Ending Notification Code, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|