org.eclipse.ohf.ihe.xds.consumer.query
Class GetDocumentsQuery

java.lang.Object
  extended by org.eclipse.ohf.ihe.xds.consumer.query.Query
      extended by org.eclipse.ohf.ihe.xds.consumer.query.GetDocumentsQuery

public class GetDocumentsQuery
extends Query

Represents the GetDocuments query of the Minimum Query Catalog. Used to support the IHE XDS Consumer actor in Transaction ITI-16: Query Registry

Author:
Sarah Knoop
See Also:
IHE Technical Framework

Constructor Summary
GetDocumentsQuery(java.lang.String[] docIDs, boolean isUUID)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetDocumentsQuery

public GetDocumentsQuery(java.lang.String[] docIDs,
                         boolean isUUID)
                  throws MalformedQueryException
Constructor.

Parameters:
docIDs - list of ids of the documents (either uniqueId or entryUUID)
isUUID - set to true if docID is the entryUUID (internal registry identifier) of the document and set to false if it is the uniqueID (external to registry) of the document. In most user cases, this should be set to false
Throws:
MalformedQueryException