XdsObjects Help file
XdsObjects.Enums Namespace / QueryType Enumeration



In This Topic
    QueryType Enumeration
    In This Topic
    Identifiers for the 13 pre-defined stored queries in XDS
    Syntax
    Public Enum QueryType 
       Inherits System.Enum
    Dim instance As QueryType
    public enum QueryType : System.Enum 
    public enum class QueryType : public System.Enum 
    Members
    MemberDescription
    FindDocuments List documents for a specified patient
    FindDocumentsByReferenceId List documents for a specified patient with matching referenceIdList
    FindDocumentsForMultiplePatients List documents for Multiple Patients with matching criteria
    FindFolders List Folders for a specified patient
    FindFoldersForMultiplePatients List folders for Multiple Patients with matching criteria
    FindSubmissionSets List Submission Sets for a specified patient
    GetAll Get all registry content for a patient
    GetAssociations Get collection of Associations
    GetDocumentsGet a collection of XdsObjects.XdsDocument objects
    GetDocumentsAndAssociationsGet a collection of XdsObjects.XdsDocument objects and their associations
    GetFolderAndContentsGet a collection of XdsObjects.XdsFolder objects and their associated content
    GetFoldersGet a collection of XdsObjects.XdsFolder objects
    GetFoldersForDocumentGet a collection of XdsObjects.XdsFolder objects related to a particular document
    GetRelatedDocumentsGet a collection of XdsObjects.XdsDocument objects related to a particular document
    GetSubmissionSetAndContentsGet a collection of XdsObjects.XdsSubmissionSet objects and their associated content
    GetSubmissionSetsGet a collection of XdsObjects.XdsSubmissionSet objects
    None Value not yet set, or faulty
    Patient_Independent_SubscriptionFullDocument A patient-independent full document metadata DSUB request
    Patient_Independent_SubscriptionMinimalDocument A patient-independent minimal document metadata DSUB request
    Patient_Independent_SubscriptionSubmissionSet A patient-independent DSUB SubmissionSet metadata request
    SubscriptionMinimalDocument A minimal document metadata DSUB request
    SubscriptionSubmissionSet A SubmissionSet metadata DSUB request
    SubsriptionFolder A Folder metadata DSUB request
    SubsriptionFullDocument A full document metadata DSUB request
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             XdsObjects.Enums.QueryType

    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