/AWS1/CL_CPMINFERRXNORMRSP¶
InferRxNormResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_entities TYPE /AWS1/CL_CPMRXNORMENTITY=>TT_RXNORMENTITYLIST TT_RXNORMENTITYLIST¶
The medication entities detected in the text linked to RxNorm concepts. If the action is successful, the service sends back an HTTP 200 response, as well as the entities detected.
Optional arguments:¶
iv_paginationtoken TYPE /AWS1/CPMSTRING /AWS1/CPMSTRING¶
If the result of the previous request to
InferRxNormwas truncated, include thePaginationTokento fetch the next page of medication entities.
iv_modelversion TYPE /AWS1/CPMSTRING /AWS1/CPMSTRING¶
The version of the model used to analyze the documents, in the format n.n.n You can use this information to track the model used for a particular batch of documents.
Queryable Attributes¶
Entities¶
The medication entities detected in the text linked to RxNorm concepts. If the action is successful, the service sends back an HTTP 200 response, as well as the entities detected.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENTITIES() |
Getter for ENTITIES, with configurable default |
ASK_ENTITIES() |
Getter for ENTITIES w/ exceptions if field has no value |
HAS_ENTITIES() |
Determine if ENTITIES has a value |
PaginationToken¶
If the result of the previous request to
InferRxNormwas truncated, include thePaginationTokento fetch the next page of medication entities.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PAGINATIONTOKEN() |
Getter for PAGINATIONTOKEN, with configurable default |
ASK_PAGINATIONTOKEN() |
Getter for PAGINATIONTOKEN w/ exceptions if field has no val |
HAS_PAGINATIONTOKEN() |
Determine if PAGINATIONTOKEN has a value |
ModelVersion¶
The version of the model used to analyze the documents, in the format n.n.n You can use this information to track the model used for a particular batch of documents.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELVERSION() |
Getter for MODELVERSION, with configurable default |
ASK_MODELVERSION() |
Getter for MODELVERSION w/ exceptions if field has no value |
HAS_MODELVERSION() |
Determine if MODELVERSION has a value |