|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ohf.ihe.xds.consumer.storedquery.StoredQuery
org.eclipse.ohf.ihe.xds.consumer.storedquery.GetDocumentsQuery
public class GetDocumentsQuery
Represents the Stored Query version of the GetDocuments query of the Minimum Query Catalog. Used to support the IHE XDS Consumer actor in Transaction ITI-18: Registry Stored Query
| Constructor Summary | |
|---|---|
GetDocumentsQuery(java.lang.String[] docIDs,
boolean isUUID)
Constructor. |
|
| Method Summary |
|---|
| Methods inherited from class org.eclipse.ohf.ihe.xds.consumer.storedquery.StoredQuery |
|---|
getQueryParameters, getQueryUUID |
| 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 MalformedStoredQueryException
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
MalformedStoredQueryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||