|
|||||||||
| 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.items.support.AbstractProtocolDataUnitItem
org.dicom4j.network.protocoldataunit.items.TransferSyntaxItem
public class TransferSyntaxItem
Transfer Syntax Item (see DICOM PS 3.8)
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.dicom4j.network.protocoldataunit.support.ProtocolDataUnit |
|---|
ProtocolDataUnit.Types |
| Constructor Summary | |
|---|---|
TransferSyntaxItem()
|
|
TransferSyntaxItem(BinaryInputStream aReader)
Deprecated. |
|
TransferSyntaxItem(String aValue)
Creates new Item |
|
| Method Summary | |
|---|---|
String |
getName()
Return the name of the Protocol Data Unit |
ProtocolDataUnitType |
getType()
return the type of the Protocol Data Unit
TODO change to ProtocolType |
String |
getValue()
|
void |
setTransferSyntax(TransferSyntax transferSyntax)
|
void |
setValue(String aValue)
|
String |
toString()
the ProtocolDataUnit as a string |
void |
write(BinaryOutputStream aStream)
Write the Protocol Data Unit to a stream |
| Methods inherited from class org.dicom4j.network.protocoldataunit.items.support.AbstractProtocolDataUnitItem |
|---|
getLength, read |
| 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 TransferSyntaxItem()
@Deprecated
public TransferSyntaxItem(BinaryInputStream aReader)
throws DicomException,
IOException
aReader -
DicomException
IOExceptionpublic TransferSyntaxItem(String aValue)
aValue - a valid
TransferSyntax
UID| Method Detail |
|---|
public String getName()
ProtocolDataUnit
getName in interface ProtocolDataUnitgetName in class ProtocolDataUnitpublic ProtocolDataUnitType getType()
ProtocolDataUnit
return the type of the Protocol Data Unit
getType in interface ProtocolDataUnitgetType in class ProtocolDataUnitpublic String getValue()
getValue in class AbstractProtocolDataUnitItempublic void setValue(String aValue)
setValue in class AbstractProtocolDataUnitItempublic String toString()
ProtocolDataUnit
toString in interface ProtocolDataUnittoString in class AbstractProtocolDataUnitItem
public void write(BinaryOutputStream aStream)
throws DicomException,
IOException
ProtocolDataUnit
write in class AbstractProtocolDataUnitItemDicomException
IOExceptionpublic void setTransferSyntax(TransferSyntax transferSyntax)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||