org.dicom4j.network.dimse.messages
Class CStoreRequestMessage
java.lang.Object
org.dicom4j.network.dimse.messages.support.AbstractDimseMessage
org.dicom4j.network.dimse.messages.support.DimseMessageWithAffectedSOPClass
org.dicom4j.network.dimse.messages.support.DimseRequestMessage
org.dicom4j.network.dimse.messages.CStoreRequestMessage
- All Implemented Interfaces:
- DimseMessage
public class CStoreRequestMessage
- extends DimseRequestMessage
C-STORE-REQUEST
- Author:
- Laurent Lecomte
| Methods inherited from class org.dicom4j.network.dimse.messages.support.AbstractDimseMessage |
getCommandField, getCommandSet, getDataSet, getMessageID, getName, getSopClassRegistry, isCEchoRequest, isCEchoResponse, isCFindRequest, removeDataSet, setCommandField, setDataSet, setSopClassRegistry |
CStoreRequestMessage
public CStoreRequestMessage(CommandSet aCommandSet)
CStoreRequestMessage
public CStoreRequestMessage(int aMessageID)
throws DicomException
- Throws:
DicomException
CStoreRequestMessage
public CStoreRequestMessage(int aMessageID,
String aAffectedSOPClassUID,
int aPriority)
throws DicomException
- Throws:
DicomException
getAffectedSOPInstanceUID
public String getAffectedSOPInstanceUID()
getAffectedSOPInstanceUIDElement
public UniqueIdentifier getAffectedSOPInstanceUIDElement()
throws DicomException
- Overrides:
getAffectedSOPInstanceUIDElement in class DimseRequestMessage
- Throws:
DicomException
getMoveOriginatorAETasString
public String getMoveOriginatorAETasString()
getMoveOriginatorMessageIDElement
public UniqueIdentifier getMoveOriginatorMessageIDElement()
throws DicomException
- Throws:
DicomException
getPriority
public int getPriority()
hasAffectedSOPInstanceUID
public boolean hasAffectedSOPInstanceUID()
hasMoveOriginatorAET
public boolean hasMoveOriginatorAET()
hasMoveOriginatorMessageID
public boolean hasMoveOriginatorMessageID()
setAffectedSOPInstanceUID
public void setAffectedSOPInstanceUID(String AffectedSOPInstanceUID)
throws DicomException,
DimseException
- Throws:
DicomException
DimseException
setMoveOriginatorAET
public void setMoveOriginatorAET(String aMoveOriginatorAET)
throws DicomException,
DimseException
- Throws:
DicomException
DimseException
setMoveOriginatorMessageID
public void setMoveOriginatorMessageID(int aMoveOriginatorMessageID)
throws DicomException,
DimseException
- Throws:
DicomException
DimseException
setPriority
public void setPriority(int aPriority)
throws DicomException
- set the Priority
- Parameters:
aPriority -
- Throws:
DicomException
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009 dicom4j. All Rights Reserved.