Package | Description |
---|---|
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.tool.storescu |
Send DICOM Composite Objects to peer DICOM AE.
|
Modifier and Type | Method and Description |
---|---|
private CommonExtendedNegotiation |
PDUDecoder.decodeCommonExtNeg(int itemLen) |
CommonExtendedNegotiation |
Association.getCommonExtendedNegotiationFor(String cuid) |
Modifier and Type | Method and Description |
---|---|
private void |
PDUEncoder.encode(CommonExtendedNegotiation extNeg) |
Modifier and Type | Field and Description |
---|---|
protected LinkedHashMap<String,CommonExtendedNegotiation> |
AAssociateRQAC.commonExtNegMap |
Modifier and Type | Method and Description |
---|---|
CommonExtendedNegotiation |
AAssociateRQAC.addCommonExtendedNegotiation(CommonExtendedNegotiation extNeg) |
CommonExtendedNegotiation |
AAssociateRQAC.getCommonExtendedNegotiationFor(String cuid) |
CommonExtendedNegotiation |
AAssociateRQAC.removeCommonExtendedNegotiationFor(String cuid) |
Modifier and Type | Method and Description |
---|---|
Collection<CommonExtendedNegotiation> |
AAssociateRQAC.getCommonExtendedNegotiations() |
Modifier and Type | Method and Description |
---|---|
CommonExtendedNegotiation |
AAssociateRQAC.addCommonExtendedNegotiation(CommonExtendedNegotiation extNeg) |
Modifier and Type | Field and Description |
---|---|
private HashMap<String,CommonExtendedNegotiation> |
RelatedGeneralSOPClasses.commonExtNegs |
Modifier and Type | Method and Description |
---|---|
CommonExtendedNegotiation |
RelatedGeneralSOPClasses.getCommonExtendedNegotiation(String cuid) |
Copyright © 2017 dcm4che.org. All rights reserved.