Class ResponseStatus

java.lang.Object
com.pixelmed.network.ResponseStatus

public class ResponseStatus extends Object
  • Field Details

    • 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
  • Constructor Details

    • ResponseStatus

      public ResponseStatus()