BUSID.hpp 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. #pragma once
  2. static const char * BUSID_Any = "*";
  3. static const char * BUSID_CCOSApp = "CCOS.App";
  4. static const char * BUSID_CCOSServer = "CCOS.Server";
  5. static const char * BUSID_CCOSHardware = "CCOS.Hardware";
  6. static const char * BUSID_RDWeApp = "RDWe.App";
  7. static const char * BUSID_FlyViewerApp = "FlyViewer.App";
  8. static const char * BUSID_XRViewer = "XRViewer";
  9. static const char * BUSID_ImageViewer = "ImageViewer";
  10. static const char * BUSID_FlyViewer = "FlyViewer";
  11. static const char * BUSID_FilmComposer = "FilmComposer";
  12. static const char * BUSID_MammoViewer = "MammoViewer";
  13. static const char * BUSID_TomoViewer = "TomoViewer";
  14. static const char * BUSID_MPRViewer = "MPRViewer";
  15. static const char * BUSID_OrthoViewer = "OrthoViewer";
  16. static const char * BUSID_ChiroViewer = "ChiroViewer";
  17. static const char * BUSID_StitchViewer = "StitchViewer";
  18. static const char * BUSID_DSAViewer = "DSAViewer";
  19. static const char * BUSID_NDTViewer = "NDTViewer";
  20. static const char * BUSID_MammoFilm = "MammoFilm";
  21. static const char * BUSID_MammoIndex = "MammoIndex";
  22. static const char * BUSID_ImageIndex = "ImageIndex";
  23. static const char * BUSID_ImagePreview = "ImagePreview";
  24. static const char * BUSID_FilmPreview = "FilmPreview";
  25. static const char * BUSID_ImageSelector = "ImageSelector";
  26. static const char * BUSID_PPACS = "PPACS";
  27. static const char * BUSID_PACSServer = "PACSServer";
  28. static const char * BUSID_CloudPACS = "CloudPACS";
  29. static const char * BUSID_FlyServer = "FlyViewerServer";
  30. static const char * BUSID_FlyiConnect = "Fly.iConnect";
  31. static const char * BUSID_FlyArchive = "FlyArchive";
  32. static const char * BUSID_PPACSConfig = "PPACS.Config";
  33. static const char * BUSID_DICOMToJPEG = "DICOMToJPEG";
  34. static const char * BUSID_QueueSendFile = "Queue.SendFile";
  35. static const char * BUSID_QueuePrintFilm = "Queue.PrintFilm";
  36. static const char * BUSID_QueueRetrieve = "Queue.Retrieve";
  37. static const char * BUSID_QueueUpload = "Queue.Upload";
  38. static const char * BUSID_QueueIncoming = "Queue.Incoming";
  39. static const char * BUSID_QueueOutgoing = "Queue.Outgoing";
  40. static const char * BUSID_QueueBUSOutgoing = "Queue.BUSOut";
  41. static const char * BUSID_QueueUploading = "Queue.Uploading";
  42. static const char * BUSID_CacheManager = "CacheManager";
  43. static const char * BUSID_Prefetch = "Prefetch";
  44. static const char * BUSID_AutoRouting = "AutoRouting";
  45. static const char * BUSID_StudyMonitor = "StudyMonitor";
  46. static const char * BUSID_AutoUpload = "AutoUpload";
  47. static const char * BUSID_AppCloudManager = "AppCloudManager";
  48. static const char * BUSID_AppCloudBUSCMove = "AppCloudBUSMove";
  49. //static const char * BUSID_TomoSlabServer = "TomoSlabServer";
  50. static const char * BUSID_TomoSlabManager = "TomoSlabManager";
  51. static const char * BUSID_StitchServer = "StitchServer";
  52. static const char * BUSID_MPRServer = "MPRServer";
  53. static const char * BUSID_OrthoServer = "OrthoServer";
  54. static const char * BUSID_LoginServer = "LoginServer";
  55. static const char * BUSID_ZeroConfig = "ZeroConfig";
  56. static const char * BUSID_CMoveClient = "CMoveClient";
  57. static const char * BUSID_BUSLoader = "BUSLoader";
  58. static const char * BUSID_FlyCopy = "FlyCopy";
  59. static const char * BUSID_IMS = "IMS";
  60. static const char * BUSID_UPSSCU = "UPSSCU";
  61. static const char * BUSID_UPSSCP = "UPSSCP";
  62. // ±£Áô×Ö, ½ö¹©ÄÚ²¿Ê¹ÓÃ
  63. static const char * BUSID_BUSServer = "__BUSServer";
  64. //static const char * BUSID_XX = "123456789012345";
  65. //static const char * BUSID_MammoFilm = "MammoFilmComposer";