Class TbsNSC_251
Unit
BSHL7DT251
Declaration
type TbsNSC_251 = class(TbsHL7Segment)
Description
Application Status Change The NSC segment is used to inform (NMR query response) or announce (NMD unsolicited update) the start-up, shut-down, and/or migration (to a different cpu or file-server/file-system) of a particular application.
Hierarchy
Overview
Properties
Description
Properties
|
property ApplicationChangeType : TbsIS_251 read GetApplicationChangeType write SetApplicationChangeType; |
Application Change Type, Min : 1, Max : 1
|
|
property CurrentCPU : TbsST_251 read GetCurrentCPU write SetCurrentCPU; |
Current CPU, Min : 0, Max : 1
|
|
property CurrentFileserver : TbsST_251 read GetCurrentFileserver write SetCurrentFileserver; |
Current Fileserver, Min : 0, Max : 1
|
|
property CurrentApplication : TbsHD_251 read GetCurrentApplication write SetCurrentApplication; |
Current Application, Min : 0, Max : 1
|
|
property CurrentFacility : TbsHD_251 read GetCurrentFacility write SetCurrentFacility; |
Current Facility, Min : 0, Max : 1
|
|
property NewCPU : TbsST_251 read GetNewCPU write SetNewCPU; |
New CPU, Min : 0, Max : 1
|
|
property NewFileserver : TbsST_251 read GetNewFileserver write SetNewFileserver; |
New Fileserver, Min : 0, Max : 1
|
|
property NewApplication : TbsHD_251 read GetNewApplication write SetNewApplication; |
New Application, Min : 0, Max : 1
|
|
property NewFacility : TbsHD_251 read GetNewFacility write SetNewFacility; |
New Facility, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|