/AWS1/CL_HLLSTARTFHIRIMPJOBRSP¶
StartFHIRImportJobResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_jobid TYPE /AWS1/HLLJOBID /AWS1/HLLJOBID¶
The import job identifier.
iv_jobstatus TYPE /AWS1/HLLJOBSTATUS /AWS1/HLLJOBSTATUS¶
The import job status.
Optional arguments:¶
iv_datastoreid TYPE /AWS1/HLLDATASTOREID /AWS1/HLLDATASTOREID¶
The data store identifier.
Queryable Attributes¶
JobId¶
The import job identifier.
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 import job status.
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 data store identifier.
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 |