Class Iti81ResourceProvider
java.lang.Object
org.openehealth.ipf.commons.ihe.fhir.FhirProvider
org.openehealth.ipf.commons.ihe.fhir.AbstractPlainProvider
org.openehealth.ipf.commons.ihe.fhir.iti81.Iti81ResourceProvider
- All Implemented Interfaces:
Serializable
According to the Restful ATNA specification, this resource provider must handle requests in the form
GET [base]/AuditEvent?date=>start-time&date=&{&_format=[mime-type]}
- Since:
- 3.6
- Author:
- Christian Ohr
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionauditSearch
(DateRangeParam interval, StringAndListParam address, ReferenceParam agent, TokenAndListParam patientId, ReferenceParam entity, TokenAndListParam entityType, TokenAndListParam entityRole, ReferenceParam source, TokenAndListParam type, TokenAndListParam subtype, TokenAndListParam outcome, TokenAndListParam altid, SortSpec sortSpec, Set<Include> includeSpec, RequestDetails requestDetails, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) Methods inherited from class org.openehealth.ipf.commons.ihe.fhir.AbstractPlainProvider
getFhirContext, getRequestConsumer, requestAction, requestBundle, requestBundleProvider, requestResource, setConsumer, unsetConsumer
Methods inherited from class org.openehealth.ipf.commons.ihe.fhir.FhirProvider
enrichParameters, requiresDeregistration, requiresRegistration
-
Constructor Details
-
Iti81ResourceProvider
public Iti81ResourceProvider()
-
-
Method Details
-
auditSearch
public IBundleProvider auditSearch(DateRangeParam interval, StringAndListParam address, ReferenceParam agent, TokenAndListParam patientId, ReferenceParam entity, TokenAndListParam entityType, TokenAndListParam entityRole, ReferenceParam source, TokenAndListParam type, TokenAndListParam subtype, TokenAndListParam outcome, TokenAndListParam altid, SortSpec sortSpec, Set<Include> includeSpec, RequestDetails requestDetails, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
-