Uses of Class
ca.uhn.fhir.jpa.ips.api.IpsContext
-
Uses of IpsContext in ca.uhn.fhir.jpa.ips.api
Modifier and TypeClassDescriptionclass
IpsSectionContext<T extends org.hl7.fhir.instance.model.api.IBaseResource>
Modifier and TypeMethodDescriptionIIpsGenerationStrategy.createConfidentiality
(IpsContext theIpsContext) Create and return a confidentiality code for the composition document.IIpsGenerationStrategy.createTitle
(IpsContext theContext) Create and return a title for the composition document.<T extends org.hl7.fhir.instance.model.api.IBaseResource>
List<ISectionResourceSupplier.ResourceEntry> ISectionResourceSupplier.fetchResourcesForSection
(IpsContext theIpsContext, IpsSectionContext<T> theSectionContext, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) This method will be called once for each section context (section and resource type combination), and will be used to supply the resources to include in the given IPS section.org.hl7.fhir.instance.model.api.IIdType
IIpsGenerationStrategy.massageResourceId
(IpsContext theIpsContext, org.hl7.fhir.instance.model.api.IBaseResource theResource) This method is used to determine the resource ID to assign to a resource that will be added to the IPS document Bundle. -
Uses of IpsContext in ca.uhn.fhir.jpa.ips.jpa
Modifier and TypeMethodDescription<T extends org.hl7.fhir.instance.model.api.IBaseResource>
List<ISectionResourceSupplier.ResourceEntry> JpaSectionResourceSupplier.fetchResourcesForSection
(IpsContext theIpsContext, IpsSectionContext<T> theIpsSectionContext, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) -
Uses of IpsContext in ca.uhn.fhir.jpa.ips.strategy
Modifier and TypeMethodDescriptionBaseIpsGenerationStrategy.createConfidentiality
(IpsContext theIpsContext) BaseIpsGenerationStrategy.createTitle
(IpsContext theContext) org.hl7.fhir.instance.model.api.IIdType
BaseIpsGenerationStrategy.massageResourceId
(IpsContext theIpsContext, org.hl7.fhir.instance.model.api.IBaseResource theResource)