LEADTOOLS Medical (Leadtools.Dicom.Scu assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
InstanceAvailability Enumeration
See Also  
Leadtools.Dicom.Scu.Common Namespace : InstanceAvailability Enumeration




The availability of the referenced Instance

Syntax

Visual Basic (Declaration) 
Public Enum InstanceAvailability 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As InstanceAvailability
C# 
public enum InstanceAvailability : System.Enum, IComparableIConvertibleIFormattable  
Managed Extensions for C++ 
__value public enum InstanceAvailability : public System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class InstanceAvailability : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
NearlineInstances need to be retrieved from relatively slow media such as optical disk or tape. If a C-MOVE were to be requested from the Retrieve AE Title (0008,0054), it would succeed, but may take a considerable time'
NotProvidedValue not provided.
OfflineA manual intervention is needed before the instances may be retrieved. If a C-MOVE were to be requested from the Retrieve AE Title (0008,0054), it would fail (e.g., by timeout) without such manual intervention.
OnlineInstances are immediately available from the Retrieve AE Title (0008,0054), and if a C-MOVE were to be requested, it would succeed in a reasonably short time.
UnavailableInstances cannot be retrieved from the Retrieve AE Title (0008,0054). If a C-MOVE were to be requested, it would fail. Note that SOP Instances that are unavailable from this AE may be available from other AEs, or may have an alternate representation that is available from this AE.

Example

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.Scu.Common.InstanceAvailability

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Dicom.Scu requires a Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features