public class DicomMessage extends DefaultMessage
Modifier and Type | Field and Description |
---|---|
private Attributes |
cmd |
Modifier | Constructor and Description |
---|---|
|
DicomMessage(Dimse dimse,
Attributes cmd) |
|
DicomMessage(Dimse dimse,
Attributes cmd,
Attributes data) |
private |
DicomMessage(Dimse dimse,
Attributes cmd,
Object data) |
|
DicomMessage(Dimse dimse,
Attributes cmd,
PDVInputStream data) |
Modifier and Type | Method and Description |
---|---|
Attributes |
getCommand() |
addAttachment, createAttachments, createExchangeId, createHeaders, getAttachment, getAttachmentNames, getAttachments, getHeader, getHeader, getHeader, getHeader, getHeaders, hasAttachments, hasHeaders, hasPopulatedHeaders, isFault, isTransactedRedelivered, newInstance, populateInitialAttachments, populateInitialHeaders, removeAttachment, removeHeader, removeHeaders, removeHeaders, setAttachments, setFault, setHeader, setHeaders, toString
copy, copyFrom, createBody, createMessageId, getBody, getBody, getBody, getExchange, getMandatoryBody, getMandatoryBody, getMessageId, setBody, setBody, setExchange, setMessageId
private Attributes cmd
public DicomMessage(Dimse dimse, Attributes cmd)
public DicomMessage(Dimse dimse, Attributes cmd, Attributes data)
public DicomMessage(Dimse dimse, Attributes cmd, PDVInputStream data)
private DicomMessage(Dimse dimse, Attributes cmd, Object data)
public Attributes getCommand()
Copyright © 2017 dcm4che.org. All rights reserved.