Skip to content

/AWS1/CL_HLLCRTDATXFRMTNPFLRSP

The response from the CreateDataTransformationProfile operation.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_profileid TYPE /AWS1/HLLPROFILEIDSTRING /AWS1/HLLPROFILEIDSTRING

The unique identifier of the created profile.

iv_version TYPE /AWS1/HLLPROFILEVERSION /AWS1/HLLPROFILEVERSION

The version number of the newly created profile. The starting version is always 0, which indicates the profile is in DRAFT state.

iv_sourceformat TYPE /AWS1/HLLSOURCEFORMAT /AWS1/HLLSOURCEFORMAT

The source data format of the profile.

iv_targetformat TYPE /AWS1/HLLTARGETFORMAT /AWS1/HLLTARGETFORMAT

The target output format. Always FHIR_R4.

iv_profilename TYPE /AWS1/HLLPROFILENAMESTRING /AWS1/HLLPROFILENAMESTRING

The name of the created profile.

iv_lastupdatedat TYPE /AWS1/HLLDATETIME /AWS1/HLLDATETIME

The timestamp when the profile was last updated.


Queryable Attributes

ProfileId

The unique identifier of the created profile.

Accessible with the following methods

Method Description
GET_PROFILEID() Getter for PROFILEID, with configurable default
ASK_PROFILEID() Getter for PROFILEID w/ exceptions if field has no value
HAS_PROFILEID() Determine if PROFILEID has a value

Version

The version number of the newly created profile. The starting version is always 0, which indicates the profile is in DRAFT state.

Accessible with the following methods

Method Description
GET_VERSION() Getter for VERSION, with configurable default
ASK_VERSION() Getter for VERSION w/ exceptions if field has no value
HAS_VERSION() Determine if VERSION has a value

SourceFormat

The source data format of the profile.

Accessible with the following methods

Method Description
GET_SOURCEFORMAT() Getter for SOURCEFORMAT, with configurable default
ASK_SOURCEFORMAT() Getter for SOURCEFORMAT w/ exceptions if field has no value
HAS_SOURCEFORMAT() Determine if SOURCEFORMAT has a value

TargetFormat

The target output format. Always FHIR_R4.

Accessible with the following methods

Method Description
GET_TARGETFORMAT() Getter for TARGETFORMAT, with configurable default
ASK_TARGETFORMAT() Getter for TARGETFORMAT w/ exceptions if field has no value
HAS_TARGETFORMAT() Determine if TARGETFORMAT has a value

ProfileName

The name of the created profile.

Accessible with the following methods

Method Description
GET_PROFILENAME() Getter for PROFILENAME, with configurable default
ASK_PROFILENAME() Getter for PROFILENAME w/ exceptions if field has no value
HAS_PROFILENAME() Determine if PROFILENAME has a value

LastUpdatedAt

The timestamp when the profile was last updated.

Accessible with the following methods

Method Description
GET_LASTUPDATEDAT() Getter for LASTUPDATEDAT, with configurable default
ASK_LASTUPDATEDAT() Getter for LASTUPDATEDAT w/ exceptions if field has no value
HAS_LASTUPDATEDAT() Determine if LASTUPDATEDAT has a value