Class TbsNSC_22

DescriptionHierarchyFieldsMethodsProperties

Unit

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

Public property NetworkChangeType : TbsID_22 read GetNetworkChangeType write SetNetworkChangeType;
Public property CurrentCpu : TbsST_22 read GetCurrentCpu write SetCurrentCpu;
Public property CurrentFileserver : TbsST_22 read GetCurrentFileserver write SetCurrentFileserver;
Public property CurrentApplication : TbsST_22 read GetCurrentApplication write SetCurrentApplication;
Public property CurrentFacility : TbsST_22 read GetCurrentFacility write SetCurrentFacility;
Public property NewCpu : TbsST_22 read GetNewCpu write SetNewCpu;
Public property NewFileserver : TbsST_22 read GetNewFileserver write SetNewFileserver;
Public property NewApplication : TbsST_22 read GetNewApplication write SetNewApplication;
Public property NewFacility : TbsST_22 read GetNewFacility write SetNewFacility;

Description

Properties

Public property NetworkChangeType : TbsID_22 read GetNetworkChangeType write SetNetworkChangeType;

Network Change Type, Min : 1, Max : 1

Public property CurrentCpu : TbsST_22 read GetCurrentCpu write SetCurrentCpu;

Current Cpu, Min : 0, Max : 1

Public property CurrentFileserver : TbsST_22 read GetCurrentFileserver write SetCurrentFileserver;

Current Fileserver, Min : 0, Max : 1

Public property CurrentApplication : TbsST_22 read GetCurrentApplication write SetCurrentApplication;

Current Application, Min : 0, Max : 1

Public property CurrentFacility : TbsST_22 read GetCurrentFacility write SetCurrentFacility;

Current Facility, Min : 0, Max : 1

Public property NewCpu : TbsST_22 read GetNewCpu write SetNewCpu;

New Cpu, Min : 0, Max : 1

Public property NewFileserver : TbsST_22 read GetNewFileserver write SetNewFileserver;

New Fileserver, Min : 0, Max : 1

Public property NewApplication : TbsST_22 read GetNewApplication write SetNewApplication;

New Application, Min : 0, Max : 1

Public property NewFacility : TbsST_22 read GetNewFacility write SetNewFacility;

New Facility, Min : 0, Max : 1


Generated by PasDoc 0.14.0.