public class DicomV3Factory
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
IDicomValue |
createDataType(int iVRType)
This method creates instance of specified VR type
|
static DicomV3Factory |
createInstance()
Creates new instance of DicomV3Factory
|
IDataTypeSQ |
createSequence(int iGroupNumber,
int iElementNumber,
ITransferSyntax objITransferSyntax)
This method accepts TS and internally calls a method which accepts TS and DictionaryReader by passing
specified transfersyntax and null as dictionaryreader
|
IDataTypeSQ |
createSequence(int iGroupNumber,
int iElementNumber,
ITransferSyntax objITransferSyntax,
IDictionaryReader objIDictionaryReader)
This method accepts TS and DictionaryReader by passing specified transfersyntax and dictionaryreader
|
OBImageObject |
getOBImageObject()
This method creates instance of OB Image Object.
|
OWImageObject |
getOWImageObject()
This method creates instance of OW Image Object.
|
public static DicomV3Factory createInstance()
public IDicomValue createDataType(int iVRType)
iVRType - VRTye constantpublic OWImageObject getOWImageObject()
public OBImageObject getOBImageObject()
public IDataTypeSQ createSequence(int iGroupNumber, int iElementNumber, ITransferSyntax objITransferSyntax) throws InvalidDataTypeException
iGroupNumber - Integer value of group number.iElementNumber - Integer value of element number.objITransferSyntax - Object of Transfer SyntaxInvalidDataTypeExceptionpublic IDataTypeSQ createSequence(int iGroupNumber, int iElementNumber, ITransferSyntax objITransferSyntax, IDictionaryReader objIDictionaryReader)
iGroupNumber - Integer value of group number.iElementNumber - Integer value of element number.objITransferSyntax - Object of Transfer SyntaxobjIDictionaryReader - object of DictinaryReader