123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- #pragma once
- static const char * BUSID_Any = "*";
- static const char * BUSID_CCOSApp = "CCOS.App";
- static const char * BUSID_CCOSServer = "CCOS.Server";
- static const char * BUSID_CCOSHardware = "CCOS.Hardware";
- static const char * BUSID_RDWeApp = "RDWe.App";
- static const char * BUSID_FlyViewerApp = "FlyViewer.App";
- static const char * BUSID_XRViewer = "XRViewer";
- static const char * BUSID_ImageViewer = "ImageViewer";
- static const char * BUSID_FlyViewer = "FlyViewer";
- static const char * BUSID_FilmComposer = "FilmComposer";
- static const char * BUSID_MammoViewer = "MammoViewer";
- static const char * BUSID_TomoViewer = "TomoViewer";
- static const char * BUSID_MPRViewer = "MPRViewer";
- static const char * BUSID_OrthoViewer = "OrthoViewer";
- static const char * BUSID_ChiroViewer = "ChiroViewer";
- static const char * BUSID_StitchViewer = "StitchViewer";
- static const char * BUSID_DSAViewer = "DSAViewer";
- static const char * BUSID_NDTViewer = "NDTViewer";
- static const char * BUSID_MammoFilm = "MammoFilm";
- static const char * BUSID_MammoIndex = "MammoIndex";
- static const char * BUSID_ImageIndex = "ImageIndex";
- static const char * BUSID_ImagePreview = "ImagePreview";
- static const char * BUSID_FilmPreview = "FilmPreview";
- static const char * BUSID_ImageSelector = "ImageSelector";
- static const char * BUSID_PPACS = "PPACS";
- static const char * BUSID_PACSServer = "PACSServer";
- static const char * BUSID_CloudPACS = "CloudPACS";
- static const char * BUSID_FlyServer = "FlyViewerServer";
- static const char * BUSID_FlyiConnect = "Fly.iConnect";
- static const char * BUSID_FlyArchive = "FlyArchive";
- static const char * BUSID_PPACSConfig = "PPACS.Config";
- static const char * BUSID_DICOMToJPEG = "DICOMToJPEG";
- static const char * BUSID_QueueSendFile = "Queue.SendFile";
- static const char * BUSID_QueuePrintFilm = "Queue.PrintFilm";
- static const char * BUSID_QueueRetrieve = "Queue.Retrieve";
- static const char * BUSID_QueueUpload = "Queue.Upload";
- static const char * BUSID_QueueIncoming = "Queue.Incoming";
- static const char * BUSID_QueueOutgoing = "Queue.Outgoing";
- static const char * BUSID_QueueBUSOutgoing = "Queue.BUSOut";
- static const char * BUSID_QueueUploading = "Queue.Uploading";
- static const char * BUSID_CacheManager = "CacheManager";
- static const char * BUSID_Prefetch = "Prefetch";
- static const char * BUSID_AutoRouting = "AutoRouting";
- static const char * BUSID_StudyMonitor = "StudyMonitor";
- static const char * BUSID_AutoUpload = "AutoUpload";
- static const char * BUSID_AppCloudManager = "AppCloudManager";
- static const char * BUSID_AppCloudBUSCMove = "AppCloudBUSMove";
- //static const char * BUSID_TomoSlabServer = "TomoSlabServer";
- static const char * BUSID_TomoSlabManager = "TomoSlabManager";
- static const char * BUSID_StitchServer = "StitchServer";
- static const char * BUSID_MPRServer = "MPRServer";
- static const char * BUSID_OrthoServer = "OrthoServer";
- static const char * BUSID_LoginServer = "LoginServer";
- static const char * BUSID_ZeroConfig = "ZeroConfig";
- static const char * BUSID_CMoveClient = "CMoveClient";
- static const char * BUSID_BUSLoader = "BUSLoader";
- static const char * BUSID_FlyCopy = "FlyCopy";
- static const char * BUSID_IMS = "IMS";
- static const char * BUSID_UPSSCU = "UPSSCU";
- static const char * BUSID_UPSSCP = "UPSSCP";
- // ±£Áô×Ö, ½ö¹©ÄÚ²¿Ê¹ÓÃ
- static const char * BUSID_BUSServer = "__BUSServer";
- //static const char * BUSID_XX = "123456789012345";
- //static const char * BUSID_MammoFilm = "MammoFilmComposer";
|