org.dicom4j.network.protocoldataunit
Class AReleaseRQPDU
java.lang.Object
org.dicom4j.network.protocoldataunit.support.ProtocolDataUnit
org.dicom4j.network.protocoldataunit.support.AbstractAReleasePDU
org.dicom4j.network.protocoldataunit.AReleaseRQPDU
- All Implemented Interfaces:
- ProtocolDataUnit
public class AReleaseRQPDU
- extends AbstractAReleasePDU
A-RELEASE-RQ PDU (see DICOM PS 3.8)
- Since:
- 0.0.0
- Author:
- Laurent Lecomte
AReleaseRQPDU
public AReleaseRQPDU()
- Creates a A-Release-RQ PDU
AReleaseRQPDU
public AReleaseRQPDU(BinaryInputStream aStream,
int aLength)
throws DicomException,
IOException
- Creates a A-RELEASE-RQ PDU
- Parameters:
aStream - the streamaLength - the length to read
- Throws:
DicomException
IOException
getType
public ProtocolDataUnitType getType()
- Description copied from class:
ProtocolDataUnit
return the type of the Protocol Data Unit
TODO change to ProtocolType
- Specified by:
getType in interface ProtocolDataUnit- Specified by:
getType in class ProtocolDataUnit
- Returns:
- the type
toString
public String toString()
- The PDU as a string
- Specified by:
toString in interface ProtocolDataUnit- Overrides:
toString in class ProtocolDataUnit
- Returns:
- ProtocolDataUnit as string
Copyright © 2009 dicom4j. All Rights Reserved.