HS.BulkFHIR.Storage.Ingestion.Config
class HS.BulkFHIR.Storage.Ingestion.Config extends HS.BulkFHIR.API.Data.AdapterConfig
Property Inventory
Parameters
parameter SETTINGS = file_url:::File URL;
Properties
property expire_after_mins as %Integer (MINVAL = 0) [ InitialExpression = 1440 ];
How many minutes after the export is completed before
the files are deemed expired, and may be deleted.
Property methods: expire_after_minsDisplayToLogical(), expire_after_minsGet(), expire_after_minsIsValid(), expire_after_minsLogicalToDisplay(), expire_after_minsNormalize(), expire_after_minsSet(), expire_after_minsXSDToLogical()
property failed_files_directory as %String (MAXLEN = 512) [ InitialExpression = ##class(%Library.File).NormalizeDirectory($system.Util.ManagerDirectory()_"Temp/BulkFHIR/"_$namespace_"/failed/") ];
Storage location of ndjson files, which defaults to the instance mgr/Temp/BulkFHIR/$namespace/failed/ and will contain
session directories. Distinct directories must be used between namespaces due to collisions in session identifiers.
Files which fail integrity check will be stored here as sesssion_error_resourcetype.ndjson, and only one per resource type
ie 53_error_Observation.ndjson
Property methods: failed_files_directoryDisplayToLogical(), failed_files_directoryGet(), failed_files_directoryIsValid(), failed_files_directoryLogicalToDisplay(), failed_files_directoryLogicalToOdbc(), failed_files_directoryNormalize(), failed_files_directorySet()
property fhir_endpoint as %String (MAXLEN = 150) [ Required ];
fhir endpoint local to this namespace ie /csp/healthshare/bfc/fhir/r4
Property methods: fhir_endpointDisplayToLogical(), fhir_endpointGet(), fhir_endpointIsValid(), fhir_endpointLogicalToDisplay(), fhir_endpointLogicalToOdbc(), fhir_endpointNormalize(), fhir_endpointSet()
property file_url as %String (MAXLEN = 512) [ Required ];
CSP Application URL to serve failed 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()
property integrity_check as %Boolean [ InitialExpression = 1 ];
when 1, only store data which does not refer to non-existent objects, when 0, no reference checking is performed
Property methods: integrity_checkDisplayToLogical(), integrity_checkGet(), integrity_checkIsValid(), integrity_checkLogicalToDisplay(), integrity_checkNormalize(), integrity_checkSet()
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %JSONExport()
- %JSONExportToStream()
- %JSONExportToString()
- %JSONImport()
- %JSONNew()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- FromJson()