
Uses of Class
org.hl7.fhir.r5.model.PackageInformation
Packages that use PackageInformation
Package
Description
-
Uses of PackageInformation in org.hl7.fhir.r5.context
Methods in org.hl7.fhir.r5.context that return PackageInformationModifier and TypeMethodDescriptionIWorkerContext.getPackage(String id, String ver) SimpleWorkerContext.getPackage(String id, String ver) BaseWorkerContext.getPackageForUrl(String uri) IWorkerContext.getPackageForUrl(String url) Note: take care with this method - there are multiple packages with the same canonical (different sub-packages, different versions)CanonicalResourceManager.getPackageInfo(String system, String version) Methods in org.hl7.fhir.r5.context with parameters of type PackageInformationModifier and TypeMethodDescriptionvoidIWorkerContextManager.cachePackage(PackageInformation packageInfo) Deprecated.voidSimpleWorkerContext.cachePackage(PackageInformation packageInfo) voidBaseWorkerContext.cacheResourceFromPackage(Resource r, PackageInformation packageInfo) voidIWorkerContextManager.cacheResourceFromPackage(Resource res, PackageInformation packageInfo) cache a resource for later retrieval using fetchResource.SimpleWorkerContext.SimpleWorkerContextBuilder.fromDefinitions(Map<String, org.hl7.fhir.utilities.ByteProvider> source, IContextResourceLoader loader, PackageInformation pi) booleanIWorkerContext.hasPackage(PackageInformation pack) booleanSimpleWorkerContext.hasPackage(PackageInformation pack) voidCanonicalResourceManager.register(CanonicalResourceManager.CanonicalResourceProxy canonicalResourceProxy, PackageInformation packageInfo) voidBaseWorkerContext.registerResourceFromPackage(CanonicalResourceManager.CanonicalResourceProxy r, PackageInformation packageInfo) voidCanonicalResourceManager.see(T r, PackageInformation packgeInfo) Constructors in org.hl7.fhir.r5.context with parameters of type PackageInformationModifierConstructorDescriptionCachedCanonicalResource(CanonicalResourceManager.CanonicalResourceProxy proxy, PackageInformation packageInfo) CachedCanonicalResource(T1 resource, PackageInformation packageInfo) PackageResourceLoader(org.hl7.fhir.utilities.npm.NpmPackage.PackageResourceInformation pri, IContextResourceLoader loader, PackageInformation pi) -
Uses of PackageInformation in org.hl7.fhir.r5.hapi.ctx
Methods in org.hl7.fhir.r5.hapi.ctx that return PackageInformationModifier and TypeMethodDescriptionHapiWorkerContext.getPackage(String id, String ver) HapiWorkerContext.getPackageForUrl(String s) Methods in org.hl7.fhir.r5.hapi.ctx with parameters of type PackageInformationModifier and TypeMethodDescriptionbooleanHapiWorkerContext.hasPackage(PackageInformation packageVersion) -
Uses of PackageInformation in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return PackageInformationMethods in org.hl7.fhir.r5.model with parameters of type PackageInformationModifier and TypeMethodDescriptionvoidResource.setSourcePackage(PackageInformation sourcePackage) -
Uses of PackageInformation in org.hl7.fhir.r5.renderers.utils
Methods in org.hl7.fhir.r5.renderers.utils that return PackageInformationConstructors in org.hl7.fhir.r5.renderers.utils with parameters of type PackageInformationModifierConstructorDescriptionRenderingContext(IWorkerContext workerContext, PackageInformation pi, org.hl7.fhir.utilities.MarkDownProcessor markdown, org.hl7.fhir.utilities.validation.ValidationOptions terminologyServiceOptions, String specLink, String localPrefix, Locale locale, RenderingContext.ResourceRendererMode mode, RenderingContext.GenerationRules rules) -
Uses of PackageInformation in org.hl7.fhir.r5.utils
Methods in org.hl7.fhir.r5.utils with parameters of type PackageInformationModifier and TypeMethodDescriptionstatic voidPackageHackerR5.fixLoadedResource(CanonicalResourceManager.CanonicalResourceProxy r, PackageInformation packageInfo) -
Uses of PackageInformation in org.hl7.fhir.r5.utils.validation
Constructors in org.hl7.fhir.r5.utils.validation with parameters of type PackageInformationModifierConstructorDescriptionResourceVersionInformation(String version, PackageInformation sourcePackage)