| Package | Description | 
|---|---|
| org.dcm4che3.net.service | 
 This package is part of the Maven module dcm4che3-net. 
 | 
| org.dcm4che3.tool.dcmqrscp | 
 Simple DICOM archive. 
 | 
| org.dcm4che3.tool.ianscp | 
 DICOM Instance Availability Notification receiver. 
 | 
| org.dcm4che3.tool.mppsscp | 
 DICOM Modality Performed Procedure Step Receiver. 
 | 
| org.dcm4che3.tool.mppsscp.test | 
 Test classes for DICOM Modality Performed Procedure Step Receiver. 
 | 
| org.dcm4che3.tool.stgcmtscu | 
 Invoke DICOM Storage Commitment Request. 
 | 
| org.dcm4che3.tool.stgcmtscu.test | 
 Test classes for invoking DICOM Storage Commitment Request. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DicomServiceException | 
DicomServiceException.setActionTypeID(int val)  | 
DicomServiceException | 
DicomServiceException.setAttributeIdentifierList(int... tags)  | 
DicomServiceException | 
DicomServiceException.setDataset(Attributes data)  | 
DicomServiceException | 
DicomServiceException.setErrorComment(String val)  | 
DicomServiceException | 
DicomServiceException.setErrorID(int val)  | 
DicomServiceException | 
DicomServiceException.setEventTypeID(int val)  | 
DicomServiceException | 
DicomServiceException.setOffendingElements(int... tags)  | 
DicomServiceException | 
DicomServiceException.setUID(int tag,
      String value)  | 
static DicomServiceException | 
DicomServiceException.valueOf(ValidationResult result,
       Attributes attrs)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Attributes | 
BasicQueryTask.adjust(Attributes match)  | 
protected RetrieveTask | 
BasicCMoveSCP.calculateMatches(Association as,
                PresentationContext pc,
                Attributes rq,
                Attributes keys)  | 
protected RetrieveTask | 
BasicCGetSCP.calculateMatches(Association as,
                PresentationContext pc,
                Attributes rq,
                Attributes keys)  | 
protected QueryTask | 
BasicCFindSCP.calculateMatches(Association as,
                PresentationContext pc,
                Attributes rq,
                Attributes keys)  | 
private static void | 
QueryRetrieveLevel.check(ValidationResult result)  | 
protected Attributes | 
BasicIanSCP.create(Association as,
      Attributes cmd,
      Attributes data)  | 
protected Attributes | 
BasicMPPSSCP.create(Association as,
      Attributes rq,
      Attributes rqAttrs,
      Attributes rsp)  | 
protected boolean | 
BasicQueryTask.hasMoreMatches()  | 
private DimseRQHandler | 
DicomServiceRegistry.lookupService(Association as,
             Dimse dimse,
             Attributes cmd)  | 
static void | 
BasicMPPSSCP.mayNoLongerBeUpdated()  | 
protected Attributes | 
BasicQueryTask.nextMatch()  | 
protected Attributes | 
BasicMPPSSCP.set(Association as,
   Attributes rq,
   Attributes rqAttrs,
   Attributes rsp)  | 
void | 
QueryRetrieveLevel.validateQueryKeys(Attributes attrs,
                 QueryRetrieveLevel rootLevel,
                 boolean relational)  | 
void | 
QueryRetrieveLevel.validateRetrieveKeys(Attributes attrs,
                    QueryRetrieveLevel rootLevel,
                    boolean relational)  | 
static QueryRetrieveLevel | 
QueryRetrieveLevel.valueOf(Attributes attrs,
       String[] qrLevels)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Attributes | 
PatientQueryTask.adjust(Attributes match)  | 
protected QueryTask | 
DcmQRSCP.CFindSCPImpl.calculateMatches(Association as,
                PresentationContext pc,
                Attributes rq,
                Attributes keys)  | 
protected RetrieveTask | 
DcmQRSCP.CGetSCPImpl.calculateMatches(Association as,
                PresentationContext pc,
                Attributes rq,
                Attributes keys)  | 
protected RetrieveTask | 
DcmQRSCP.CMoveSCPImpl.calculateMatches(Association as,
                PresentationContext pc,
                Attributes rq,
                Attributes keys)  | 
List<T> | 
DcmQRSCP.calculateMatches(Attributes keys)  | 
protected Map<String,Integer> | 
StgCmtSCPImpl.calculateMatches(Map<String,String> requestMap)  | 
private Attributes | 
StgCmtSCPImpl.calculateStorageCommitmentResult(String calledAET,
                                Attributes actionInfo)  | 
boolean | 
StudyQueryTask.hasMoreMatches()  | 
boolean | 
SeriesQueryTask.hasMoreMatches()  | 
boolean | 
PatientQueryTask.hasMoreMatches()  | 
boolean | 
InstanceQueryTask.hasMoreMatches()  | 
Attributes | 
StudyQueryTask.nextMatch()  | 
Attributes | 
SeriesQueryTask.nextMatch()  | 
Attributes | 
PatientQueryTask.nextMatch()  | 
Attributes | 
InstanceQueryTask.nextMatch()  | 
private Association | 
DcmQRSCP.CMoveSCPImpl.openStoreAssociation(Association as,
                    Connection remote,
                    AAssociateRQ aarq)  | 
private void | 
InstanceQueryTask.wrappedFindNextInstance()  | 
private void | 
PatientQueryTask.wrappedFindNextPatient()  | 
private void | 
SeriesQueryTask.wrappedFindNextSeries()  | 
private void | 
StudyQueryTask.wrappedFindNextStudy()  | 
| Constructor and Description | 
|---|
InstanceQueryTask(Association as,
                 PresentationContext pc,
                 Attributes rq,
                 Attributes keys,
                 DicomDirReader ddr,
                 String availability)  | 
PatientQueryTask(Association as,
                PresentationContext pc,
                Attributes rq,
                Attributes keys,
                DicomDirReader ddr,
                String availability)  | 
SeriesQueryTask(Association as,
               PresentationContext pc,
               Attributes rq,
               Attributes keys,
               DicomDirReader ddr,
               String availability)  | 
StudyQueryTask(Association as,
              PresentationContext pc,
              Attributes rq,
              Attributes keys,
              DicomDirReader ddr,
              String availability)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Attributes | 
IanSCPTool.create(Association as,
      Attributes rq,
      Attributes rqAttrs)  | 
| Modifier and Type | Method and Description | 
|---|---|
private Attributes | 
MppsSCP.create(Association as,
      Attributes rq,
      Attributes rqAttrs)  | 
private Attributes | 
MppsSCP.set(Association as,
   Attributes rq,
   Attributes rqAttrs)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Attributes | 
MPPSSCPTool.ToolMPPSSCP.create(Association as,
      Attributes rq,
      Attributes rqAttrs,
      Attributes rsp)  | 
protected Attributes | 
MPPSSCPTool.ToolMPPSSCP.set(Association as,
   Attributes rq,
   Attributes rqAttrs,
   Attributes rsp)  | 
| Modifier and Type | Method and Description | 
|---|---|
private Attributes | 
StgCmtSCU.eventRecord(Association as,
           Attributes cmd,
           Attributes eventInfo)  | 
| Modifier and Type | Method and Description | 
|---|---|
private Attributes | 
StgCmtTool.writeResponse(Association as,
             Attributes cmd,
             Attributes data)  | 
Copyright © 2017 dcm4che.org. All rights reserved.