Skip to content

/AWS1/CL_HLLCRTDATXFRMTNPFLSRC

The source for initial content when creating a data transformation profile. Specify exactly one variant: a built-in starter profile, an existing profile version to clone, raw profile content, or a sample data file.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_starterprofile TYPE REF TO /AWS1/CL_HLLSTARTERPFLSOURCE /AWS1/CL_HLLSTARTERPFLSOURCE

Creates the profile from a built-in starter profile. Valid only when the source format is Consolidated Clinical Document Architecture (C-CDA).

io_exstversionedprofileid TYPE REF TO /AWS1/CL_HLLEXSTVRSEDPFLSOURCE /AWS1/CL_HLLEXSTVRSEDPFLSOURCE

Creates the profile by cloning an existing profile at a specific version.

io_profilemapping TYPE REF TO /AWS1/CL_HLLPFLMAPPNGSOURCE /AWS1/CL_HLLPFLMAPPNGSOURCE

Creates the profile from raw profile content that you provide directly. Use this variant for continuous integration and continuous delivery (CI/CD) workflows.

io_sampledata TYPE REF TO /AWS1/CL_HLLSAMPLEDATASOURCE /AWS1/CL_HLLSAMPLEDATASOURCE

Creates the profile from a sample data file stored in Amazon S3. Valid only when the source format is Comma-separated values (CSV).


Queryable Attributes

StarterProfile

Creates the profile from a built-in starter profile. Valid only when the source format is Consolidated Clinical Document Architecture (C-CDA).

Accessible with the following methods

Method Description
GET_STARTERPROFILE() Getter for STARTERPROFILE

ExistingVersionedProfileId

Creates the profile by cloning an existing profile at a specific version.

Accessible with the following methods

Method Description
GET_EXSTVERSIONEDPROFILEID() Getter for EXISTINGVERSIONEDPROFILEID

ProfileMapping

Creates the profile from raw profile content that you provide directly. Use this variant for continuous integration and continuous delivery (CI/CD) workflows.

Accessible with the following methods

Method Description
GET_PROFILEMAPPING() Getter for PROFILEMAPPING

SampleData

Creates the profile from a sample data file stored in Amazon S3. Valid only when the source format is Comma-separated values (CSV).

Accessible with the following methods

Method Description
GET_SAMPLEDATA() Getter for SAMPLEDATA