Class ChMhd1ResourceProvider

java.lang.Object
org.openehealth.ipf.commons.ihe.fhir.FhirProvider
org.openehealth.ipf.commons.ihe.fhir.AbstractPlainProvider
org.projecthusky.communication.ch.camel.chmhd1.ChMhd1ResourceProvider
All Implemented Interfaces:
Serializable

public class ChMhd1ResourceProvider extends org.openehealth.ipf.commons.ihe.fhir.AbstractPlainProvider
A resource provider for the CH:MHD-1 transaction.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    ca.uhn.fhir.rest.api.MethodOutcome
    updateDocumentMetadata(org.hl7.fhir.r4.model.IdType theId, org.hl7.fhir.r4.model.DocumentReference documentReference, 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ChMhd1ResourceProvider

      public ChMhd1ResourceProvider()
  • Method Details

    • updateDocumentMetadata

      public ca.uhn.fhir.rest.api.MethodOutcome updateDocumentMetadata(org.hl7.fhir.r4.model.IdType theId, org.hl7.fhir.r4.model.DocumentReference documentReference, ca.uhn.fhir.rest.api.server.RequestDetails requestDetails, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)