Interface IIpsGeneratorSvc

All Known Implementing Classes:
IpsGeneratorSvcImpl

public interface IIpsGeneratorSvc
  • Method Summary

    Modifier and Type
    Method
    Description
    org.hl7.fhir.instance.model.api.IBaseBundle
    generateIps(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, ca.uhn.fhir.rest.param.TokenParam thePatientIdentifier, String theProfile)
    Generates an IPS document and returns the complete document bundle for the given patient by identifier
    org.hl7.fhir.instance.model.api.IBaseBundle
    generateIps(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IIdType thePatientId, String theProfile)
    Generates an IPS document and returns the complete document bundle for the given patient by ID
  • Method Details

    • generateIps

      org.hl7.fhir.instance.model.api.IBaseBundle generateIps(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IIdType thePatientId, String theProfile)
      Generates an IPS document and returns the complete document bundle for the given patient by ID
    • generateIps

      org.hl7.fhir.instance.model.api.IBaseBundle generateIps(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, ca.uhn.fhir.rest.param.TokenParam thePatientIdentifier, String theProfile)
      Generates an IPS document and returns the complete document bundle for the given patient by identifier