| Package | Description |
|---|---|
| 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.mediacreation.mediacreationscu |
This package provides class for MediaCreationSCU which works as service class user
for Media Creation Management Service Class.
|
| cdac.medinfo.sdk.dcm30_04.services.naction.commons |
Provides classes for creation of N-ACTION request and response.
|
| cdac.medinfo.sdk.dcm30_04.services.naction.scu |
Provides class which enables sending of N-ACTION request and get the response.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumActionTypeID |
EnumActionTypeID.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumActionTypeID[] |
EnumActionTypeID.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MediaCreationSCU.send(AssociateRQ objAssociateRQ,
EnumCommandField enumCommandField,
java.lang.String strSOPInstanceUID,
EnumActionTypeID enumActionTypeID,
IDataSet objIDataSet,
ISingleCollection<ITag> objITagCollection)
Sends the available datasets to the SCP.
|
void |
MediaCreationSCU.send(java.lang.String strcallingAETitle,
java.lang.String strCalledAETitle,
java.lang.String strSOPInstanceUID,
EnumCommandField enumCommandField,
EnumActionTypeID enumActionTypeID,
IDataSet objIDataSet,
ISingleCollection<ITag> objITagCollection)
This method creates association request according to the DataSet collection provided by the user and the Default association.
|
| Modifier and Type | Method and Description |
|---|---|
static NActionRQ |
NActionRQ.getDefaultRQ(java.lang.String strSOPUID,
java.lang.String strSOPInstanceUID,
EnumActionTypeID enumActionTypeID,
IDataSet objIDataSet)
Generates Default RQ for given SOP class UID and Instance UID.
|
void |
NActionRSP.setActionTypeID(EnumActionTypeID enumActionTypeID)
Sets ActionTypeID .
|
void |
NActionRQ.setActionTypeID(EnumActionTypeID enumActionTypeID)
Sets ActionTypeID .
|
| Modifier and Type | Method and Description |
|---|---|
void |
NActionSCU.send(AssociateRQ objAssociateRQ,
java.lang.String strSOPClasUID,
java.lang.String strSOPInstanceUID,
EnumActionTypeID enumActionTypeID,
IDataSet objIDataSet)
Sends the available datasets to the SCP.
|
void |
NActionSCU.send(java.lang.String strcallingAETitle,
java.lang.String strCalledAETitle,
java.lang.String strSOPClasUID,
java.lang.String strSOPInstanceUID,
EnumActionTypeID enumActionTypeID,
IDataSet objIDataSet)
This method creates association request according to the DataSet collection provided by the user and the Default association.
|