/AWS1/CL_CPMRXNORMCONCEPT¶
The RxNorm concept 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 RxNorm concept.
iv_code
TYPE /AWS1/CPMSTRING
/AWS1/CPMSTRING
¶
RxNorm concept ID, also known as the RxCUI.
iv_score
TYPE /AWS1/RT_FLOAT_AS_STRING
/AWS1/RT_FLOAT_AS_STRING
¶
The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to the reported RxNorm concept.
Queryable Attributes¶
Description¶
The description of the RxNorm 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¶
RxNorm concept ID, also known as the RxCUI.
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 that Amazon Comprehend Medical has that the entity is accurately linked to the reported RxNorm 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_RXNORMCONCEPTLIST
¶
TYPES TT_RXNORMCONCEPTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CPMRXNORMCONCEPT WITH DEFAULT KEY
.