Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/aws_api/services/comprehendmedical@2018-10-30/mod.ts>RxNormEntity

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Go to Latest
interface RxNormEntity
import { type RxNormEntity } from "https://deno.land/x/aws_api@v0.1.0/services/comprehendmedical@2018-10-30/mod.ts";

Properties

optional
Id: number | null
optional
Text: string | null
optional
Category: RxNormEntityCategory | null
optional
Type: RxNormEntityType | null
optional
Score: number | null
optional
BeginOffset: number | null
optional
EndOffset: number | null
optional
Attributes: RxNormAttribute[] | null
optional
Traits: RxNormTrait[] | null
optional
RxNormConcepts: RxNormConcept[] | null