Modifier and Type | Field and Description |
---|---|
static int |
NO_DATASET |
private static int |
withDatasetType |
Constructor and Description |
---|
Commands() |
Modifier and Type | Method and Description |
---|---|
static int |
getWithDatasetType() |
static boolean |
hasDataset(Attributes cmd) |
static void |
incNumberOfSuboperations(int tag,
Attributes rsp) |
static void |
initNumberOfSuboperations(Attributes rsp,
int remaining) |
static Attributes |
mkCCancelRQ(int msgId) |
static Attributes |
mkCEchoRQ(int msgId,
String cuid) |
static Attributes |
mkCFindRQ(int msgId,
String cuid,
int priority) |
static Attributes |
mkCFindRSP(Attributes cmd,
int status) |
static Attributes |
mkCGetRQ(int msgId,
String cuid,
int priority) |
static Attributes |
mkCGetRSP(Attributes cmd,
int status) |
static Attributes |
mkCMoveRQ(int msgId,
String cuid,
int priority,
String destination) |
static Attributes |
mkCMoveRSP(Attributes cmd,
int status) |
static Attributes |
mkCStoreRQ(int msgId,
String cuid,
String iuid,
int priority) |
static Attributes |
mkCStoreRQ(int msgId,
String cuid,
String iuid,
int priority,
String moveOriginatorAET,
int moveOriginatorMsgId) |
static Attributes |
mkCStoreRSP(Attributes cmd,
int status) |
static Attributes |
mkEchoRSP(Attributes cmd,
int status) |
static Attributes |
mkNActionRQ(int msgId,
String cuid,
String iuid,
int actionTypeID,
Attributes data) |
static Attributes |
mkNActionRSP(Attributes cmd,
int status) |
static Attributes |
mkNCreateRQ(int msgId,
String cuid,
String iuid) |
static Attributes |
mkNCreateRSP(Attributes cmd,
int status) |
static Attributes |
mkNDeleteRQ(int msgId,
String cuid,
String iuid) |
static Attributes |
mkNDeleteRSP(Attributes cmd,
int status) |
static Attributes |
mkNEventReportRQ(int msgId,
String cuid,
String iuid,
int eventTypeID,
Attributes data) |
static Attributes |
mkNEventReportRSP(Attributes cmd,
int status) |
static Attributes |
mkNGetRQ(int msgId,
String cuid,
String iuid,
int[] tags) |
static Attributes |
mkNGetRSP(Attributes cmd,
int status) |
static Attributes |
mkNSetRQ(int msgId,
String cuid,
String iuid) |
static Attributes |
mkNSetRSP(Attributes cmd,
int status) |
private static Attributes |
mkRQ(int msgId,
int cmdField,
int datasetType) |
static Attributes |
mkRSP(Attributes rq,
int status,
Dimse rqCmd) |
static void |
setWithDatasetType(int withDatasetType) |
public static final int NO_DATASET
private static int withDatasetType
public Commands()
public static Attributes mkCStoreRQ(int msgId, String cuid, String iuid, int priority)
public static Attributes mkCStoreRQ(int msgId, String cuid, String iuid, int priority, String moveOriginatorAET, int moveOriginatorMsgId)
public static Attributes mkCStoreRSP(Attributes cmd, int status)
public static Attributes mkCFindRQ(int msgId, String cuid, int priority)
public static Attributes mkCFindRSP(Attributes cmd, int status)
public static Attributes mkCGetRQ(int msgId, String cuid, int priority)
public static Attributes mkCGetRSP(Attributes cmd, int status)
public static Attributes mkCMoveRQ(int msgId, String cuid, int priority, String destination)
public static Attributes mkCMoveRSP(Attributes cmd, int status)
public static Attributes mkCCancelRQ(int msgId)
public static Attributes mkCEchoRQ(int msgId, String cuid)
public static Attributes mkEchoRSP(Attributes cmd, int status)
public static Attributes mkNEventReportRQ(int msgId, String cuid, String iuid, int eventTypeID, Attributes data)
public static Attributes mkNEventReportRSP(Attributes cmd, int status)
public static Attributes mkNGetRQ(int msgId, String cuid, String iuid, int[] tags)
public static Attributes mkNGetRSP(Attributes cmd, int status)
public static Attributes mkNSetRQ(int msgId, String cuid, String iuid)
public static Attributes mkNSetRSP(Attributes cmd, int status)
public static Attributes mkNActionRQ(int msgId, String cuid, String iuid, int actionTypeID, Attributes data)
public static Attributes mkNActionRSP(Attributes cmd, int status)
public static Attributes mkNCreateRQ(int msgId, String cuid, String iuid)
public static Attributes mkNCreateRSP(Attributes cmd, int status)
public static Attributes mkNDeleteRQ(int msgId, String cuid, String iuid)
public static Attributes mkNDeleteRSP(Attributes cmd, int status)
private static Attributes mkRQ(int msgId, int cmdField, int datasetType)
public static Attributes mkRSP(Attributes rq, int status, Dimse rqCmd)
public static void initNumberOfSuboperations(Attributes rsp, int remaining)
public static void incNumberOfSuboperations(int tag, Attributes rsp)
public static int getWithDatasetType()
public static void setWithDatasetType(int withDatasetType)
public static boolean hasDataset(Attributes cmd)
Copyright © 2017 dcm4che.org. All rights reserved.