Class TbsNSC_22
Unit
BSHL7DT22
Declaration
type TbsNSC_22 = class(TbsHL7Segment)
Description
Status Change The NSC segment can be used to request the start-up, shut-down, and/or migration (to a different cpu or file-server/file-system) of a particular application. It can also be used in an unsolicited update from one system to another to announce the start-up, shut-down, or migration of an application
Hierarchy
Overview
Properties
Description
Properties
|
property NetworkChangeType : TbsID_22 read GetNetworkChangeType write SetNetworkChangeType; |
Network Change Type, Min : 1, Max : 1
|
|
property CurrentCpu : TbsST_22 read GetCurrentCpu write SetCurrentCpu; |
Current Cpu, Min : 0, Max : 1
|
|
property CurrentFileserver : TbsST_22 read GetCurrentFileserver write SetCurrentFileserver; |
Current Fileserver, Min : 0, Max : 1
|
|
property CurrentApplication : TbsST_22 read GetCurrentApplication write SetCurrentApplication; |
Current Application, Min : 0, Max : 1
|
|
property CurrentFacility : TbsST_22 read GetCurrentFacility write SetCurrentFacility; |
Current Facility, Min : 0, Max : 1
|
|
property NewCpu : TbsST_22 read GetNewCpu write SetNewCpu; |
New Cpu, Min : 0, Max : 1
|
|
property NewFileserver : TbsST_22 read GetNewFileserver write SetNewFileserver; |
New Fileserver, Min : 0, Max : 1
|
|
property NewApplication : TbsST_22 read GetNewApplication write SetNewApplication; |
New Application, Min : 0, Max : 1
|
|
property NewFacility : TbsST_22 read GetNewFacility write SetNewFacility; |
New Facility, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|