Skip to main content

HS.BulkFHIR.Storage.File.Config

class HS.BulkFHIR.Storage.File.Config extends HS.BulkFHIR.API.Data.AdapterConfig

Property Inventory

Parameters

parameter SETTINGS = file_url:::File URL;

Properties

property directory as %String (MAXLEN = 512) [ InitialExpression = ##class(%Library.File).NormalizeDirectory($system.Util.ManagerDirectory()_"Temp/BulkFHIR/"_$namespace) ];
Storage location of ndjson files, which defaults to the instance mgr/Temp/BulkFHIR/$namespace/ and will contain session directories with resource group directories and files. Distinct directories must be used between namespaces due to collisions in session identifiers.
Property methods: directoryDisplayToLogical(), directoryGet(), directoryIsValid(), directoryLogicalToDisplay(), directoryLogicalToOdbc(), directoryNormalize(), directorySet()
property file_url as %String (MAXLEN = 512) [ Required ];
CSP Application URL to serve bulk export files. Multiple configurations in a single namespace can use the same URL. Eg. "/file" or "/bulkfhir/file"
Property methods: file_urlDisplayToLogical(), file_urlGet(), file_urlIsValid(), file_urlLogicalToDisplay(), file_urlLogicalToOdbc(), file_urlNormalize(), file_urlSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab