dcmNET Class Library

DimseService Members

DimseService overview

Public Static (Shared) Fields

PRIORITY_HIGH Value 0x0001 for high priority in C-Store,C-Find,C-Get,C-Move operations.
PRIORITY_LOW Value 0x0002 for low priority in C-Store,C-Find,C-Get,C-Move operations.
PRIORITY_MEDIUM Value 0x0000 for medium priority in C-Store,C-Find,C-Get,C-Move operations.
STATUS_FAILED Value for status failed 0xA900 in response operations.
STATUS_PENDING Value for staus pending 0xFF00 in response operations
STATUS_SUCCESS Value for status success 0x0000 in response operations.

Public Instance Properties

AffectedSOPClassUIDRetrieve and set the Affected SOP Class UID attribute from the message's command request set.
CommandField Retrieve the DIMSE operation conveyed by this message.
CommandRPSRetrieves the command response associated with this DIMSE message.
CommandRQRetrieves the command request associated with this DIMSE message.
DicomSetRetrieves the data set instance associated with this DIMSE message.
MessageID Retrieve and sets the message's ID attribute from the message's command request set.
MessageIDBeingRespondedToRetrieve and set the MessageIDBeingRespondedTo attribute from the message's command response set.
PresContextID Retrieve and sets the presentation context ID in DIMSE messages.
PriorityRetrieve and sets the priority attribute from the message's command request set.
StatusRetrieves and sets the status attribute code from the message's command response set.
TransferSyntaxUIDRetrieve and set the syntax transfer UID in this DIMSE messages.

Public Instance Methods

ReadRPSReceive a DIMSE message response.
ReadRQReceive a DIMSE message request.
ToStringReturns a string that represents the object.
WriteCancelRQ Send a cancel message request.
WriteRPSSend a DIMSE message response.
WriteRQSend a DIMSE message request.

See Also

DimseService Class | dcmNET Namespace