Package ca.uhn.fhir.jpa.ips.generator
Interface IIpsGeneratorSvc
- All Known Implementing Classes:
IpsGeneratorSvcImpl
public interface IIpsGeneratorSvc
-
Method Summary
Modifier and TypeMethodDescriptionorg.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 identifierorg.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
-