org.dcm4che.dict
Class Status

java.lang.Object
  extended by org.dcm4che.dict.Status

public class Status
extends java.lang.Object

Provides tag constants.

Version:
1.0.3
Author:
gunter zeilinger

Field Summary
static int AttributeListError
          Warning: Attribute list error
static int AttributeValueOutOfRange
          Warning: Attribute Value Out of Range
static int Cancel
          Cancel: Cancel
static int CancellationDeniedForUnspecifiedReason
          MediaCreationManagement Failure: Cancellation denied for unspecified reason
static int CannotUnderstand
          Storage Failure: Cannot understand
static int ClassInstanceConflict
          Failure: Class-instance conflict
static int CoercionOfDataElements
          Storage Warning: Coercion of Data Elements
static int CombinedImageLargerThanImageBox
          PrintManagement Failure: Combined Print Image size is larger than the Image Box size
static int DataSetDoesNotMatchSOPClassError
          Storage Failure: Data Set does not match SOP Class (Error)
static int DataSetDoesNotMatchSOPClassWarning
          Storage Warning: Data Set does not match SOP Class (Warning)
static int DuplicateInitiateMediaCreation
          MediaCreationManagement Failure: Refused because an Initiate Media Creation action has already been received for this SOP Instance
static int DuplicateInvocation
          Failure: Duplicate invocation
static int DuplicateSOPInstance
          Failure: Duplicate SOP instance
static int ElementsDiscarded
          Storage Warning: Elements Discarded
static int ExistingFilmBoxNotPrinted
          PrintManagement Failure: There is an existing film box that has not been printed and N-ACTION at the Film Session level is not supported.
static int FilmBoxEmptyPage
          PrintManagement Warning: Film box SOP instance hierarchy does not contain image box SOP instances (empty page)
static int FilmSessionEmpty
          PrintManagement Failure: Film session SOP instance hierarchy does not contain film box SOP instances
static int FilmSessionEmptyPage
          PrintManagement Warning: Film session SOP instance hierarchy does not contain image box SOP instances (empty page)
static int FilmSessionPrintingNotSupported
          PrintManagement Warning: Film session printing (collation) is not supported
static int IdentifierDoesNotMatchSOPClass
          QueryRetrieve Failure: Identifier does not match SOP Class
static int ImageCropped
          PrintManagement Warning: Image size is larger than the image box size, the Image has been cropped to fit
static int ImageDecimated
          PrintManagement Warning: Image size or combined print image size is larger than the image box size, image or combined print image has been decimated to fit
static int ImageDemagnified
          PrintManagement Warning: Image size is larger than image box size, the image has been demagnified
static int ImageLargerThanImageBox
          PrintManagement Failure: Image size is larger than image box size
static int InsufficientMemoryInPrinter
          PrintManagement Failure: Insufficient memory in printer to store the image
static int InvalidArgumentValue
          Failure: Invalid argument value
static int InvalidAttributeValue
          Failure: Invalid attribute value
static int InvalidObjectInstance
          Failure: Invalid object instance
static int MediaCreationRequestAlreadyCompleted
          MediaCreationManagement Failure: Media creation request already completed
static int MediaCreationRequestAlreadyInProgress
          MediaCreationManagement Failure: Media creation request already in progress and cannot be interrupted
static int MemoryAllocationNotSupported
          PrintManagement Warning: Memory allocation not supported
static int MinMaxDensityOutOfRange
          PrintManagement Warning: Requested min density or max density outside of printer's operating range
static int MissingAttribute
          Failure: Missing attribute
static int MissingAttributeValue
          Failure: Missing attribute value
static int MistypedArgument
          Failure: Mistyped argument
static int MoveDestinationUnknown
          QueryRetrieve Failure: Move Destination unknown
static int NoSuchActionType
          Failure: No such action type
static int NoSuchArgument
          Failure: No such argument
static int NoSuchAttribute
          Failure: No such attribute
static int NoSuchEventType
          Failure: No such event type
static int NoSuchObjectInstance
          Failure: No Such object instance
static int NoSuchSOPClass
          Failure: No Such SOP class
static int OptionalKeysNotSupported
          QueryRetrieve Pending: Optional Keys Not Supported
static int OutOfResources
          QueryRetrieve Failure: Out of Resources
static int Pending
          Pending: Pending
static int PrintQueueFull
          PrintManagement Failure: Unable to create Print Job SOP Instance; print queue is full
static int ProcessingFailure
          Failure: Processing failure
static int ResourceLimitation
          Failure: Resource limitation
static int SOPClassNotSupported
          Failure: Refused: SOP class not supported
static int StorageOutOfResources
          Storage Failure: Out of Resources
