/AWS1/CL_MIGDICOMMETMAPPING¶
Maps DCM files to their metadata.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_studyinstanceuid TYPE /AWS1/MIGDICOMSTUDYINSTANCEUID /AWS1/MIGDICOMSTUDYINSTANCEUID¶
The Study Instance UID that identifies the study.
iv_metadatafilepath TYPE /AWS1/MIGMETADATAFILEPATH /AWS1/MIGMETADATAFILEPATH¶
The path to the JSON metadata file relative to inputS3Uri.
Optional arguments:¶
iv_seriesinstanceuid TYPE /AWS1/MIGDICOMSERIESINSTUID /AWS1/MIGDICOMSERIESINSTUID¶
The Series Instance UID that identifies the series. This parameter is optional because the mapping might be at the study level.
Queryable Attributes¶
studyInstanceUID¶
The Study Instance UID that identifies the study.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STUDYINSTANCEUID() |
Getter for STUDYINSTANCEUID, with configurable default |
ASK_STUDYINSTANCEUID() |
Getter for STUDYINSTANCEUID w/ exceptions if field has no va |
HAS_STUDYINSTANCEUID() |
Determine if STUDYINSTANCEUID has a value |
seriesInstanceUID¶
The Series Instance UID that identifies the series. This parameter is optional because the mapping might be at the study level.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERIESINSTANCEUID() |
Getter for SERIESINSTANCEUID, with configurable default |
ASK_SERIESINSTANCEUID() |
Getter for SERIESINSTANCEUID w/ exceptions if field has no v |
HAS_SERIESINSTANCEUID() |
Determine if SERIESINSTANCEUID has a value |
metadataFilePath¶
The path to the JSON metadata file relative to inputS3Uri.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METADATAFILEPATH() |
Getter for METADATAFILEPATH, with configurable default |
ASK_METADATAFILEPATH() |
Getter for METADATAFILEPATH w/ exceptions if field has no va |
HAS_METADATAFILEPATH() |
Determine if METADATAFILEPATH has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DICOMMETADATAMAPPINGS¶
TYPES TT_DICOMMETADATAMAPPINGS TYPE STANDARD TABLE OF REF TO /AWS1/CL_MIGDICOMMETMAPPING WITH DEFAULT KEY
.