Skip to content

/AWS1/CL_HLLSTARTFHIREXPJOBRSP

StartFHIRExportJobResponse

CONSTRUCTOR

IMPORTING

Required arguments:

IV_JOBID TYPE /AWS1/HLLJOBID /AWS1/HLLJOBID

The AWS generated ID for an export job.

IV_JOBSTATUS TYPE /AWS1/HLLJOBSTATUS /AWS1/HLLJOBSTATUS

The status of a FHIR export job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED, or FAILED.

Optional arguments:

IV_DATASTOREID TYPE /AWS1/HLLDATASTOREID /AWS1/HLLDATASTOREID

The AWS generated ID for the data store from which files are being exported for an export job.


Queryable Attributes

JobId

The AWS generated ID for an export job.

Accessible with the following methods

Method Description
GET_JOBID() Getter for JOBID, with configurable default
ASK_JOBID() Getter for JOBID w/ exceptions if field has no value
HAS_JOBID() Determine if JOBID has a value

JobStatus

The status of a FHIR export job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED, or FAILED.

Accessible with the following methods

Method Description
GET_JOBSTATUS() Getter for JOBSTATUS, with configurable default
ASK_JOBSTATUS() Getter for JOBSTATUS w/ exceptions if field has no value
HAS_JOBSTATUS() Determine if JOBSTATUS has a value

DatastoreId

The AWS generated ID for the data store from which files are being exported for an export job.

Accessible with the following methods

Method Description
GET_DATASTOREID() Getter for DATASTOREID, with configurable default
ASK_DATASTOREID() Getter for DATASTOREID w/ exceptions if field has no value
HAS_DATASTOREID() Determine if DATASTOREID has a value