/AWS1/CL_CPMSNOMEDCTCONCEPT¶
The SNOMED-CT concepts that the entity could refer to, along with a score indicating the likelihood of the match.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_description TYPE /AWS1/CPMSTRING /AWS1/CPMSTRING¶
The description of the SNOMED-CT concept.
iv_code TYPE /AWS1/CPMSTRING /AWS1/CPMSTRING¶
The numeric ID for the SNOMED-CT concept.
iv_score TYPE /AWS1/RT_FLOAT_AS_STRING /AWS1/RT_FLOAT_AS_STRING¶
The level of confidence Amazon Comprehend Medical has that the entity should be linked to the identified SNOMED-CT concept.
Queryable Attributes¶
Description¶
The description of the SNOMED-CT concept.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
Code¶
The numeric ID for the SNOMED-CT concept.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODE() |
Getter for CODE, with configurable default |
ASK_CODE() |
Getter for CODE w/ exceptions if field has no value |
HAS_CODE() |
Determine if CODE has a value |
Score¶
The level of confidence Amazon Comprehend Medical has that the entity should be linked to the identified SNOMED-CT concept.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCORE() |
Getter for SCORE, with configurable default |
ASK_SCORE() |
Getter for SCORE w/ exceptions if field has no value |
STR_SCORE() |
String format for SCORE, with configurable default |
HAS_SCORE() |
Determine if SCORE 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_SNOMEDCTCONCEPTLIST¶
TYPES TT_SNOMEDCTCONCEPTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CPMSNOMEDCTCONCEPT WITH DEFAULT KEY
.