public class PSDocument
extends java.lang.Object
| Constructor and Description |
|---|
PSDocument()
Instantiates a default PSDocument implementation.
|
| Modifier and Type | Method and Description |
|---|---|
IDataSet |
serializePSDoc(DicomMessage objDicomMessage,
java.lang.String strPath)
creates the PS document in the form of doc file.
|
java.lang.String |
tohexa(int grpNum,
int eleNum)
Converting Group number and Element number in Hexa format
|
public IDataSet serializePSDoc(DicomMessage objDicomMessage, java.lang.String strPath) throws java.lang.Exception
objIDataSet - Object of IDataSet.path - path where PS document will be kept.java.lang.Exceptionpublic java.lang.String tohexa(int grpNum,
int eleNum)