| Package | Description |
|---|---|
| cdac.medinfo.sdk.dcm30_04.baselibs |
It includes implementation of various data types,tag,transfer syntaxes,both implicit and explicit data elements, along with classes that
provide reading writing capability, .
|
| cdac.medinfo.sdk.dcm30_04.commoninterface |
Defines contract for base library and data model.
|
| cdac.medinfo.sdk.dcm30_04.services.dicomnetcommons |
Provides classes and interfaces for dealing with fundamental configuration units,
Enums, Exceptions, Interface and basic constants used in DICOM Network operations.
|
| cdac.medinfo.sdk.dcm30_04.services.dimsecommons |
Provides classes for dealing fundamental service operations.
|
| Modifier and Type | Method and Description |
|---|---|
IDataTypeSQ |
DicomV3Factory.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
|
boolean |
US.read(IDicomStream objIDicomStream,
int iLength)
Reads the US DataType structure from underlying stream
|
boolean |
UN.read(IDicomStream objIDicomStream,
int iUNLength)
Reads the unknown data from the stream and stores it in a byte buffer
Note : It could throw OutOfMemoryException if length exceeds from allowed Heap Space.
|
boolean |
UL.read(IDicomStream objIDicomStream,
int iLength)
Reads the UL DataType structure from underlying stream
|
boolean |
SS.read(IDicomStream objIDicomStream,
int iLength)
Reads the SS DataType structure from underlying stream
|
boolean |
SQ.read(IDicomStream objIDicomStream,
int iSQLength)
Reads the SL DataType structure from underlying stream
|
boolean |
SL.read(IDicomStream objIDicomStream,
int iLength)
Reads the SL DataType structure from underlying stream
|
boolean |
OWImageObject.read(IDicomStream objIDicomStream,
int iOWLength)
This method reads OW in the structure -> OW Basic Offset Table with NO Item Value(Tag and Length)
then Item Tag, length and value for each frame specified in the offset table3.
|
boolean |
OW.read(IDicomStream objIDicomStream,
int iOWLength)
This method reads OW in the structure -> OW Basic Offset Table with NO Item Value(Tag and Length)
then Item Tag, length and value for each frame specified in the offset table3
|
boolean |
OF.read(IDicomStream objIDicomStream,
int iOFLength)
This method reads OF in the structure -> OF Basic Offset Table with NO Item Value(Tag and Length)
then Item Tag, length and value for each frame specified in the offset table3
|
boolean |
OD.read(IDicomStream objIDicomStream,
int iODLength)
.................
|
boolean |
OBImageObject.read(IDicomStream objIDicomStream,
int iOBLength)
This method reads OB in the structure -> OB Basic Offset Table with NO Item Value(Tag and Length)
then Item Tag, length and value for each frame specified in the offset table3.
|
boolean |
OB.read(IDicomStream objIDicomStream,
int iOBLength)
This method reads OB in the structure -> OB Basic Offset Table with NO Item Value(Tag and Length)
then Item Tag, length and value for each frame specified in the offset table3
|
boolean |
FL.read(IDicomStream objIDicomStream,
int iLength)
Reads the FL DataType structure from underlying stream
|
boolean |
FD.read(IDicomStream objIDicomStream,
int iLength)
Reads the FD DataType structure from underlying stream
|
abstract boolean |
DicomValue.read(IDicomStream objIDicomStream,
int iLength)
This method specifies read scenario contract for DicomValue Type
|
boolean |
DatatypeString.read(IDicomStream objIDicomStream,
int iLength)
Reads and validates the data value from the stream of specified length of bytes.
|
boolean |
DataTypeByte.read(IDicomStream objIDicomStream,
int iOBLength)
Reads the data value from the stream of specified length of bytes.
|
boolean |
AT.read(IDicomStream objIDicomStream,
int iLength)
This method reads all groupNumbers followed by respective ElementNumbers from the Stream and stores it in collection.Also sets value to DicomValue.
|
void |
US.setValue(java.lang.Object objValue)
Sets the value in the DicomValue after performing validation on the value
After setting the value setValue returns the errorcode indicating
whether the validation of value was successful or failing
|
void |
UN.setValue(java.lang.Object objValue)
Sets the value in the DicomValue after performing validation on the value.
|
void |
UL.setValue(java.lang.Object objValue)
Sets the value in the DicomValue after performing validation on the value.
|
void |
SS.setValue(java.lang.Object objValue)
Sets the value in the DicomValue after performing validation on the value
After setting the value setValue returns the errorcode indicating whether the validation of value was successful or failing
|
void |
SQ.setValue(java.lang.Object objValue)
Sets the value of Data Type according to the Dicom Standard.
|
void |
SL.setValue(java.lang.Object objValue)
Sets the value in the DicomValue after performing validation on the value.
|
void |
OW.setValue(java.lang.Object objValue)
Sets the value in OB DataType
|
void |
OF.setValue(java.lang.Object objValue)
Sets the value in OF DataType
|
void |
OD.setValue(java.lang.Object objValue)
Sets the value in OF DataType
|
void |
OB.setValue(java.lang.Object objValue)
Sets the value in OB DataType
|
void |
FL.setValue(java.lang.Object objValue)
Sets the value in the DicomValue after performing validation on the value.
|
void |
FD.setValue(java.lang.Object objValue)
Sets the value in the DicomValue after performing validation on the value.
|
void |
DicomValue.setValue(java.lang.Object objValue)
Sets the value in the DicomValue after performing validation on the value.
|
void |
DatatypeString.setValue(java.lang.Object objValue)
Sets the value in the DicomValue after performing validation on the value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IDicomValue.read(IDicomStream objIDicomStream,
int iLength)
Reads the DicomValue from DicomStream.
|
int |
IDataElement.serialize(IDicomStream objIDicomStream)
Serializes the Data Element from the given Stream
|
void |
IDicomValue.setValue(java.lang.Object objValue)
Sets the value of DicomValue.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ICommandElement.serialize(IDicomStream objIDicomStream)
The implementation of this method serializes the Command Element from the
given Stream.
|
| Modifier and Type | Method and Description |
|---|---|
int |
CommandElement.serialize(IDicomStream objIDicomStream)
Writes the Command Element to the given Stream.
|