Class Iti81ResourceProvider

  • All Implemented Interfaces:
    Serializable

    public class Iti81ResourceProvider
    extends org.openehealth.ipf.commons.ihe.fhir.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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ca.uhn.fhir.rest.api.server.IBundleProvider auditSearch​(ca.uhn.fhir.rest.param.DateRangeParam interval, ca.uhn.fhir.rest.param.StringAndListParam address, ca.uhn.fhir.rest.param.TokenAndListParam patientId, ca.uhn.fhir.rest.param.TokenAndListParam entityId, ca.uhn.fhir.rest.param.TokenAndListParam entityType, ca.uhn.fhir.rest.param.TokenAndListParam entityRole, ca.uhn.fhir.rest.param.StringAndListParam source, ca.uhn.fhir.rest.param.TokenAndListParam type, ca.uhn.fhir.rest.param.StringAndListParam user, ca.uhn.fhir.rest.param.TokenAndListParam subtype, ca.uhn.fhir.rest.param.TokenAndListParam outcome, ca.uhn.fhir.rest.param.TokenAndListParam altid, ca.uhn.fhir.rest.api.SortSpec sortSpec, Set<ca.uhn.fhir.model.api.Include> includeSpec, ca.uhn.fhir.rest.api.server.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 Detail

      • Iti81ResourceProvider

        public Iti81ResourceProvider()
    • Method Detail

      • auditSearch

        public ca.uhn.fhir.rest.api.server.IBundleProvider auditSearch​(ca.uhn.fhir.rest.param.DateRangeParam interval,
                                                                       ca.uhn.fhir.rest.param.StringAndListParam address,
                                                                       ca.uhn.fhir.rest.param.TokenAndListParam patientId,
                                                                       ca.uhn.fhir.rest.param.TokenAndListParam entityId,
                                                                       ca.uhn.fhir.rest.param.TokenAndListParam entityType,
                                                                       ca.uhn.fhir.rest.param.TokenAndListParam entityRole,
                                                                       ca.uhn.fhir.rest.param.StringAndListParam source,
                                                                       ca.uhn.fhir.rest.param.TokenAndListParam type,
                                                                       ca.uhn.fhir.rest.param.StringAndListParam user,
                                                                       ca.uhn.fhir.rest.param.TokenAndListParam subtype,
                                                                       ca.uhn.fhir.rest.param.TokenAndListParam outcome,
                                                                       ca.uhn.fhir.rest.param.TokenAndListParam altid,
                                                                       ca.uhn.fhir.rest.api.SortSpec sortSpec,
                                                                       Set<ca.uhn.fhir.model.api.Include> includeSpec,
                                                                       ca.uhn.fhir.rest.api.server.RequestDetails requestDetails,
                                                                       javax.servlet.http.HttpServletRequest httpServletRequest,
                                                                       javax.servlet.http.HttpServletResponse httpServletResponse)