Protected
constructorProtected
attachmentsCustom attachments (if any)
Protected
authorizationsProtected
completedProtected
createdReadonly
idProtected
parametersReadonly
pathReadonly
patientProtected
addOptional
parameters: ExportJobInformationParametersOptional
authorizations: ExportJobAuthorizationsProtected
getProtected
shouldStatic
byStatic
createStatic
destroyDelete a job by ID if:
completedJobLifetimeMinutes
minutes agojobMaxLifetimeMinutes
minutes ago and is still pending
Note that jobs having "in-review" status will NOT be deletedGenerated using TypeDoc
NOTE: The constructor is protected because it is not supposed to be called directly from outside this class. The reason is that one would also want to save the new instance to a file and that is async task but constructors cannot be async.
ExportManager.create()
can be used instead