
Uses of Class
ca.uhn.fhir.jpa.ips.api.IpsContext
Packages that use IpsContext
-
Uses of IpsContext in ca.uhn.fhir.jpa.ips.api
Subclasses of IpsContext in ca.uhn.fhir.jpa.ips.apiModifier and TypeClassDescriptionclass
IpsSectionContext<T extends org.hl7.fhir.instance.model.api.IBaseResource>
Methods in ca.uhn.fhir.jpa.ips.api with parameters of type IpsContextModifier 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
Methods in ca.uhn.fhir.jpa.ips.jpa with parameters of type IpsContextModifier 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
Methods in ca.uhn.fhir.jpa.ips.strategy with parameters of type IpsContextModifier 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)