static int SubOpsOneOrMoreFailures
          QueryRetrieve Warning: Sub-operations Complete - One or more Failures
static int Success
          Success: Success
static int UnableToCalculateNumberOfMatches
          QueryRetrieve Failure: Unable to calculate number of matches
static int UnableToPerformSuboperations
          QueryRetrieve Failure: Unable to perform suboperations
static int UnableToProcess
          QueryRetrieve Failure: Unable to process
static int UnrecognizedOperation
          Failure: Unrecognized operation
 
Method Summary
static int forName(java.lang.String name)
           
static java.lang.String toString(int status)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Success

public static final int Success
Success: Success

See Also:
Constant Field Values

Cancel

public static final int Cancel
Cancel: Cancel

See Also:
Constant Field Values

Pending

public static final int Pending
Pending: Pending

See Also:
Constant Field Values

AttributeListError

public static final int AttributeListError
Warning: Attribute list error

See Also:
Constant Field Values

AttributeValueOutOfRange

public static final int AttributeValueOutOfRange
Warning: Attribute Value Out of Range

See Also:
Constant Field Values

SOPClassNotSupported

public static final int SOPClassNotSupported
Failure: Refused: SOP class not supported

See Also:
Constant Field Values

ClassInstanceConflict

public static final int ClassInstanceConflict
Failure: Class-instance conflict

See Also:
Constant Field Values

DuplicateSOPInstance

public static final int DuplicateSOPInstance
Failure: Duplicate SOP instance

See Also:
Constant Field Values

DuplicateInvocation

public static final int DuplicateInvocation
Failure: Duplicate invocation

See Also:
Constant Field Values

InvalidArgumentValue

public static final int InvalidArgumentValue
Failure: Invalid argument value

See Also:
Constant Field Values

InvalidAttributeValue

public static final int InvalidAttributeValue
Failure: Invalid attribute value

See Also:
Constant Field Values

InvalidObjectInstance

public static final int InvalidObjectInstance
Failure: Invalid object instance

See Also:
Constant Field Values

MissingAttribute

public static final int MissingAttribute
Failure: Missing attribute

See Also:
Constant Field Values

MissingAttributeValue

public static final int MissingAttributeValue
Failure: Missing attribute value

See Also:
Constant Field Values

MistypedArgument

public static final int MistypedArgument
Failure: Mistyped argument

See Also:
Constant Field Values

NoSuchArgument

public static final int NoSuchArgument
Failure: No such argument

See Also:
Constant Field Values

NoSuchAttribute

public static final int NoSuchAttribute
Failure: No such attribute

See Also:
Constant Field Values

NoSuchEventType

public static final int NoSuchEventType
Failure: No such event type

See Also:
Constant Field Values

NoSuchObjectInstance

public static final int NoSuchObjectInstance
Failure: No Such object instance

See Also:
Constant Field Values

NoSuchSOPClass

public static final int NoSuchSOPClass
Failure: No Such SOP class

See Also:
Constant Field Values

ProcessingFailure

public static final int ProcessingFailure
Failure: Processing failure

See Also:
Constant Field Values

ResourceLimitation

public static final int ResourceLimitation
Failure: Resource limitation

See Also:
Constant Field Values

UnrecognizedOperation

public static final int UnrecognizedOperation
Failure: Unrecognized operation

See Also:
Constant Field Values

NoSuchActionType

public static final int NoSuchActionType
Failure: No such action type

See Also:
Constant Field Values

StorageOutOfResources

public static final int StorageOutOfResources
Storage Failure: Out of Resources

See Also:
Constant Field Values

DataSetDoesNotMatchSOPClassError

public static final int DataSetDoesNotMatchSOPClassError
Storage Failure: Data Set does not match SOP Class (Error)

See Also:
Constant Field Values

CannotUnderstand

public static final int CannotUnderstand
Storage Failure: Cannot understand

See Also:
Constant Field Values

CoercionOfDataElements

public static final int CoercionOfDataElements
Storage Warning: Coercion of Data Elements

See Also:
Constant Field Values

DataSetDoesNotMatchSOPClassWarning

public static final int DataSetDoesNotMatchSOPClassWarning
Storage Warning: Data Set does not match SOP Class (Warning)

See Also:
Constant Field Values

ElementsDiscarded

public static final int ElementsDiscarded
Storage Warning: Elements Discarded

See Also:
Constant Field Values

OutOfResources

public static final int OutOfResources
QueryRetrieve Failure: Out of Resources

See Also:
Constant Field Values

UnableToCalculateNumberOfMatches

public static final int UnableToCalculateNumberOfMatches
QueryRetrieve Failure: Unable to calculate number of matches

