Public Enum QueryType Inherits System.Enum
Dim instance As QueryType
public enum QueryType : System.Enum
public enum class QueryType : public System.Enum
Public Enum QueryType Inherits System.Enum
Dim instance As QueryType
public enum QueryType : System.Enum
public enum class QueryType : public System.Enum
Member | Description |
---|---|
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 |
GetDocuments | Get a collection of XdsObjects.XdsDocument objects |
GetDocumentsAndAssociations | Get a collection of XdsObjects.XdsDocument objects and their associations |
GetFolderAndContents | Get a collection of XdsObjects.XdsFolder objects and their associated content |
GetFolders | Get a collection of XdsObjects.XdsFolder objects |
GetFoldersForDocument | Get a collection of XdsObjects.XdsFolder objects related to a particular document |
GetRelatedDocuments | Get a collection of XdsObjects.XdsDocument objects related to a particular document |
GetSubmissionSetAndContents | Get a collection of XdsObjects.XdsSubmissionSet objects and their associated content |
GetSubmissionSets | Get 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 |
System.Object
System.ValueType
System.Enum
XdsObjects.Enums.QueryType
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