Skip to content

/AWS1/CL_HLLXFORMTNJOBPRGSSRPT

Contains progress metrics for a data transformation job, including counts of files scanned, converted, and failed.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_totalfilesscanned TYPE /AWS1/HLLLONG /AWS1/HLLLONG

The total number of source files scanned by the job.

iv_totalfilesconverted TYPE /AWS1/HLLLONG /AWS1/HLLLONG

The total number of source files successfully converted.

iv_totalfilesfailed TYPE /AWS1/HLLLONG /AWS1/HLLLONG

The total number of source files that failed conversion.

iv_totalresourcesgenerated TYPE /AWS1/HLLLONG /AWS1/HLLLONG

The total number of FHIR R4 resources generated across all converted files.


Queryable Attributes

TotalFilesScanned

The total number of source files scanned by the job.

Accessible with the following methods

Method Description
GET_TOTALFILESSCANNED() Getter for TOTALFILESSCANNED, with configurable default
ASK_TOTALFILESSCANNED() Getter for TOTALFILESSCANNED w/ exceptions if field has no v
HAS_TOTALFILESSCANNED() Determine if TOTALFILESSCANNED has a value

TotalFilesConverted

The total number of source files successfully converted.

Accessible with the following methods

Method Description
GET_TOTALFILESCONVERTED() Getter for TOTALFILESCONVERTED, with configurable default
ASK_TOTALFILESCONVERTED() Getter for TOTALFILESCONVERTED w/ exceptions if field has no
HAS_TOTALFILESCONVERTED() Determine if TOTALFILESCONVERTED has a value

TotalFilesFailed

The total number of source files that failed conversion.

Accessible with the following methods

Method Description
GET_TOTALFILESFAILED() Getter for TOTALFILESFAILED, with configurable default
ASK_TOTALFILESFAILED() Getter for TOTALFILESFAILED w/ exceptions if field has no va
HAS_TOTALFILESFAILED() Determine if TOTALFILESFAILED has a value

TotalResourcesGenerated

The total number of FHIR R4 resources generated across all converted files.

Accessible with the following methods

Method Description
GET_TOTALRESOURCESGENERATED() Getter for TOTALRESOURCESGENERATED, with configurable defaul
ASK_TOTALRESOURCESGENERATED() Getter for TOTALRESOURCESGENERATED w/ exceptions if field ha
HAS_TOTALRESOURCESGENERATED() Determine if TOTALRESOURCESGENERATED has a value