Visual Basic (Declaration) | |
---|---|
Public Enum InstanceAvailability Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum InstanceAvailability : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum InstanceAvailability : public Enum |
C++/CLI | |
---|---|
public enum class InstanceAvailability : public Enum |
Member | Description |
---|---|
NotProvided | Value not provided. |
Online | Instances 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. |
Nearline | Instances 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' |
Offline | A 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. |
Unavailable | Instances 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. |
For an example refer to QueryRetrieveScu.Find(DicomScp, FindQuery,bool,string).
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.Scu.Common.InstanceAvailability
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family