|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjdcm.DimseService
jdcm.N_Set
public final class N_Set
The N_Set class represents a N-SET DIMSE service.
DimseService| Field Summary |
|---|
| Fields inherited from class jdcm.DimseService |
|---|
PRIORITY_HIGH, PRIORITY_LOW, PRIORITY_MEDIUM, STATUS_FAILED, STATUS_PENDING, STATUS_SUCCESS |
| Constructor Summary | |
|---|---|
N_Set(A_Associate associate)
Constructs a new N_Set object for a specified association. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAffectedSOPInstanceUID()
Retrieve the value of the Affected SOP Instance UID attribute in the message's command set. |
java.lang.String |
getRequestedSOPClassUID()
Retrieve the value of the Requested SOP Class UID attribute in the message's command set. |
java.lang.String |
getRequestedSOPInstanceUID()
Retrieve the value of the Requested SOP Instance UID attribute in the message's command set. |
DicomSet |
readRPS()
Receive a DIMSE N-SET-RSP message from the association partner. |
DicomSet |
readRQ()
Receive a DIMSE N-SET-RQ message from the association partner. |
void |
setAffectedSOPInstanceUID(java.lang.String affectedSOPInstanceUID)
Sets the value of the Affected SOP Instance UID attribute in the message's command set. |
void |
setRequestedSOPClassUID(java.lang.String requestedSOPClassUID)
Sets the value of the Requested SOP Class UID attribute in the message's command set. |
void |
setRequestedSOPInstanceUID(java.lang.String requestedSOPInstanceUID)
Sets the value of the Requested SOP Instance UID attribute in the message's command set. |
java.lang.String |
toString()
|
void |
writeRPS(DicomSet dicomSet)
Send a DIMSE N-SET-RSP message to the association partner. |
void |
writeRQ(DicomSet dicomSet)
Send a DIMSE N-SET-RQ message to the association partner. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public N_Set(A_Associate associate)
associate - A not null A_Associate reference that represents an active association with a remote DICOM application entity.| Method Detail |
|---|
public void setRequestedSOPInstanceUID(java.lang.String requestedSOPInstanceUID)
requestedSOPInstanceUID - public java.lang.String getRequestedSOPInstanceUID()
public void setRequestedSOPClassUID(java.lang.String requestedSOPClassUID)
requestedSOPClassUID - public java.lang.String getRequestedSOPClassUID()
public void setAffectedSOPInstanceUID(java.lang.String affectedSOPInstanceUID)
affectedSOPInstanceUID - public java.lang.String getAffectedSOPInstanceUID()
public DicomSet readRQ()
throws java.io.IOException
java.io.IOException
public void writeRPS(DicomSet dicomSet)
throws java.io.IOException
dicomSet - data set in the DIMSE Message
java.io.IOException
public void writeRQ(DicomSet dicomSet)
throws java.io.IOException
dicomSet -
java.io.IOException
public DicomSet readRPS()
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String toString()
toString in class DimseService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||