Visual Basic (Declaration) | |
---|---|
Public Enum DicomPrintScuStatus Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum DicomPrintScuStatus : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum DicomPrintScuStatus : public Enum |
C++/CLI | |
---|---|
public enum class DicomPrintScuStatus : public Enum |
Member | Description |
---|---|
Connect | The Print SCU is connecting to the Print SCP. |
SendAssociateRQ | An A-ASSOCIATE-RQ was sent to the Print SCP. |
ReceiveAssociateRJ | An A-ASSOCIATE-RJ was received from the Print SCP. |
ReceiveAssociateAC | An A-ASSOCIATE-AC was received from the Print SCP. |
SendReleaseRQ | An A-RELEASE-RQ was sent to the Print SCP. |
Close | The Print SCU closed the connection. |
ReceiveReleaseRP | An A-RELEASE-RP was received from the Print SCP. |
ReceiveReleaseRQ | An A-RELEASE-RQ was received from the Print SCP. |
SendReleaseRP | An A-RELEASE-RP was sent to the Print SCP. |
ReceiveAbort | An A-ABORT was received from the Print SCP. |
SendCreateFilmSessionRQ | An N-CREATE-RQ was sent to the Print SCP (Basic Film Session SOP Class). |
ReceiveCreateFilmSessionRsp | An N-CREATE-RSP was received from the Print SCP (Basic Film Session SOP Class). |
SendUpdateFilmSessionRQ | An N-SET-RQ was sent to the Print SCP (Basic Film Session SOP Class). |
ReceiveUpdateFilmSessionRsp | An N-SET-RSP was received from the Print SCP (Basic Film Session SOP Class). |
SendPrintFilmSessionRQ | An N-ACTION-RQ was sent to the Print SCP (Basic Film Session SOP Class). |
ReceivePrintFilmSessionRsp | An N-ACTION-RSP was received from the Print SCP (Basic Film Session SOP Class). |
SendDeleteFilmSessionRQ | An N-DELETE-RQ was sent to the Print SCP (Basic Film Session SOP Class). |
ReceiveDeleteFilmSessionRsp | An N-DELETE-RSP was received from the Print SCP (Basic Film Session SOP Class). |
SendCreateFilmBoxRQ | An N-CREATE-RQ was sent to the Print SCP (Basic Film Box SOP Class). |
ReceiveCreateFilmBoxRsp | An N-CREATE-RSP was received from the Print SCP (Basic Film Box SOP Class). |
SendUpdateFilmBoxRQ | An N-SET-RQ was sent to the Print SCP (Basic Film Box SOP Class). |
ReceiveUpdateFilmBoxRsp | An N-SET-RSP was received from the Print SCP (Basic Film Box SOP Class). |
SendPrintFilmBoxRQ | An N-ACTION-RQ was sent to the Print SCP (Basic Film Box SOP Class). |
ReceivePrintFilmBoxRsp | An N-ACTION-RSP was received from the Print SCP (Basic Film Box SOP Class). |
SendDeleteFilmBoxRQ | An N-DELETE-RQ was sent to the Print SCP (Basic Film Box SOP Class). |
ReceiveDeleteFilmBoxRsp | An N-DELETE-RSP was received from the Print SCP (Basic Film Box SOP Class). |
SendUpdateImageBoxRQ | An N-SET-RQ was sent to the Print SCP (Basic Grayscale/Color Image Box SOP Class). |
ReceiveUpdateImageBoxRsp | An N-SET-RSP was received from the Print SCP (Basic Grayscale/Color Image Box SOP Class). |
SendUpdateAnnotationBoxRQ | An N-SET-RQ was sent to the Print SCP (Basic Annotation Box SOP Class). |
ReceiveUpdateAnnotationBoxRsp | An N-SET-RSP was received from the Print SCP (Basic Annotation Box SOP Class). |
SendGetPrinterInfoRQ | An N-GET-RQ was sent to the Print SCP (Printer SOP Class). |
ReceiveGetPrinterInfoRsp | An N-GET-RSP was received from the Print SCP (Printer SOP Class). |
SendGetPrintJobInfoRQ | An N-GET-RQ was sent to the Print SCP (Print Job SOP Class). |
ReceiveGetPrintJobInfoRsp | An N-GET-RSP was received from the Print SCP (Print Job SOP Class). |
SendGetPrinterConfigurationRQ | An N-GET-RQ was sent to the Print SCP (Printer Configuration Retrieval SOP Class). |
ReceiveGetPrinterConfigurationRsp | An N-GET-RSP was received from the Print SCP (Printer Configuration Retrieval SOP Class). |
SendCreatePresentationLutRQ | An N-CREATE-RQ was sent to the Print SCP (Presentation LUT SOP Class). |
ReceiveCreatePresentationLutRsp | An N-CREATE-RSP was received from the Print SCP (Presentation LUT SOP Class). |
SendDeletePresentationLutRQ | An N-DELETE-RQ was sent to the Print SCP (Presentation LUT SOP Class). |
ReceiveDeletePresentationLutRsp | An N-DELETE-RSP was received from the Print SCP (Presentation LUT SOP Class). |
SendCreateOverlayBoxRQ | An N-CREATE-RQ was sent to the Print SCP (Basic Print Image Overlay Box SOP Class). |
ReceiveCreateOverlayBoxRsp | An N-CREATE-RSP was received from the Print SCP (Basic Print Image Overlay Box SOP Class). |
SendUpdateOverlayBoxRQ | An N-SET-RQ was sent to the Print SCP (Basic Print Image Overlay Box SOP Class). |
ReceiveUpdateOverlayBoxRsp | An N-SET-RSP was received from the Print SCP (Basic Print Image Overlay Box SOP Class). |
SendDeleteOverlayBoxRQ | An N-DELETE-RQ was sent to the Print SCP (Basic Print Image Overlay Box SOP Class). |
ReceiveDeleteOverlayBoxRsp | An N-DELETE-RSP was received from the Print SCP (Basic Print Image Overlay Box SOP Class). |
For an example, refer to Associate.
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomPrintScuStatus
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family