Class XdsRegistryStoredFindDocumentsQuery

java.lang.Object
org.projecthusky.communication.requests.xds.XdsRegistryStoredFindDocumentsQuery
Direct Known Subclasses:
XdsFindFoldersStoredQuery

public class XdsRegistryStoredFindDocumentsQuery extends Object
This class is designed to contain all possible search parameters for finding a document with the webservice. Paramerers are optional (except patientID and destination), only those which are set will be used by the webservice.
The patient Identificator is required. Possible parameters to search Documents by are:
  • Availability status
  • Type code
  • Class code
  • Format code
  • Practice setting code
  • Healthcare facility code
  • Confidentiality code
  • Datetime range code
  • Author
Author:
szalai
See Also:
  • RegistryStoredFindDocumentsQueryTest
  • Constructor Details

    • XdsRegistryStoredFindDocumentsQuery

      public XdsRegistryStoredFindDocumentsQuery()
  • Method Details

    • getIpfQuery

      public org.openehealth.ipf.commons.ihe.xds.core.requests.query.StoredQuery getIpfQuery()