|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dicom4j.network.protocoldataunit.support.ProtocolDataUnit
org.dicom4j.network.protocoldataunit.support.AssociateRQACPDU
org.dicom4j.network.protocoldataunit.AssociateRQPDU
public class AssociateRQPDU
ASSOCIATE-RQ PDU (see DICOM PS 3.8)
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.dicom4j.network.protocoldataunit.support.ProtocolDataUnit |
|---|
ProtocolDataUnit.Types |
| Constructor Summary | |
|---|---|
AssociateRQPDU()
Create a new ASSOCIATE-RQ PDU |
|
AssociateRQPDU(String aCalledAETitle,
String aCallingAETitle)
Create a new Associate-RQ PDU |
|
| Method Summary | |
|---|---|
void |
addPresentationContextItem(PresentationContextItemRQ aItem)
Add a new PresentationContext Item |
String |
getName()
Return the name of the Protocol Data Unit |
PresentationContextItemRQ |
getPresentationContextItem(byte aId)
|
PresentationContextItemRQ |
getPresentationContextItem(String abstractSyntax)
return a PresentationContextItemRQ depending of an abstractSyntax |
PresentationContextItemRQ[] |
getPresentationContextItemRQ()
|
ProtocolDataUnitType |
getType()
return the type of the Protocol Data Unit
TODO change to ProtocolType |
void |
read(BinaryInputStream aStream,
int aLength)
Read the Protocol Data Unit from a stream |
void |
setPresentationContexts(byte aID,
String aAbstractSyntax,
String[] aTransfertSyntaxes)
|
void |
write(BinaryOutputStream aStream)
Write the Protocol Data Unit to a stream |
| Methods inherited from class org.dicom4j.network.protocoldataunit.support.AssociateRQACPDU |
|---|
getApplicationContextItem, getCalledAETitle, getCallingAETitle, getLength, getPresentationIterator, getProtocolVersion, getUserInformationItem, setApplicationContext, setCalledAET, setCallingAET, setUserInformations, toString |
| Methods inherited from class org.dicom4j.network.protocoldataunit.support.ProtocolDataUnit |
|---|
checkStream, getSopClassRegistry, setSopClassRegistry, toBytes, typetoString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AssociateRQPDU()
public AssociateRQPDU(String aCalledAETitle,
String aCallingAETitle)
aCalledAETitle - the called AETaCallingAETitle - the calling AET| Method Detail |
|---|
public void addPresentationContextItem(PresentationContextItemRQ aItem)
aItem - the itempublic String getName()
ProtocolDataUnit
getName in interface ProtocolDataUnitgetName in class ProtocolDataUnitpublic PresentationContextItemRQ getPresentationContextItem(byte aId)
public PresentationContextItemRQ getPresentationContextItem(String abstractSyntax)
abstractSyntax - the abstractSyntax
public PresentationContextItemRQ[] getPresentationContextItemRQ()
public ProtocolDataUnitType getType()
ProtocolDataUnit
return the type of the Protocol Data Unit
getType in interface ProtocolDataUnitgetType in class ProtocolDataUnit
public void read(BinaryInputStream aStream,
int aLength)
throws DicomException,
IOException
ProtocolDataUnit
read in class AssociateRQACPDUDicomException
IOException
public void setPresentationContexts(byte aID,
String aAbstractSyntax,
String[] aTransfertSyntaxes)
public void write(BinaryOutputStream aStream)
throws DicomException,
IOException
ProtocolDataUnit
write in class AssociateRQACPDUDicomException
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||