Package com.pixelmed.network
Class ResponseStatus
- java.lang.Object
-
- com.pixelmed.network.ResponseStatus
-
public class ResponseStatus extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intIdentifierDoesNotMatchSOPClassstatic intMatchesAreContinuingOptionalKeysNotSupportedstatic intMatchesAreContinuingOptionalKeysSupportedstatic intMatchingTerminatedDueToCancelIndicationstatic intRefusedMoveDestinationUnknownstatic intRefusedOutOfResourcesUnableToCalculateNumberOfMatchesstatic intRefusedOutOfResourcesUnableToPerformSubOperationsstatic intSubOperationsAreContinuingstatic intSubOperationsCompleteNoFailuresstatic intSubOperationsCompleteOneOrMoreFailuresstatic intSubOperationsTerminatedDueToCancelIndicationstatic intSuccessstatic intUnableToProcess
-
Constructor Summary
Constructors Constructor Description ResponseStatus()
-
-
-
Field Detail
-
Success
public static int Success
-
RefusedOutOfResourcesUnableToCalculateNumberOfMatches
public static int RefusedOutOfResourcesUnableToCalculateNumberOfMatches
-
RefusedOutOfResourcesUnableToPerformSubOperations
public static int RefusedOutOfResourcesUnableToPerformSubOperations
-
RefusedMoveDestinationUnknown
public static int RefusedMoveDestinationUnknown
-
IdentifierDoesNotMatchSOPClass
public static int IdentifierDoesNotMatchSOPClass
-
UnableToProcess
public static int UnableToProcess
-
SubOperationsTerminatedDueToCancelIndication
public static int SubOperationsTerminatedDueToCancelIndication
-
MatchingTerminatedDueToCancelIndication
public static int MatchingTerminatedDueToCancelIndication
-
SubOperationsCompleteOneOrMoreFailures
public static int SubOperationsCompleteOneOrMoreFailures
-
SubOperationsCompleteNoFailures
public static int SubOperationsCompleteNoFailures
-
SubOperationsAreContinuing
public static int SubOperationsAreContinuing
-
MatchesAreContinuingOptionalKeysSupported
public static int MatchesAreContinuingOptionalKeysSupported
-
MatchesAreContinuingOptionalKeysNotSupported
public static int MatchesAreContinuingOptionalKeysNotSupported
-
-