Modifier and Type | Field and Description |
---|---|
static int |
AttributeListError
Warning: attribute list error (107H): one or more Attribute Values were
not read/modified/created because the specified Attribute was not recognized.
|
static int |
AttributeValueOutOfRange
Warning: attribute value out of range (116H): the Attribute Value
specified was out of range or otherwise inappropriate.
|
static int |
Cancel |
static int |
CannotUnderstand |
static int |
ClassInstanceConflict
Failure: class-instance conflict (119H): the specified SOP Instance is
not a member of the specified SOP class.
|
static int |
CoercionOfDataElements |
static int |
DataSetDoesNotMatchSOPClassError |
static int |
DataSetDoesNotMatchSOPClassWarning |
static int |
DuplicateInvocation
Failure: duplicate invocation (210H): the Message ID (0000,0110)
specified is allocated to another notification or operation.
|
static int |
DuplicateSOPinstance
Failure: duplicate SOP Instance (111H): the new managed SOP Instance
Value supplied by the invoking DIMSE-service-user was already registered
for a managed SOP Instance of the specified SOP Class.
|
static int |
ElementsDiscarded |
static int |
IdentifierDoesNotMatchSOPClass |
static int |
InvalidArgumentValue
Failure: invalid argument value (115H): the event/action information
value specified was out of range or otherwise inappropriate.
|
static int |
InvalidAttributeValue
Failure: invalid attribute value (106H): the Attribute Value specified
was out of range or otherwise inappropriate.
|
static int |
InvalidObjectInstance
Failure: invalid SOP Instance (117H): the SOP Instance UID specified
implied a violation of the UID construction rules.
|
static int |
MissingAttribute
Failure: missing Attribute (120H): a required Attribute was not
supplied.
|
static int |
MissingAttributeValue
Failure: missing Attribute Value (121H): a required Attribute Value was
not supplied and a default value was not available.
|
static int |
MistypedArgument
Failure: mistyped argument (212H): one of the parameters supplied has
not been agreed for use on the Association between the DIMSE-service-users.
|
static int |
MoveDestinationUnknown |
static int |
NoSuchActionType
Failure: no such action type (123H): the action type specified was not
supported.
|
static int |
NoSuchArgument
Failure: no such argument (114H): the event/action information specified
was not recognized/supported.
|
static int |
NoSuchAttribute
Failure: no such attribute (105H): the Tag for the specified Attribute
was not recognized.
|
static int |
NoSuchEventType
Failure: no such event type (113H): the event type specified was not
recognized.
|
static int |
NoSuchObjectInstance
Failure: no such SOP Instance (112H): the SOP Instance was not recognized.
|
static int |
NoSuchSOPclass
Failure: no such SOP class (118H): the SOP Class was not recognized.
|
static int |
NotAuthorized
Refused: not authorized (124H): the DIMSE-service-user was not
authorized to invoke the operation.
|
static int |
OneOrMoreFailures |
static int |
OutOfResources |
static int |
Pending |
static int |
PendingWarning |
static int |
ProcessingFailure
Failure: processing failure (110H): a general failure in processing the
operation was encountered.
|
static int |
ResourceLimitation
Failure: resource limitation (213H): the operation was not performed due
to resource limitation.
|
static int |
SOPclassNotSupported
Refused: SOP Class Not Supported (112H).
|
static int |
Success |
static int |
UnableToCalculateNumberOfMatches |
static int |
UnableToPerformSubOperations |
static int |
UnableToProcess |
static int |
UnrecognizedOperation
Failure: unrecognized operation (211H): the operation is not one of
those agreed between the DIMSE-service-users.
|
Constructor and Description |
---|
Status() |
public static final int Success
public static final int Pending
public static final int PendingWarning
public static final int Cancel
public static final int NoSuchAttribute
public static final int InvalidAttributeValue
public static final int AttributeListError
public static final int ProcessingFailure
public static final int DuplicateSOPinstance
public static final int NoSuchObjectInstance
public static final int NoSuchEventType
public static final int NoSuchArgument
public static final int InvalidArgumentValue
public static final int AttributeValueOutOfRange
public static final int InvalidObjectInstance
public static final int NoSuchSOPclass
public static final int ClassInstanceConflict
public static final int MissingAttribute
public static final int MissingAttributeValue
public static final int SOPclassNotSupported
public static final int NoSuchActionType
public static final int NotAuthorized
public static final int DuplicateInvocation
public static final int UnrecognizedOperation
public static final int MistypedArgument
public static final int ResourceLimitation
public static final int OutOfResources
public static final int UnableToCalculateNumberOfMatches
public static final int UnableToPerformSubOperations
public static final int MoveDestinationUnknown
public static final int IdentifierDoesNotMatchSOPClass
public static final int DataSetDoesNotMatchSOPClassError
public static final int OneOrMoreFailures
public static final int CoercionOfDataElements
public static final int ElementsDiscarded
public static final int DataSetDoesNotMatchSOPClassWarning
public static final int UnableToProcess
public static final int CannotUnderstand
public Status()
public static boolean isPending(int status)
Copyright © 2017 dcm4che.org. All rights reserved.