public class ConverterCodec
extends java.lang.Object
| Constructor and Description |
|---|
ConverterCodec() |
| Modifier and Type | Method and Description |
|---|---|
IDataSet |
Convert(IDataSet objIDataSet,
boolean asIs) |
IDataSet |
Convert(IDataSet objIDataSet,
boolean asIs,
IDictionaryReader objIDictionaryReader) |
IDataElement |
recursiveConvert(IDataElement objIDataElement,
java.lang.String strTSUID)
This method converts the DataElement into the specified TransferSyntax and uses Default DictionaryReader if needed.
|
IDataElement |
recursiveConvert(IDataElement objIDataElement,
java.lang.String strTSUID,
IDictionaryReader objIDictionaryReader)
This method converts the DataElement to specified TransferSyntax and uses the specified Dictionary
reader.
|
public IDataElement recursiveConvert(IDataElement objIDataElement, java.lang.String strTSUID)
objIDataElement - - DataElement object which is to be converted into the specified TransferSyntax.strTSUID - - TransferSyntax UID specified by DICOM Standard.public IDataElement recursiveConvert(IDataElement objIDataElement, java.lang.String strTSUID, IDictionaryReader objIDictionaryReader)
objIDataElement - - DataElement object which is to be converted into the specified TransferSyntaxstrTSUID - - TransferSyntax UID specified by DICOM StandardobjIDictionaryReader - - Dictionary Reader specified by the userpublic IDataSet Convert(IDataSet objIDataSet, boolean asIs)
objIDataSet - The DataSet which is to be converted .asIs - the boolean parameter which decides whether data set should be converted to default or not.public IDataSet Convert(IDataSet objIDataSet, boolean asIs, IDictionaryReader objIDictionaryReader)
objIDataSet - The DataSet which is to be converted .asIs - the boolean parameter which decides whether data set should be converted to default or not.objIDictionaryReader - The DictionaryReader which is given by the user.