Package org.aoju.bus.image.metric
Class Commands
java.lang.Object
org.aoju.bus.image.metric.Commands
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intstatic booleanhasDataset(Attributes cmd) static voidincNumberOfSuboperations(int tag, Attributes rsp) static voidinitNumberOfSuboperations(Attributes rsp, int remaining) static AttributesmkCCancelRQ(int msgId) static Attributesstatic Attributesstatic AttributesmkCFindRSP(Attributes cmd, int status) static Attributesstatic AttributesmkCGetRSP(Attributes cmd, int status) static Attributesstatic AttributesmkCMoveRSP(Attributes cmd, int status) static AttributesmkCStoreRQ(int msgId, String cuid, String iuid, int priority) static AttributesmkCStoreRQ(int msgId, String cuid, String iuid, int priority, String moveOriginatorAET, int moveOriginatorMsgId) static AttributesmkCStoreRSP(Attributes cmd, int status) static AttributesmkEchoRSP(Attributes cmd, int status) static AttributesmkNActionRQ(int msgId, String cuid, String iuid, int actionTypeID, Attributes data) static AttributesmkNActionRSP(Attributes cmd, int status) static AttributesmkNCreateRQ(int msgId, String cuid, String iuid) static AttributesmkNCreateRSP(Attributes cmd, int status) static AttributesmkNDeleteRQ(int msgId, String cuid, String iuid) static AttributesmkNDeleteRSP(Attributes cmd, int status) static AttributesmkNEventReportRQ(int msgId, String cuid, String iuid, int eventTypeID, Attributes data) static AttributesmkNEventReportRSP(Attributes cmd, int status) static Attributesstatic AttributesmkNGetRSP(Attributes cmd, int status) static Attributesstatic AttributesmkNSetRSP(Attributes cmd, int status) static AttributesmkRSP(Attributes rq, int status, Dimse rqCmd) static voidsetWithDatasetType(int withDatasetType)
-
Field Details
-
NO_DATASET
public static final int NO_DATASET- See Also:
-
-
Constructor Details
-
Commands
public Commands()
-
-
Method Details
-
mkCStoreRQ
-
mkCStoreRQ
public static Attributes mkCStoreRQ(int msgId, String cuid, String iuid, int priority, String moveOriginatorAET, int moveOriginatorMsgId) -
mkCStoreRSP
-
mkCFindRQ
-
mkCFindRSP
-
mkCGetRQ
-
mkCGetRSP
-
mkCMoveRQ
-
mkCMoveRSP
-
mkCCancelRQ
-
mkCEchoRQ
-
mkEchoRSP
-
mkNEventReportRQ
public static Attributes mkNEventReportRQ(int msgId, String cuid, String iuid, int eventTypeID, Attributes data) -
mkNEventReportRSP
-
mkNGetRQ
-
mkNGetRSP
-
mkNSetRQ
-
mkNSetRSP
-
mkNActionRQ
public static Attributes mkNActionRQ(int msgId, String cuid, String iuid, int actionTypeID, Attributes data) -
mkNActionRSP
-
mkNCreateRQ
-
mkNCreateRSP
-
mkNDeleteRQ
-
mkNDeleteRSP
-
mkRSP
-
initNumberOfSuboperations
-
incNumberOfSuboperations
-
getWithDatasetType
public static int getWithDatasetType() -
setWithDatasetType
public static void setWithDatasetType(int withDatasetType) -
hasDataset
-