public class CGetExtendedNegotiation
extends com.archimed.dicom.scu.impl.BasicExtendedNegotiation
| Constructor and Description |
|---|
CGetExtendedNegotiation()
internal constructor
|
CGetExtendedNegotiation(SOPClassUID sopClassUID)
creates a new instance for the specified sop class with default values for extended negotiation data
according to the DICOM standard for the C-GET service class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
fromBytes(byte[] data)
modifies the extended negotiation instance according to the specified raw data byte array
(received from the remote ae)
|
byte[] |
getBytes()
returns the extended negotiation data as a raw byte array for use in the subitem
|
boolean |
isEnhancedMultiFrameImageConversion() |
boolean |
isRelationalRetrieval() |
void |
setEnhancedMultiFrameImageConversion(boolean enhancedMultiFrameImageConversion) |
void |
setRelationalRetrieval(boolean relationalRetrieval) |
public CGetExtendedNegotiation()
public CGetExtendedNegotiation(SOPClassUID sopClassUID)
sopClassUID - one of the query retrieve SOP Classesspublic boolean isRelationalRetrieval()
public void setRelationalRetrieval(boolean relationalRetrieval)
public boolean isEnhancedMultiFrameImageConversion()
public void setEnhancedMultiFrameImageConversion(boolean enhancedMultiFrameImageConversion)
public byte[] getBytes()
SOPClassExtendedNegotiationgetBytes in interface SOPClassExtendedNegotiationgetBytes in class com.archimed.dicom.scu.impl.BasicExtendedNegotiationpublic void fromBytes(byte[] data)
SOPClassExtendedNegotiationfromBytes in interface SOPClassExtendedNegotiationfromBytes in class com.archimed.dicom.scu.impl.BasicExtendedNegotiation