Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsNSC_28
Unit
BSHL7DT28
Declaration
type TbsNSC_28 = 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. Usage Notes: Fields 2-9. These are not applicable ("n/a") when the type of change being requested or reported is start-up or shut-down. If the change is of type "M", at least one of fields 2-5 must be different from its corresponding field in range 6-9. Fields 4-5, 8-9. See definitions for the MSH, message header segment, in Chapter 2, "Control Section," for fields 3-4, for system and facility. "Application" is available for interfacing with lower level protocols. "Facility" is entirely site-defined. Fields 2-3, 6-7: entirely site-defined.
Hierarchy
Overview
Properties
Description
Properties
|
property ApplicationChangeType : TbsCWE_28 read GetApplicationChangeType write SetApplicationChangeType; |
Application Change Type, Min : 1, Max : 1
|
|
property CurrentCpu : TbsST_28 read GetCurrentCpu write SetCurrentCpu; |
Current Cpu, Min : 0, Max : 1
|
|
property CurrentFileserver : TbsST_28 read GetCurrentFileserver write SetCurrentFileserver; |
Current Fileserver, Min : 0, Max : 1
|
|
property CurrentApplication : TbsHD_28 read GetCurrentApplication write SetCurrentApplication; |
Current Application, Min : 0, Max : 1
|
|
property CurrentFacility : TbsHD_28 read GetCurrentFacility write SetCurrentFacility; |
Current Facility, Min : 0, Max : 1
|
|
property NewCpu : TbsST_28 read GetNewCpu write SetNewCpu; |
New Cpu, Min : 0, Max : 1
|
|
property NewFileserver : TbsST_28 read GetNewFileserver write SetNewFileserver; |
New Fileserver, Min : 0, Max : 1
|
|
property NewApplication : TbsHD_28 read GetNewApplication write SetNewApplication; |
New Application, Min : 0, Max : 1
|
|
property NewFacility : TbsHD_28 read GetNewFacility write SetNewFacility; |
New Facility, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|