| Package | Description |
|---|---|
| cdac.medinfo.sdk.dcm30_04.services.cstore.scp |
Provides class which enables processing of C-Store SCP.
|
| 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.naction.scp |
Provides class which enables processing of N-ACTION SCP.
|
| cdac.medinfo.sdk.dcm30_04.services.ncreate.scp |
Provides class which enables processing of N-CREATE SCP.
|
| cdac.medinfo.sdk.dcm30_04.services.ndelete.scp |
Provides class which enables processing of N-DELETE SCP.
|
| cdac.medinfo.sdk.dcm30_04.services.neventreport.scp |
Provides class which enables processing of N-EVENTREPORT SCP.
|
| cdac.medinfo.sdk.dcm30_04.services.nset.scp |
Provides class which enables processing of N-SET SCP.
|
| cdac.medinfo.sdk.dcm30_04.services.scp.commons |
Provides classes for dealing fundamental service operations at SCP side.
|
| Modifier and Type | Method and Description |
|---|---|
IPairedCollection<EnumDataSink,IDataSink> |
CStoreSCP.getDataSinkList()
Retrieves the DataSink List.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CStoreSCP.setDataSinkList(IPairedCollection<EnumDataSink,IDataSink> objSinkCollection)
Sets the DataSink List.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumDataSink |
EnumDataSink.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumDataSink[] |
EnumDataSink.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IPairedCollection<EnumDataSink,IDataSink> |
NActionSCP.getDataSinkList()
Retrieves the DataSink List
|
| Modifier and Type | Method and Description |
|---|---|
void |
NActionSCP.setDataSinkList(IPairedCollection<EnumDataSink,IDataSink> objSinkCollection)
Sets the DataSink List.
|
| Modifier and Type | Method and Description |
|---|---|
IPairedCollection<EnumDataSink,IDataSink> |
NCreateSCP.getDataSinkList()
Retrieves the DataSink List.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NCreateSCP.setDataSinkList(IPairedCollection<EnumDataSink,IDataSink> objSinkCollection)
Sets the DataSink List.
|
| Modifier and Type | Method and Description |
|---|---|
IPairedCollection<EnumDataSink,IDataSink> |
NDeleteSCP.getDataSinkList()
Retrieves the DataSink List
|
| Modifier and Type | Method and Description |
|---|---|
void |
NDeleteSCP.setDataSinkList(IPairedCollection<EnumDataSink,IDataSink> objSinkCollection)
Sets the Data Sink List.
|
| Modifier and Type | Method and Description |
|---|---|
IPairedCollection<EnumDataSink,IDataSink> |
NEventReportSCP.getDataSinkList()
Retrieves the DataSink List
|
| Modifier and Type | Method and Description |
|---|---|
void |
NEventReportSCP.setDataSinkList(IPairedCollection<EnumDataSink,IDataSink> objSinkCollection)
Sets the Data Sink List.
|
| Modifier and Type | Method and Description |
|---|---|
IPairedCollection<EnumDataSink,IDataSink> |
NSetSCP.getDataSinkList()
Retrieves the DataSink List.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NSetSCP.setDataSinkList(IPairedCollection<EnumDataSink,IDataSink> objSinkCollection)
Sets the Data Sink List.
|
| Modifier and Type | Method and Description |
|---|---|
IPairedCollection<EnumDataSink,IDataSink> |
ProcessHandler.getDataSinkList()
Retrieves DataSinkList
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessHandler.addDataSink(EnumDataSink enumDataSink,
IDataSink objIDataSink)
Add DataSink to Paired Collection
|
IDataSink |
ProcessHandler.getDataSink(EnumDataSink enumDataSink)
Returns the object of IDataSink from Paired Collection
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessHandler.setDataSinkList(IPairedCollection<EnumDataSink,IDataSink> objDataSinkList)
Sets DataSinkList.
|