public class ExtendedNegotiation extends Object
Modifier and Type | Field and Description |
---|---|
private String |
cuid |
private byte[] |
info |
Constructor and Description |
---|
ExtendedNegotiation(String cuid,
byte[] info) |
Modifier and Type | Method and Description |
---|---|
byte |
getField(int index,
byte def) |
byte[] |
getInformation() |
String |
getSOPClassUID() |
int |
length() |
(package private) StringBuilder |
promptTo(StringBuilder sb) |
String |
toString() |
public ExtendedNegotiation(String cuid, byte[] info)
public final String getSOPClassUID()
public final byte[] getInformation()
public final byte getField(int index, byte def)
public int length()
StringBuilder promptTo(StringBuilder sb)
Copyright © 2017 dcm4che.org. All rights reserved.