See Also:
Constant Field Values

UnableToPerformSuboperations

public static final int UnableToPerformSuboperations
QueryRetrieve Failure: Unable to perform suboperations

See Also:
Constant Field Values

MoveDestinationUnknown

public static final int MoveDestinationUnknown
QueryRetrieve Failure: Move Destination unknown

See Also:
Constant Field Values

IdentifierDoesNotMatchSOPClass

public static final int IdentifierDoesNotMatchSOPClass
QueryRetrieve Failure: Identifier does not match SOP Class

See Also:
Constant Field Values

UnableToProcess

public static final int UnableToProcess
QueryRetrieve Failure: Unable to process

See Also:
Constant Field Values

OptionalKeysNotSupported

public static final int OptionalKeysNotSupported
QueryRetrieve Pending: Optional Keys Not Supported

See Also:
Constant Field Values

SubOpsOneOrMoreFailures

public static final int SubOpsOneOrMoreFailures
QueryRetrieve Warning: Sub-operations Complete - One or more Failures

See Also:
Constant Field Values

MemoryAllocationNotSupported

public static final int MemoryAllocationNotSupported
PrintManagement Warning: Memory allocation not supported

See Also:
Constant Field Values

FilmSessionPrintingNotSupported

public static final int FilmSessionPrintingNotSupported
PrintManagement Warning: Film session printing (collation) is not supported

See Also:
Constant Field Values

FilmSessionEmptyPage

public static final int FilmSessionEmptyPage
PrintManagement Warning: Film session SOP instance hierarchy does not contain image box SOP instances (empty page)

See Also:
Constant Field Values

FilmBoxEmptyPage

public static final int FilmBoxEmptyPage
PrintManagement Warning: Film box SOP instance hierarchy does not contain image box SOP instances (empty page)

See Also:
Constant Field Values

ImageDemagnified

public static final int ImageDemagnified
PrintManagement Warning: Image size is larger than image box size, the image has been demagnified

See Also:
Constant Field Values

MinMaxDensityOutOfRange

public static final int MinMaxDensityOutOfRange
PrintManagement Warning: Requested min density or max density outside of printer's operating range

See Also:
Constant Field Values

ImageCropped

public static final int ImageCropped
PrintManagement Warning: Image size is larger than the image box size, the Image has been cropped to fit

See Also:
Constant Field Values

ImageDecimated

public static final int ImageDecimated
PrintManagement Warning: Image size or combined print image size is larger than the image box size, image or combined print image has been decimated to fit

See Also:
Constant Field Values

FilmSessionEmpty

public static final int FilmSessionEmpty
PrintManagement Failure: Film session SOP instance hierarchy does not contain film box SOP instances

See Also:
Constant Field Values

PrintQueueFull

public static final int PrintQueueFull
PrintManagement Failure: Unable to create Print Job SOP Instance; print queue is full

See Also:
Constant Field Values

ImageLargerThanImageBox

public static final int ImageLargerThanImageBox
PrintManagement Failure: Image size is larger than image box size

See Also:
Constant Field Values

InsufficientMemoryInPrinter

public static final int InsufficientMemoryInPrinter
PrintManagement Failure: Insufficient memory in printer to store the image

See Also:
Constant Field Values

CombinedImageLargerThanImageBox

public static final int CombinedImageLargerThanImageBox
PrintManagement Failure: Combined Print Image size is larger than the Image Box size

See Also:
Constant Field Values

ExistingFilmBoxNotPrinted

public static final int ExistingFilmBoxNotPrinted
PrintManagement Failure: There is an existing film box that has not been printed and N-ACTION at the Film Session level is not supported.

See Also:
Constant Field Values

DuplicateInitiateMediaCreation

public static final int DuplicateInitiateMediaCreation
MediaCreationManagement Failure: Refused because an Initiate Media Creation action has already been received for this SOP Instance

See Also:
Constant Field Values

MediaCreationRequestAlreadyCompleted

public static final int MediaCreationRequestAlreadyCompleted
MediaCreationManagement Failure: Media creation request already completed

See Also:
Constant Field Values

MediaCreationRequestAlreadyInProgress

public static final int MediaCreationRequestAlreadyInProgress
MediaCreationManagement Failure: Media creation request already in progress and cannot be interrupted

See Also:
Constant Field Values

CancellationDeniedForUnspecifiedReason

public static final int CancellationDeniedForUnspecifiedReason
MediaCreationManagement Failure: Cancellation denied for unspecified reason

See Also:
Constant Field Values
Method Detail

forName

public static final int forName(java.lang.String name)

toString

public static java.lang.String toString(int status)