Package | Description |
---|---|
org.dcm4che3.camel | |
org.dcm4che3.net |
Classes related to the network communications between systems.
|
org.dcm4che3.net.pdu |
This package is part of the Maven module dc4che3-net.
|
org.dcm4che3.net.service |
This package is part of the Maven module dcm4che3-net.
|
org.dcm4che3.tool.dcmqrscp |
Simple DICOM archive.
|
Modifier and Type | Field and Description |
---|---|
private PresentationContext |
DicomConsumer.EndpointDimseRQHandlerAsyncCallback.pc |
Modifier and Type | Method and Description |
---|---|
void |
DicomConsumer.onDimseRQ(Association as,
PresentationContext pc,
Dimse dimse,
Attributes cmd,
PDVInputStream data) |
Constructor and Description |
---|
EndpointDimseRQHandlerAsyncCallback(Association as,
PresentationContext pc,
Dimse dimse,
int msgId,
Exchange exchange) |
Modifier and Type | Field and Description |
---|---|
private PresentationContext |
DimseRSPHandler.pc |
Modifier and Type | Field and Description |
---|---|
private HashMap<String,HashMap<String,PresentationContext>> |
Association.pcMap |
Modifier and Type | Method and Description |
---|---|
private PresentationContext |
PDUDecoder.decodePC(int itemLen) |
(package private) PresentationContext |
Association.getPresentationContext(int pcid) |
protected PresentationContext |
ApplicationEntity.negotiate(AAssociateRQ rq,
AAssociateAC ac,
PresentationContext rqpc) |
private PresentationContext |
Association.pcFor(String cuid,
String tsuid) |
Modifier and Type | Method and Description |
---|---|
private HashMap<String,PresentationContext> |
Association.initTSMap(String as) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
Association.cancel(PresentationContext pc,
int msgId) |
private void |
PDUEncoder.encode(PresentationContext pc,
int pcItemType) |
private void |
Association.invoke(PresentationContext pc,
Attributes cmd,
DataWriter data,
DimseRSPHandler rspHandler,
int rspTimeout) |
protected PresentationContext |
ApplicationEntity.negotiate(AAssociateRQ rq,
AAssociateAC ac,
PresentationContext rqpc) |
void |
DimseRQHandler.onDimseRQ(Association as,
PresentationContext pc,
Dimse dimse,
Attributes cmd,
PDVInputStream data) |
(package private) void |
ApplicationEntity.onDimseRQ(Association as,
PresentationContext pc,
Dimse cmd,
Attributes cmdAttrs,
PDVInputStream data) |
(package private) void |
Association.onDimseRQ(PresentationContext pc,
Dimse dimse,
Attributes cmd,
PDVInputStream data) |
(package private) void |
DimseRSPHandler.setPC(PresentationContext pc) |
boolean |
Association.tryWriteDimseRSP(PresentationContext pc,
Attributes cmd) |
boolean |
Association.tryWriteDimseRSP(PresentationContext pc,
Attributes cmd,
Attributes data) |
void |
PDUEncoder.writeDIMSE(PresentationContext pc,
Attributes cmd,
DataWriter dataWriter) |
void |
Association.writeDimseRSP(PresentationContext pc,
Attributes cmd) |
void |
Association.writeDimseRSP(PresentationContext pc,
Attributes cmd,
Attributes data) |
Modifier and Type | Field and Description |
---|---|
protected IntHashMap<PresentationContext> |
AAssociateRQAC.pcidMap |
protected ArrayList<PresentationContext> |
AAssociateRQAC.pcs |
Modifier and Type | Method and Description |
---|---|
PresentationContext |
AAssociateRQAC.getPresentationContext(int pcid) |
Modifier and Type | Method and Description |
---|---|
List<PresentationContext> |
AAssociateRQAC.getPresentationContexts() |
Modifier and Type | Method and Description |
---|---|
void |
AAssociateRQAC.addPresentationContext(PresentationContext pc) |
boolean |
AAssociateRQAC.removePresentationContext(PresentationContext pc) |
Modifier and Type | Field and Description |
---|---|
protected PresentationContext |
BasicRetrieveTask.pc |
protected PresentationContext |
BasicQueryTask.pc |
Constructor and Description |
---|
BasicQueryTask(Association as,
PresentationContext pc,
Attributes rq,
Attributes keys) |
BasicRetrieveTask(Dimse rq,
Association rqas,
PresentationContext pc,
Attributes rqCmd,
List<T> insts,
Association storeas,
CStoreSCU<T> storescu) |
Modifier and Type | Method and Description |
---|---|
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) |
protected void |
StgCmtSCPImpl.onDimseRQ(Association as,
PresentationContext pc,
Dimse dimse,
Attributes rq,
Attributes actionInfo) |
protected void |
CStoreSCPImpl.store(Association as,
PresentationContext pc,
Attributes rq,
PDVInputStream data,
Attributes rsp) |
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) |
Copyright © 2017 dcm4che.org. All rights reserved.