LEADTOOLS Medical (Leadtools.Dicom assembly)

DicomPrintScuStatus Enumeration

Show in webframe







Specifies the status of the Print SCU.
Syntax
public enum DicomPrintScuStatus : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum DicomPrintScuStatus 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As DicomPrintScuStatus
public enum DicomPrintScuStatus : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.Dicom.DicomPrintScuStatus = function() { };
Leadtools.Dicom.DicomPrintScuStatus.prototype = {
Connect = 0x00000001, SendAssociateRQ = 0x00000002, ReceiveAssociateRJ = 0x00000003, ReceiveAssociateAC = 0x00000004, SendReleaseRQ = 0x00000005, Close = 0x00000006, ReceiveReleaseRP = 0x00000007, ReceiveReleaseRQ = 0x00000008, SendReleaseRP = 0x00000009, ReceiveAbort = 0x0000000A, SendCreateFilmSessionRQ = 0x0000000B, ReceiveCreateFilmSessionRsp = 0x0000000C, SendUpdateFilmSessionRQ = 0x0000000D, ReceiveUpdateFilmSessionRsp = 0x0000000E, SendPrintFilmSessionRQ = 0x0000000F, ReceivePrintFilmSessionRsp = 0x00000010, SendDeleteFilmSessionRQ = 0x00000011, ReceiveDeleteFilmSessionRsp = 0x00000012, SendCreateFilmBoxRQ = 0x00000013, ReceiveCreateFilmBoxRsp = 0x00000014, SendUpdateFilmBoxRQ = 0x00000015, ReceiveUpdateFilmBoxRsp = 0x00000016, SendPrintFilmBoxRQ = 0x00000017, ReceivePrintFilmBoxRsp = 0x00000018, SendDeleteFilmBoxRQ = 0x00000019, ReceiveDeleteFilmBoxRsp = 0x0000001A, SendUpdateImageBoxRQ = 0x0000001B, ReceiveUpdateImageBoxRsp = 0x0000001C, SendUpdateAnnotationBoxRQ = 0x0000001D, ReceiveUpdateAnnotationBoxRsp = 0x0000001E, SendGetPrinterInfoRQ = 0x0000001F, ReceiveGetPrinterInfoRsp = 0x00000020, SendGetPrintJobInfoRQ = 0x00000021, ReceiveGetPrintJobInfoRsp = 0x00000022, SendGetPrinterConfigurationRQ = 0x00000023, ReceiveGetPrinterConfigurationRsp = 0x00000024, SendCreatePresentationLutRQ = 0x00000025, ReceiveCreatePresentationLutRsp = 0x00000026, SendDeletePresentationLutRQ = 0x00000027, ReceiveDeletePresentationLutRsp = 0x00000028, SendCreateOverlayBoxRQ = 0x00000029, ReceiveCreateOverlayBoxRsp = 0x0000002A, SendUpdateOverlayBoxRQ = 0x0000002B, ReceiveUpdateOverlayBoxRsp = 0x0000002C, SendDeleteOverlayBoxRQ = 0x0000002D, ReceiveDeleteOverlayBoxRsp = 0x0000002E, };
public enum class DicomPrintScuStatus : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000001ConnectThe Print SCU is connecting to the Print SCP.
0x00000002SendAssociateRQAn A-ASSOCIATE-RQ was sent to the Print SCP.
0x00000003ReceiveAssociateRJAn A-ASSOCIATE-RJ was received from the Print SCP.
0x00000004ReceiveAssociateACAn A-ASSOCIATE-AC was received from the Print SCP.
0x00000005SendReleaseRQAn A-RELEASE-RQ was sent to the Print SCP.
0x00000006CloseThe Print SCU closed the connection.
0x00000007ReceiveReleaseRPAn A-RELEASE-RP was received from the Print SCP.
0x00000008ReceiveReleaseRQAn A-RELEASE-RQ was received from the Print SCP.
0x00000009SendReleaseRPAn A-RELEASE-RP was sent to the Print SCP.
0x0000000AReceiveAbortAn A-ABORT was received from the Print SCP.
0x0000000BSendCreateFilmSessionRQAn N-CREATE-RQ was sent to the Print SCP (Basic Film Session SOP Class).
0x0000000CReceiveCreateFilmSessionRspAn N-CREATE-RSP was received from the Print SCP (Basic Film Session SOP Class).
0x0000000DSendUpdateFilmSessionRQAn N-SET-RQ was sent to the Print SCP (Basic Film Session SOP Class).
0x0000000EReceiveUpdateFilmSessionRspAn N-SET-RSP was received from the Print SCP (Basic Film Session SOP Class).
0x0000000FSendPrintFilmSessionRQAn N-ACTION-RQ was sent to the Print SCP (Basic Film Session SOP Class).
0x00000010ReceivePrintFilmSessionRspAn N-ACTION-RSP was received from the Print SCP (Basic Film Session SOP Class).
0x00000011SendDeleteFilmSessionRQAn N-DELETE-RQ was sent to the Print SCP (Basic Film Session SOP Class).
0x00000012ReceiveDeleteFilmSessionRspAn N-DELETE-RSP was received from the Print SCP (Basic Film Session SOP Class).
0x00000013SendCreateFilmBoxRQAn N-CREATE-RQ was sent to the Print SCP (Basic Film Box SOP Class).
0x00000014ReceiveCreateFilmBoxRspAn N-CREATE-RSP was received from the Print SCP (Basic Film Box SOP Class).
0x00000015SendUpdateFilmBoxRQAn N-SET-RQ was sent to the Print SCP (Basic Film Box SOP Class).
0x00000016ReceiveUpdateFilmBoxRspAn N-SET-RSP was received from the Print SCP (Basic Film Box SOP Class).
0x00000017SendPrintFilmBoxRQAn N-ACTION-RQ was sent to the Print SCP (Basic Film Box SOP Class).
0x00000018ReceivePrintFilmBoxRspAn N-ACTION-RSP was received from the Print SCP (Basic Film Box SOP Class).
0x00000019SendDeleteFilmBoxRQAn N-DELETE-RQ was sent to the Print SCP (Basic Film Box SOP Class).
0x0000001AReceiveDeleteFilmBoxRspAn N-DELETE-RSP was received from the Print SCP (Basic Film Box SOP Class).
0x0000001BSendUpdateImageBoxRQAn N-SET-RQ was sent to the Print SCP (Basic Grayscale/Color Image Box SOP Class).
0x0000001CReceiveUpdateImageBoxRspAn N-SET-RSP was received from the Print SCP (Basic Grayscale/Color Image Box SOP Class).
0x0000001DSendUpdateAnnotationBoxRQAn N-SET-RQ was sent to the Print SCP (Basic Annotation Box SOP Class).
0x0000001EReceiveUpdateAnnotationBoxRspAn N-SET-RSP was received from the Print SCP (Basic Annotation Box SOP Class).
0x0000001FSendGetPrinterInfoRQAn N-GET-RQ was sent to the Print SCP (Printer SOP Class).
0x00000020ReceiveGetPrinterInfoRspAn N-GET-RSP was received from the Print SCP (Printer SOP Class).
0x00000021SendGetPrintJobInfoRQAn N-GET-RQ was sent to the Print SCP (Print Job SOP Class).
0x00000022ReceiveGetPrintJobInfoRspAn N-GET-RSP was received from the Print SCP (Print Job SOP Class).
0x00000023SendGetPrinterConfigurationRQAn N-GET-RQ was sent to the Print SCP (Printer Configuration Retrieval SOP Class).
0x00000024ReceiveGetPrinterConfigurationRspAn N-GET-RSP was received from the Print SCP (Printer Configuration Retrieval SOP Class).
0x00000025SendCreatePresentationLutRQAn N-CREATE-RQ was sent to the Print SCP (Presentation LUT SOP Class).
0x00000026ReceiveCreatePresentationLutRspAn N-CREATE-RSP was received from the Print SCP (Presentation LUT SOP Class).
0x00000027SendDeletePresentationLutRQAn N-DELETE-RQ was sent to the Print SCP (Presentation LUT SOP Class).
0x00000028ReceiveDeletePresentationLutRspAn N-DELETE-RSP was received from the Print SCP (Presentation LUT SOP Class).
0x00000029SendCreateOverlayBoxRQAn N-CREATE-RQ was sent to the Print SCP (Basic Print Image Overlay Box SOP Class).
0x0000002AReceiveCreateOverlayBoxRspAn N-CREATE-RSP was received from the Print SCP (Basic Print Image Overlay Box SOP Class).
0x0000002BSendUpdateOverlayBoxRQAn N-SET-RQ was sent to the Print SCP (Basic Print Image Overlay Box SOP Class).
0x0000002CReceiveUpdateOverlayBoxRspAn N-SET-RSP was received from the Print SCP (Basic Print Image Overlay Box SOP Class).
0x0000002DSendDeleteOverlayBoxRQAn N-DELETE-RQ was sent to the Print SCP (Basic Print Image Overlay Box SOP Class).
0x0000002EReceiveDeleteOverlayBoxRspAn N-DELETE-RSP was received from the Print SCP (Basic Print Image Overlay Box SOP Class).
Example
For an example, refer to DicomPrintScu.Associate.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.DicomPrintScuStatus

Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace
OnStatus Method

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features