Class TbsNSC_25

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

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

Public property ApplicationChangeType : TbsIS_25 read GetApplicationChangeType write SetApplicationChangeType;
Public property CurrentCPU : TbsST_25 read GetCurrentCPU write SetCurrentCPU;
Public property CurrentFileserver : TbsST_25 read GetCurrentFileserver write SetCurrentFileserver;
Public property CurrentApplication : TbsHD_25 read GetCurrentApplication write SetCurrentApplication;
Public property CurrentFacility : TbsHD_25 read GetCurrentFacility write SetCurrentFacility;
Public property NewCPU : TbsST_25 read GetNewCPU write SetNewCPU;
Public property NewFileserver : TbsST_25 read GetNewFileserver write SetNewFileserver;
Public property NewApplication : TbsHD_25 read GetNewApplication write SetNewApplication;
Public property NewFacility : TbsHD_25 read GetNewFacility write SetNewFacility;

Description

Properties

Public property ApplicationChangeType : TbsIS_25 read GetApplicationChangeType write SetApplicationChangeType;

Application Change Type, Min : 1, Max : 1

Public property CurrentCPU : TbsST_25 read GetCurrentCPU write SetCurrentCPU;

Current CPU, Min : 0, Max : 1

Public property CurrentFileserver : TbsST_25 read GetCurrentFileserver write SetCurrentFileserver;

Current Fileserver, Min : 0, Max : 1

Public property CurrentApplication : TbsHD_25 read GetCurrentApplication write SetCurrentApplication;

Current Application, Min : 0, Max : 1

Public property CurrentFacility : TbsHD_25 read GetCurrentFacility write SetCurrentFacility;

Current Facility, Min : 0, Max : 1

Public property NewCPU : TbsST_25 read GetNewCPU write SetNewCPU;

New CPU, Min : 0, Max : 1

Public property NewFileserver : TbsST_25 read GetNewFileserver write SetNewFileserver;

New Fileserver, Min : 0, Max : 1

Public property NewApplication : TbsHD_25 read GetNewApplication write SetNewApplication;

New Application, Min : 0, Max : 1

Public property NewFacility : TbsHD_25 read GetNewFacility write SetNewFacility;

New Facility, Min : 0, Max : 1


Generated by PasDoc 0.14.0.