public class CEchoResponseCommandMessage extends Object
Constructor and Description |
---|
CEchoResponseCommandMessage(AttributeList list) |
CEchoResponseCommandMessage(String affectedSOPClassUID,
int messageIDBeingRespondedTo,
int status) |
Modifier and Type | Method and Description |
---|---|
String |
getAffectedSOPClassUID() |
byte[] |
getBytes() |
int |
getCommandField() |
int |
getGroupLength() |
int |
getMessageIDBeingRespondedTo() |
int |
getStatus() |
public CEchoResponseCommandMessage(AttributeList list) throws DicomException, IOException
list
- IOException
DicomException
public CEchoResponseCommandMessage(String affectedSOPClassUID, int messageIDBeingRespondedTo, int status) throws DicomException, IOException
affectedSOPClassUID
- messageIDBeingRespondedTo
- status
- IOException
DicomException
public int getGroupLength()
public String getAffectedSOPClassUID()
public int getCommandField()
public int getMessageIDBeingRespondedTo()
public int getStatus()
public byte[] getBytes()