| 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.association |
Provides classes which enables creation of association requests and response.
|
| cdac.medinfo.sdk.dcm30_04.services.basicdicommediasecurityprofile |
This package provides classes for BasicDICOMMediaSecurityProfile.
|
| cdac.medinfo.sdk.dcm30_04.services.cfind.scp |
Provides class which enables processing of C-Find SCP.
|
| cdac.medinfo.sdk.dcm30_04.services.cstore.scp |
Provides class which enables processing of C-Store SCP.
|
| cdac.medinfo.sdk.dcm30_04.services.javadbhelper |
Provides classes which implements DataSink and DataStore.
|
| 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.nget.scp |
Provides class which enables processing of N-GET SCP.
|
| cdac.medinfo.sdk.dcm30_04.services.nset.scp |
Provides class which enables processing of N-SET SCP.
|
| cdac.medinfo.sdk.dcm30_04.services.pdu |
Provides classes which enables creation of both Association and Service PDU (e.g.
|
| cdac.medinfo.sdk.dcm30_04.services.scp.commons |
Provides classes for dealing fundamental service operations at SCP side.
|
| cdac.medinfo.sdk.dcm30_04.utils |
Provides classes and interfaces for dealing with fundamental configuration
units, Data collections and basic constants used in DICOM operations.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Item.setValue(IPairedCollection<ITag,IDataElement> objPairedCollection_)
Sets the custom paired collection of tag and DataElement into the Item
|
| Modifier and Type | Method and Description |
|---|---|
int |
IItem.setValue(IPairedCollection<ITag,IDataElement> objPairedCollection)
Sets the value of the item in terms of paired collection of Tag and DataElements
|
| Modifier and Type | Method and Description |
|---|---|
IPairedCollection<java.lang.Byte,ACPresContext> |
AssociateAC.getACPresContextCollection()
Retrieves the Collection of AC Presentation Context
|
IPairedCollection<java.lang.Byte,RQPresContext> |
AssociateRQ.getRQPresContextCollection()
Retrieves the collection of RQ Presentation Context.
|
| Modifier and Type | Method and Description |
|---|---|
AssociateRQ |
DefaultAssociation.getAssociationRQ(java.lang.String strRequestedAETitle,
IPairedCollection<EnumSOPClassUIDs,ISingleCollection<java.lang.String>> objPresContextList)
Retrieves the Association RQ.
|
void |
AssociateAC.setACPresContextCollection(IPairedCollection<java.lang.Byte,ACPresContext> objACPresContextCollection)
Sets the Collection of AC Presentation Context
|
void |
AssociateRQ.setRQPresContextCollection(IPairedCollection<java.lang.Byte,RQPresContext> objRQPresContextCollection)
Sets the collection of RQ Presentation Context.
|
| Constructor and Description |
|---|
AssociateRQ(IPairedCollection<java.lang.Byte,RQPresContext> objRQPresContextCollection,
java.lang.String strCalledAETitle,
java.lang.String strCallingAETitle)
Instantiates Associate RQ with objRQPresContextCollection.
|
AssociateRQ(IPairedCollection<java.lang.Byte,RQPresContext> objRQPresContextCollection,
java.lang.String calledEntityTitle,
java.lang.String callingEntityTitle,
short protocolversion,
RQUserInfo objRQUserInfo)
Instantiates Associate RQ with parameters given.
|
| Modifier and Type | Method and Description |
|---|---|
IPairedCollection<java.lang.String,java.lang.Boolean> |
BasicDICOMMediaSecurityProfile.verifyDigestForFileSet(java.lang.String strSourceDICOMDIRPath,
java.lang.String strDigestDIR,
java.lang.String strDigestSuffix)
This method verifies digest for each file in DICOMDIR file set.
|
IPairedCollection<java.lang.String,java.lang.Boolean> |
BasicDICOMMediaSecurityProfile.verifySignForFileSet(java.lang.String strSourceDICOMDIRPath,
java.lang.String strSignatureDIR,
java.security.PublicKey objPublicKey,
java.lang.String strSignSuffix)
This method verifies digital signature for each file in DICOMDIR file set.
|
| 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 |
|---|---|
IPairedCollection |
CStoreSCP.getCustomizedAssociation()
Returns paired collection of Application Entity and the Presentation Context collection for that application entity.
|
IPairedCollection<EnumDataSink,IDataSink> |
CStoreSCP.getDataSinkList()
Retrieves the DataSink List.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CStoreSCP.setCustomizedAssociation(IPairedCollection<java.lang.String,ISingleCollection<RQPresContext>> objIPairedCollection)
This method is to customize Default association.
|
void |
CStoreSCP.setDataSinkList(IPairedCollection<EnumDataSink,IDataSink> objSinkCollection)
Sets the DataSink List.
|
| Modifier and Type | Method and Description |
|---|---|
IPairedCollection<java.lang.String,java.lang.Object> |
ItemModel.getValue()
This method returns the Name/Value pair i.e.
|
| Modifier and Type | Method and Description |
|---|---|
IPairedCollection<EnumDataSink,IDataSink> |
NActionSCP.getDataSinkList()
Retrieves the DataSink List
|
IPairedCollection<EnumDataSource,IDataSource> |
NActionSCP.getDataSourceList()
Retrieves the DataSink List
|
| Modifier and Type | Method and Description |
|---|---|
void |
NActionSCP.setDataSinkList(IPairedCollection<EnumDataSink,IDataSink> objSinkCollection)
Sets the DataSink List.
|
void |
NActionSCP.setDataSourceList(IPairedCollection<EnumDataSource,IDataSource> 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
|
IPairedCollection<EnumDataSource,IDataSource> |
NEventReportSCP.getDataSourceList()
Retrieves the Data Source List.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NEventReportSCP.setDataSinkList(IPairedCollection<EnumDataSink,IDataSink> objSinkCollection)
Sets the Data Sink List.
|
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<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<java.lang.Byte,ACPresContextItem> |
AssociateACPDU.getACPresContextItemCollection()
Gets the AC pres context item collection.
|
IPairedCollection<java.lang.Byte,RQPresContextItem> |
AssociateRQPDU.getRQPresContextItemCollection()
Retrieves collection of RQPresContextItem.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssociateACPDU.setACPresContextItemCollection(IPairedCollection<java.lang.Byte,ACPresContextItem> objACPresContextItemCollection)
Sets the AC pres context item collection.
|
void |
AssociateRQPDU.setRQPresContextItemCollection(IPairedCollection<java.lang.Byte,RQPresContextItem> objRQPresContextItemCollection)
Sets collection of RQPresContextItem.
|
| Modifier and Type | Method and Description |
|---|---|
IPairedCollection<EnumDataSink,IDataSink> |
ProcessHandler.getDataSinkList()
Retrieves DataSinkList
|
IPairedCollection<EnumDataSource,IDataSource> |
ProcessHandler.getDataSourceList()
Retrieves DataSourceList
|
IPairedCollection<java.lang.String,java.lang.String> |
ProcessHandler.getSupportedAETitles()
Gets the supported ae titles.
|
IPairedCollection<java.lang.String,java.lang.Object> |
ProcessHandler.getSupportedAETitlesWithTLSClientConfig()
Gets the supported AE titles having TLS Client Configuration with it.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessHandler.setDataSinkList(IPairedCollection<EnumDataSink,IDataSink> objDataSinkList)
Sets DataSinkList.
|
void |
ProcessHandler.setDataSourceList(IPairedCollection<EnumDataSource,IDataSource> objDataSourceList)
Sets DataSourceList.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PairedCollection<T1,T2>
This interface provides the user with an abstract interface towards collections
holding series of objects .
|