|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ohf.ihe.xds.consumer.query.Query
org.eclipse.ohf.ihe.xds.consumer.query.GetDocumentsQuery
public class GetDocumentsQuery
Represents the GetDocuments query of the Minimum Query Catalog. Used to support the IHE XDS Consumer actor in Transaction ITI-16: Query Registry
| 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 |
|---|
public GetDocumentsQuery(java.lang.String[] docIDs,
boolean isUUID)
throws MalformedQueryException
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
MalformedQueryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||