| 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.neventreport.commons |
Provides classes for creation of N-EVENTREPORT request and response.
|
| cdac.medinfo.sdk.dcm30_04.services.neventreport.scu |
Provides class which enables sending of N-EVENTREPORT request and get the response.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EnumInterpretationEventType
This enum represents elements of InterpretationEventType
|
class |
EnumMPPSEventTypeID
Represent MPPS Event Type ID.
|
class |
EnumPatientEventType
This enum represents elements of PatientEventType
|
class |
EnumPrintJobEventTypeID
Represent PRINT JOB Event Type ID.
|
class |
EnumResultEventType
This enum represents elements of ResultEventType
|
class |
EnumSCEventTypeID
This enum represents Storage Commitment Event Type ID.
|
class |
EnumVisitEventType
This enum represents elements of VisitEventType
|
| Modifier and Type | Method and Description |
|---|---|
static NEventReportRQ |
NEventReportRQ.getDefaultRQ(java.lang.String strSOPUID,
java.lang.String strSOPInstanceUID,
IEventTypeID enumEventTypeID,
IDataSet objIDataSet)
Generates Default RQ for given SOP class UID and Instance UID
|
void |
NEventReportRSP.setEventTypeID(IEventTypeID enumEventTypeID)
Sets EventTypeID
This parameter specifies the type of event being reported
|
void |
NEventReportRQ.setEventTypeID(IEventTypeID enumEventTypeID)
Sets EventTypeID
This parameter specifies the type of event being reported
|
| Modifier and Type | Method and Description |
|---|---|
void |
NEventReportSCU.send(AssociateRQ objAssociateRQ,
java.lang.String strSOPClasUID,
java.lang.String strSOPInstanceUID,
IEventTypeID enumEventTypeID,
IDataSet objIDataSet)
Sends the available datasets to the SCP.
|
void |
NEventReportSCU.send(java.lang.String strcallingAETitle,
java.lang.String strCalledAETitle,
java.lang.String strSOPClasUID,
java.lang.String strSOPInstanceUID,
IEventTypeID enumEventTypeID,
IDataSet objIDataSet)
This method creates association request according to the DataSet collection provided by the user and the Default association.
|