|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dicom4j.dicom.uniqueidentifiers.support.UniqueIdentifier
org.dicom4j.dicom.TransferSyntax
public class TransferSyntax
a TransferSyntax
| Field Summary | |
|---|---|
static TransferSyntax |
Default
Deprecated. Default DICOM transfer syntax (ie: ImplicitVRLittleEndian) |
static TransferSyntax |
ExplicitVRBigEndian
Deprecated. Explicit VR BigEndian |
static TransferSyntax |
ExplicitVRLittleEndian
Deprecated. Explicit VR Little Endian |
static TransferSyntax |
ImplicitVRLittleEndian
Deprecated. Implicit VR Little Endian |
static TransferSyntax |
JPEG2000
Deprecated. |
static TransferSyntax |
JPEG2000Lossless
Deprecated. JPEG2000Lossless Transfer Syntax |
static TransferSyntax |
JPEGBaseline
Deprecated. |
static TransferSyntax |
JPEGExtended
Deprecated. |
static TransferSyntax |
JPEGLossless
Deprecated. |
static TransferSyntax |
JPEGLosslessSV1
Deprecated. |
static TransferSyntax |
JPEGLS
Deprecated. |
static TransferSyntax |
JPEGNLS
Deprecated. |
static TransferSyntax |
MPEG2MPML
Deprecated. MPEG2 MPML |
| Constructor Summary | |
|---|---|
TransferSyntax(String uid)
Deprecated. Construct a Transfer Syntax using the specified UID, automatically determining its characteristics. |
|
TransferSyntax(String uid,
String desc,
boolean explicit,
ByteOrder aByteOrder,
boolean encapsulated)
Deprecated. Construct a Transfer Syntax using the specified UID and characteristics. |
|
| Method Summary | |
|---|---|
static TransferSyntax |
addTransferSyntax(TransferSyntax transferSyntax)
Deprecated. add a new TransferSyntax to the list of known TransferSyntax |
ByteOrder |
getByteOrder()
Deprecated. get the ByteOrder |
boolean |
isDeflated()
Deprecated. Does the Transfer Syntax use deflate compression ? |
boolean |
isEncapsulated()
Deprecated. Does the Transfer Syntax encapsulate the pixel data ? |
boolean |
isExplicitVR()
Deprecated. Is the Transfer Syntax explicit VR ? |
boolean |
isNotEncapsulated()
Deprecated. Does the Transfer Syntax encode the pixel data without encapsulation? |
String |
toString()
Deprecated. get the Transfer Syntax as a string. |
static String |
toString(String value)
Deprecated. get a TransferSyntax as a human readable value (ie: the name) |
| Methods inherited from class org.dicom4j.dicom.uniqueidentifiers.support.UniqueIdentifier |
|---|
getName, getType, getUID |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final TransferSyntax ExplicitVRBigEndian
public static final TransferSyntax ExplicitVRLittleEndian
public static final TransferSyntax ImplicitVRLittleEndian
public static final TransferSyntax JPEG2000
public static final TransferSyntax JPEG2000Lossless
public static final TransferSyntax JPEGBaseline
public static final TransferSyntax JPEGExtended
public static final TransferSyntax JPEGLossless
public static final TransferSyntax JPEGLosslessSV1
public static final TransferSyntax JPEGLS
public static final TransferSyntax JPEGNLS
public static final TransferSyntax MPEG2MPML
public static final TransferSyntax Default
| Constructor Detail |
|---|
public TransferSyntax(String uid)
Construct a Transfer Syntax using the specified UID, automatically determining its characteristics.
uid - the UID to use to refer to this transfer syntax
public TransferSyntax(String uid,
String desc,
boolean explicit,
ByteOrder aByteOrder,
boolean encapsulated)
Construct a Transfer Syntax using the specified UID and characteristics.
uid - the UID to use to refer to this transfer syntaxdesc - the fName of this transfer syntaxexplicit - true if an explicit VR transfer syntaxbig - true if big-endian transfer syntaxencapsulated - true if a pixel data encapsulated transfer syntax| Method Detail |
|---|
public ByteOrder getByteOrder()
ByteOrder
public boolean isDeflated()
Does the Transfer Syntax use deflate compression ?
public boolean isEncapsulated()
Does the Transfer Syntax encapsulate the pixel data ?
public boolean isExplicitVR()
Is the Transfer Syntax explicit VR ?
public boolean isNotEncapsulated()
Does the Transfer Syntax encode the pixel data without encapsulation?
public String toString()
get the Transfer Syntax as a string.
toString in class UniqueIdentifierpublic static TransferSyntax addTransferSyntax(TransferSyntax transferSyntax)
transferSyntax - the TransferSyntax to add
public static String toString(String value)
value - the TransferSyntax UID
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||