| Package | Description |
|---|---|
| cdac.medinfo.sdk.dcm30_04.services.cecho.scp |
Provides class which enables processing of C-Echo SCP.
|
| cdac.medinfo.sdk.dcm30_04.services.cfind.scp |
Provides class which enables processing of C-Find SCP.
|
| cdac.medinfo.sdk.dcm30_04.services.cget.scp |
Provides class which enables processing of C-Get SCP.
|
| cdac.medinfo.sdk.dcm30_04.services.cmove.scp |
Provides class which enables processing of C-Move SCP.
|
| cdac.medinfo.sdk.dcm30_04.services.cstore.scp |
Provides class which enables processing of C-Store SCP.
|
| 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.scp.commons |
Provides classes for dealing fundamental service operations at SCP side.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CEchoSCP
The C-Echo service is for verification of communication to a remote DICOM AE.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CFindSCP
The C-FIND service is used by a DIMSE-service-user to match and find a set of Attributes
against the Attributes of a set of SOP Instances maintained by a peer DIMSE-service-user.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CGetSCP
The C-GET service is used by a DIMSE-service-user to match and retrieve a set of Attributes
against the Attributes of a set of composite SOP Instances maintained by a peer DIMSE-service-user.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CMoveSCP
The C-MOVE service is invoked by a DIMSE-service-user to move the information for one or
more Composite SOP Instances from a peer DIMSE-service-user, to a third party DIMSE
service-user, based upon the Attributes supplied by the invoking DIMSE-service-user.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CStoreSCP
The C-Store service is invoked by a DIMSE-service-user to request the storage of
Composite SOP Instance information by a peer DIMSE-service-user.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NActionSCP
NActionSCP works as a processor for NAction Service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NCreateSCP
NCreateSCP works as a processor for NCreate Service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NDeleteSCP
NCreateSCP works as a processor for NDelete Service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NEventReportSCP
NEventReportSCP works as a processor for NEventReport Service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NGetSCP
NGetSCP works as a processor for NGet Service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NSetSCP
NSetSCP works as a processor for NSet Service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessHandler
This class process the user request.
|
class |
SCP
This abstract class in inherited by all SCP.
|
| Modifier and Type | Method and Description |
|---|---|
IProcessHandler |
SCPSession.getIProcessHandler()
Gets the Process handler.
|
IProcessHandler |
SCPController.getProcessHandler()
Gets the process handler.
|
IProcessHandler |
ClientSession.getProcessHandler()
Retrieves the Process Handler
|
| Modifier and Type | Method and Description |
|---|---|
void |
SCPSession.setIProcessHandler(IProcessHandler objIProcessHandler)
Sets the process handler.
|
void |
SCPController.setProcessHandler(IProcessHandler objIProcessHandler)
Sets process handler.
|
void |
ClientSession.setProcessHandler(IProcessHandler objProcessHandler)
Sets the Process Handler.
|
| Constructor and Description |
|---|
ClientSession(IProcessHandler objProcessHandler,
java.net.Socket socket)
Instantiates a new client session.
|