|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjdcm.DimseService
jdcm.C_Store
public final class C_Store
The C_Store class represents a C-STORE 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 | |
|---|---|
C_Store(A_Associate associate)
Constructs a new C-STORE 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 |
getMoveOriginatorAETitle()
Retrieve the Move Originator attribute in the command set. |
int |
getMoveOriginatorMessageID()
Retrieve the Move Originator Message ID attribute in the command set. |
DicomSet |
readRPS()
Receive a DIMSE C-STORE-RSP message from the association partner. |
DicomSet |
readRQ()
Receive a DIMSE C-STORE-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 |
setMoveOriginatorAETitle(java.lang.String moveOriginatorAETitle)
Sets the Move Originator attribute in the command set. |
void |
setMoveOriginatorMessageID(int moveOriginatorMessageID)
Sets the Move Originator Message ID attribute in the command set. |
java.lang.String |
toString()
|
void |
writeFile(java.lang.String path)
Write a DICOM part 10 file. |
void |
writeRPS(DicomSet dicomSet)
Send a DIMSE C-STORE-RSP message to the association partner. |
void |
writeRQ(DicomSet dicomSet)
Send a DIMSE C-STORE-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 C_Store(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 setAffectedSOPInstanceUID(java.lang.String affectedSOPInstanceUID)
affectedSOPInstanceUID - public java.lang.String getAffectedSOPInstanceUID()
public void setMoveOriginatorAETitle(java.lang.String moveOriginatorAETitle)
moveOriginatorAETitle - public java.lang.String getMoveOriginatorAETitle()
public void setMoveOriginatorMessageID(int moveOriginatorMessageID)
moveOriginatorMessageID - public int getMoveOriginatorMessageID()
public void writeRQ(DicomSet dicomSet)
throws java.io.IOException
dicomSet -
java.io.IOException
public DicomSet readRPS()
throws java.io.IOException
java.io.IOException
public DicomSet readRQ()
throws java.io.IOException
java.io.IOException
public void writeRPS(DicomSet dicomSet)
throws java.io.IOException
dicomSet - list of attributes.
java.io.IOException
public void writeFile(java.lang.String path)
throws java.io.IOException
path - Path file to write
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 | |||||||||