Class TbsNSC_271

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsNSC_271 = 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

Public property ApplicationChangeType : TbsCWE_271 read GetApplicationChangeType write SetApplicationChangeType;
Public property CurrentCpu : TbsST_271 read GetCurrentCpu write SetCurrentCpu;
Public property CurrentFileserver : TbsST_271 read GetCurrentFileserver write SetCurrentFileserver;
Public property CurrentApplication : TbsHD_271 read GetCurrentApplication write SetCurrentApplication;
Public property CurrentFacility : TbsHD_271 read GetCurrentFacility write SetCurrentFacility;
Public property NewCpu : TbsST_271 read GetNewCpu write SetNewCpu;
Public property NewFileserver : TbsST_271 read GetNewFileserver write SetNewFileserver;
Public property NewApplication : TbsHD_271 read GetNewApplication write SetNewApplication;
Public property NewFacility : TbsHD_271 read GetNewFacility write SetNewFacility;

Description

Properties

Public property ApplicationChangeType : TbsCWE_271 read GetApplicationChangeType write SetApplicationChangeType;

Application Change Type, Min : 1, Max : 1

Public property CurrentCpu : TbsST_271 read GetCurrentCpu write SetCurrentCpu;

Current Cpu, Min : 0, Max : 1

Public property CurrentFileserver : TbsST_271 read GetCurrentFileserver write SetCurrentFileserver;

Current Fileserver, Min : 0, Max : 1

Public property CurrentApplication : TbsHD_271 read GetCurrentApplication write SetCurrentApplication;

Current Application, Min : 0, Max : 1

Public property CurrentFacility : TbsHD_271 read GetCurrentFacility write SetCurrentFacility;

Current Facility, Min : 0, Max : 1

Public property NewCpu : TbsST_271 read GetNewCpu write SetNewCpu;

New Cpu, Min : 0, Max : 1

Public property NewFileserver : TbsST_271 read GetNewFileserver write SetNewFileserver;

New Fileserver, Min : 0, Max : 1

Public property NewApplication : TbsHD_271 read GetNewApplication write SetNewApplication;

New Application, Min : 0, Max : 1

Public property NewFacility : TbsHD_271 read GetNewFacility write SetNewFacility;

New Facility, Min : 0, Max : 1


Generated by PasDoc 0.14.0.