| Package | Description |
|---|---|
| cdac.medinfo.sdk.dcm30_04.services.cfind.scp |
Provides class which enables processing of C-Find 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.neventreport.scp |
Provides class which enables processing of N-EVENTREPORT SCP.
|
| cdac.medinfo.sdk.dcm30_04.services.nget.scp |
Provides class which enables processing of N-GET 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<EnumDataSource,IDataSource> |
CFindSCP.getDataSourceList()
Retrieves the Data Source List.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CFindSCP.setDataSourceList(IPairedCollection<EnumDataSource,IDataSource> objSourceList)
Sets the Data Source List.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumDataSource |
EnumDataSource.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumDataSource[] |
EnumDataSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IPairedCollection<EnumDataSource,IDataSource> |
NActionSCP.getDataSourceList()
Retrieves the DataSink List
|
| Modifier and Type | Method and Description |
|---|---|
void |
NActionSCP.setDataSourceList(IPairedCollection<EnumDataSource,IDataSource> objSinkCollection)
Sets the DataSink List.
|
| Modifier and Type | Method and Description |
|---|---|
IPairedCollection<EnumDataSource,IDataSource> |
NEventReportSCP.getDataSourceList()
Retrieves the Data Source List.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NEventReportSCP.setDataSourceList(IPairedCollection<EnumDataSource,IDataSource> objSourceList)
Sets the Data Source List.
|
| Modifier and Type | Method and Description |
|---|---|
IPairedCollection<EnumDataSource,IDataSource> |
NGetSCP.getDataSourceList()
Retrieves the Data Source List.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NGetSCP.setDataSourceList(IPairedCollection<EnumDataSource,IDataSource> objSourceList)
Sets the Data Source List.
|
| Modifier and Type | Method and Description |
|---|---|
IPairedCollection<EnumDataSource,IDataSource> |
ProcessHandler.getDataSourceList()
Retrieves DataSourceList
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessHandler.addDataSource(EnumDataSource enumDataSource,
IDataSource objIDataSource)
Add DataSource to Paired Collection
|
IDataSource |
ProcessHandler.getDataSource(EnumDataSource enumDataSource)
Returns the object of IDataSource from Paired Collection
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessHandler.setDataSourceList(IPairedCollection<EnumDataSource,IDataSource> objDataSourceList)
Sets DataSourceList.
|