XdsObjects Help file
XdsObjects.Enums Namespace / XdsErrorCode Enumeration



In This Topic
    XdsErrorCode Enumeration
    In This Topic
    Error codes as defined by the IHE technical framework
    Syntax
    Public Enum XdsErrorCode 
       Inherits System.Enum
    Dim instance As XdsErrorCode
    public enum XdsErrorCode : System.Enum 
    public enum class XdsErrorCode : public System.Enum 
    Members
    MemberDescription
    BadErrorCode BadErrorCode is a placeholder for incorrect codes
    GeneralException This is put into the list for copmatibility with the NIST server, which can sometimes generate this error
    XDSDocumentUniqueIdError Invalid or unknown Document UniqueId
    XDSDuplicateUniqueIdInRegistry Duplicate UniqueId found in the Registry
    XDSExtraMetadataNotSaved Private slot data was present, which has not been saved.
    XDSMissingDocument Document does not exist
    XDSMissingDocumentMetadata Document metadata does not exist
    XDSNonIdenticalHash Has does not match
    XDSNonIdenticalSize Size does not match
    XDSPatientIdDoesNotMatch Inconsistent Patient IDs
    XDSRegistryBusy Registry is Busy
    XDSRegistryDeprecatedDocumentError Attempt to perform invalid operation on a document which has a status of Deprecated
    XDSRegistryDuplicateUniqueIdInMessage Duplicate UniqueId found in the Message
    XDSRegistryError Unspecified Registry error
    XDSRegistryMetadataError Error in the Registry Metadata
    XDSRegistryNotAvailable Registry cannot be contacted
    XDSRegistryOutOfResources Registry is out of resources
    XDSRepositoryError Unspecified Repository error
    XDSRepositoryMetadataError Error in the Repository Metadata
    XDSResultNotSinglePatient All requested DocumentEntry objects to be returned does not contain the same Patient ID
    XDSSqlError Internal SQL Error
    XDSStoredQueryMissingParam Missing Query Parameter(s)
    XDSStoredQueryParamNumber Incorrect Number of Query Parameter(s)
    XDSTooManyResults To many results. In many cases this can be avoided by using an ObjectRef rather than a LeafClass query
    XDSUnknownCommunity Unknown HomeCommunityId value
    XDSUnknownPatientId The Patient Id is unknown to the registry
    XDSUnknownRepositoryId Repository Id is unknown
    XDSUnknownStoredQuery Unknown Query Type
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             XdsObjects.Enums.XdsErrorCode

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also