Package ca.uhn.fhir.jpa.ips.generator
Class IpsGeneratorSvcImpl
java.lang.Object
ca.uhn.fhir.jpa.ips.generator.IpsGeneratorSvcImpl
- All Implemented Interfaces:
IIpsGeneratorSvc
-
Field Summary
-
Constructor Summary
ConstructorDescriptionIpsGeneratorSvcImpl
(ca.uhn.fhir.context.FhirContext theFhirContext, IIpsGenerationStrategy theGenerationStrategy) ConstructorIpsGeneratorSvcImpl
(ca.uhn.fhir.context.FhirContext theFhirContext, List<IIpsGenerationStrategy> theIpsGenerationStrategies) -
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) Generate an IPS using a patient 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) Generate an IPS using a patient ID
-
Field Details
-
RESOURCE_ENTRY_INCLUSION_TYPE
- See Also:
-
URL_NARRATIVE_LINK
- See Also:
-
-
Constructor Details
-
IpsGeneratorSvcImpl
public IpsGeneratorSvcImpl(ca.uhn.fhir.context.FhirContext theFhirContext, IIpsGenerationStrategy theGenerationStrategy) Constructor -
IpsGeneratorSvcImpl
public IpsGeneratorSvcImpl(ca.uhn.fhir.context.FhirContext theFhirContext, List<IIpsGenerationStrategy> theIpsGenerationStrategies)
-
-
Method Details
-
generateIps
public 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) Generate an IPS using a patient ID- Specified by:
generateIps
in interfaceIIpsGeneratorSvc
-
generateIps
public 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) Generate an IPS using a patient identifier- Specified by:
generateIps
in interfaceIIpsGeneratorSvc
-