| Package | Description |
|---|---|
| cdac.medinfo.sdk.dcm30_04.dicomparserserializers |
Provides classes which enables serialization and parsing process of DICOM file
and classes which facilitates inter-conversion of Transfer syntax in DICOM File.
|
| cdac.medinfo.sdk.dcm30_04.services.association |
Provides classes which enables creation of association requests and response.
|
| 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.pdu |
Provides classes which enables creation of both Association and Service PDU (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
int |
DicomSerializer.serialize(IDicomStream objIDicomStream,
IDataSet objIDataSet)
This method serializes only the DataSet onto the specified stream.
|
int |
DicomSerializer.serialize(IDicomStream objIDicomStream,
IDataSet objIDataSet,
boolean bAsIs)
This method serializes the DataSet according to the specified Transfer Syntax
by taking default dictionary reader and File Header if needed.
|
int |
DicomSerializer.serialize(IDicomStream objIDicomStream,
IDataSet objIDataSet,
IDicomFileHeader objDicomFileHeader,
IDictionaryReader objIDictionaryReader,
boolean bAsIs)
This method serializes the DataSet according to the specified Transfer Syntax and dictionary reader.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DIMSEAssociation.serialize(IDicomStream objIDicomStream)
This method writes the Data Value to the given Stream.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ICommandSet.serialize(IDicomStream objIDicomStream)
The implementation of this method serialize the CommandSet from the given
Stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceClassApplicationInformation.serialize(IDicomStream objIDicomStream)
This method writes the Service Class Application Information Extended Negotiation Subitem.
|
void |
SOPClassExtNegotiationItem.serialize(IDicomStream objIDicomStream)
This method writes the Data Value to the given Stream.
|
void |
SCUSCPRoleSelectionItem.serialize(IDicomStream objIDicomStream)
This method writes the Data Value to the given Stream.
|
void |
PresContextItem.serialize(IDicomStream objIDicomStream)
This method writes the Data Value to the given Stream.
|
void |
AssociateRQPDU.serialize(IDicomStream objIDicomStream)
This method serialize this PDU from the given Stream.
|
void |
AssociateRQOrACPDU.serialize(IDicomStream objIDicomStream)
This method writes the Data Value to the given Stream.
|
void |
AssociateRJPDU.serialize(IDicomStream objIDicomStream)
This method serialize this PDU from the given Stream.
|
void |
AppContextItem.serialize(IDicomStream objIDicomStream)
This method serialize this Item from the given Stream.
|
void |
AbstractSyntaxItem.serialize(IDicomStream objIDicomStream)
This method serialize this Item from the given Stream.
|
void |
AReleaseRQorRPPDU.serialize(IDicomStream objIDicomStream)
This method writes the Data Value to the given Stream.
|
void |
ACPresContextItem.serialize(IDicomStream objIDicomStream)
This method serialize this Item from the given Stream.
|
void |
AAbortPDU.serialize(IDicomStream objIDicomStream)
This function serialize the Abort PDU.
|