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
public class Iti81ResourceProvider extends AbstractPlainProvider
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.1
- Author:
- Christian Ohr
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Iti81ResourceProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IBundleProvider
auditSearch(DateRangeParam interval, StringAndListParam address, TokenAndListParam patientId, TokenAndListParam entityId, TokenAndListParam entityType, TokenAndListParam entityRole, StringAndListParam source, TokenAndListParam type, StringAndListParam user, TokenAndListParam subtype, TokenAndListParam outcome, 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
-
-
-
-
Method Detail
-
auditSearch
public IBundleProvider auditSearch(DateRangeParam interval, StringAndListParam address, TokenAndListParam patientId, TokenAndListParam entityId, TokenAndListParam entityType, TokenAndListParam entityRole, StringAndListParam source, TokenAndListParam type, StringAndListParam user, TokenAndListParam subtype, TokenAndListParam outcome, SortSpec sortSpec, Set<Include> includeSpec, RequestDetails requestDetails, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
-
-