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.
|
Modifier and Type | Method and Description |
---|---|
private ExtendedNegotiation |
PDUDecoder.decodeExtNeg(int itemLen) |
Modifier and Type | Method and Description |
---|---|
private void |
PDUEncoder.encode(ExtendedNegotiation extNeg) |
private byte[] |
ApplicationEntity.negotiate(ExtendedNegotiation exneg,
TransferCapability tc) |
private static void |
QueryOption.toOption(ExtendedNegotiation extNeg,
QueryOption opt,
EnumSet<QueryOption> opts) |
static EnumSet<QueryOption> |
QueryOption.toOptions(ExtendedNegotiation extNeg) |
static StorageOptions |
StorageOptions.valueOf(ExtendedNegotiation extNeg) |
Modifier and Type | Field and Description |
---|---|
protected LinkedHashMap<String,ExtendedNegotiation> |
AAssociateRQAC.extNegMap |
Modifier and Type | Method and Description |
---|---|
ExtendedNegotiation |
AAssociateRQAC.addExtendedNegotiation(ExtendedNegotiation extNeg) |
ExtendedNegotiation |
AAssociateRQAC.getExtNegotiationFor(String cuid) |
ExtendedNegotiation |
AAssociateRQAC.removeExtendedNegotiationFor(String cuid) |
Modifier and Type | Method and Description |
---|---|
Collection<ExtendedNegotiation> |
AAssociateRQAC.getExtendedNegotiations() |
Modifier and Type | Method and Description |
---|---|
ExtendedNegotiation |
AAssociateRQAC.addExtendedNegotiation(ExtendedNegotiation extNeg) |
Copyright © 2017 dcm4che.org. All rights reserved.