C#
VB
C++
Specifies the status of the Print SCU.
public enum DicomPrintScuStatus
Public Enum DicomPrintScuStatus
public enum class DicomPrintScuStatus
Members
Value | Member | Description |
---|---|---|
1 | Connect | The Print SCU is connecting to the Print SCP. |
2 | SendAssociateRQ | An A-ASSOCIATE-RQ was sent to the Print SCP. |
3 | ReceiveAssociateRJ | An A-ASSOCIATE-RJ was received from the Print SCP. |
4 | ReceiveAssociateAC | An A-ASSOCIATE-AC was received from the Print SCP. |
5 | SendReleaseRQ | An A-RELEASE-RQ was sent to the Print SCP. |
6 | Close | The Print SCU closed the connection. |
7 | ReceiveReleaseRP | An A-RELEASE-RP was received from the Print SCP. |
8 | ReceiveReleaseRQ | An A-RELEASE-RQ was received from the Print SCP. |
9 | SendReleaseRP | An A-RELEASE-RP was sent to the Print SCP. |
10 | ReceiveAbort | An A-ABORT was received from the Print SCP. |
11 | SendCreateFilmSessionRQ | An N-CREATE-RQ was sent to the Print SCP (Basic Film Session SOP Class). |
12 | ReceiveCreateFilmSessionRsp | An N-CREATE-RSP was received from the Print SCP (Basic Film Session SOP Class). |
13 | SendUpdateFilmSessionRQ | An N-SET-RQ was sent to the Print SCP (Basic Film Session SOP Class). |
14 | ReceiveUpdateFilmSessionRsp | An N-SET-RSP was received from the Print SCP (Basic Film Session SOP Class). |
15 | SendPrintFilmSessionRQ | An N-ACTION-RQ was sent to the Print SCP (Basic Film Session SOP Class). |
16 | ReceivePrintFilmSessionRsp | An N-ACTION-RSP was received from the Print SCP (Basic Film Session SOP Class). |
17 | SendDeleteFilmSessionRQ | An N-DELETE-RQ was sent to the Print SCP (Basic Film Session SOP Class). |
18 | ReceiveDeleteFilmSessionRsp | An N-DELETE-RSP was received from the Print SCP (Basic Film Session SOP Class). |
19 | SendCreateFilmBoxRQ | An N-CREATE-RQ was sent to the Print SCP (Basic Film Box SOP Class). |
20 | ReceiveCreateFilmBoxRsp | An N-CREATE-RSP was received from the Print SCP (Basic Film Box SOP Class). |
21 | SendUpdateFilmBoxRQ | An N-SET-RQ was sent to the Print SCP (Basic Film Box SOP Class). |
22 | ReceiveUpdateFilmBoxRsp | An N-SET-RSP was received from the Print SCP (Basic Film Box SOP Class). |
23 | SendPrintFilmBoxRQ | An N-ACTION-RQ was sent to the Print SCP (Basic Film Box SOP Class). |
24 | ReceivePrintFilmBoxRsp | An N-ACTION-RSP was received from the Print SCP (Basic Film Box SOP Class). |
25 | SendDeleteFilmBoxRQ | An N-DELETE-RQ was sent to the Print SCP (Basic Film Box SOP Class). |
26 | ReceiveDeleteFilmBoxRsp | An N-DELETE-RSP was received from the Print SCP (Basic Film Box SOP Class). |
27 | SendUpdateImageBoxRQ | An N-SET-RQ was sent to the Print SCP (Basic Grayscale/Color Image Box SOP Class). |
28 | ReceiveUpdateImageBoxRsp | An N-SET-RSP was received from the Print SCP (Basic Grayscale/Color Image Box SOP Class). |
29 | SendUpdateAnnotationBoxRQ | An N-SET-RQ was sent to the Print SCP (Basic Annotation Box SOP Class). |
30 | ReceiveUpdateAnnotationBoxRsp | An N-SET-RSP was received from the Print SCP (Basic Annotation Box SOP Class). |
31 | SendGetPrinterInfoRQ | An N-GET-RQ was sent to the Print SCP (Printer SOP Class). |
32 | ReceiveGetPrinterInfoRsp | An N-GET-RSP was received from the Print SCP (Printer SOP Class). |
33 | SendGetPrintJobInfoRQ | An N-GET-RQ was sent to the Print SCP (Print Job SOP Class). |
34 | ReceiveGetPrintJobInfoRsp | An N-GET-RSP was received from the Print SCP (Print Job SOP Class). |
35 | SendGetPrinterConfigurationRQ | An N-GET-RQ was sent to the Print SCP (Printer Configuration Retrieval SOP Class). |
36 | ReceiveGetPrinterConfigurationRsp | An N-GET-RSP was received from the Print SCP (Printer Configuration Retrieval SOP Class). |
37 | SendCreatePresentationLutRQ | An N-CREATE-RQ was sent to the Print SCP (Presentation LUT SOP Class). |
38 | ReceiveCreatePresentationLutRsp | An N-CREATE-RSP was received from the Print SCP (Presentation LUT SOP Class). |
39 | SendDeletePresentationLutRQ | An N-DELETE-RQ was sent to the Print SCP (Presentation LUT SOP Class). |
40 | ReceiveDeletePresentationLutRsp | An N-DELETE-RSP was received from the Print SCP (Presentation LUT SOP Class). |
41 | SendCreateOverlayBoxRQ | An N-CREATE-RQ was sent to the Print SCP (Basic Print Image Overlay Box SOP Class). |
42 | ReceiveCreateOverlayBoxRsp | An N-CREATE-RSP was received from the Print SCP (Basic Print Image Overlay Box SOP Class). |
43 | SendUpdateOverlayBoxRQ | An N-SET-RQ was sent to the Print SCP (Basic Print Image Overlay Box SOP Class). |
44 | ReceiveUpdateOverlayBoxRsp | An N-SET-RSP was received from the Print SCP (Basic Print Image Overlay Box SOP Class). |
45 | SendDeleteOverlayBoxRQ | An N-DELETE-RQ was sent to the Print SCP (Basic Print Image Overlay Box SOP Class). |
46 | ReceiveDeleteOverlayBoxRsp | An N-DELETE-RSP was received from the Print SCP (Basic Print Image Overlay Box SOP Class). |
For an example, refer to Associate.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET