Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Go to Latest
interface ICD10CMEntity
import { type ICD10CMEntity } 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: ICD10CMEntityCategory | null
optional
Type: ICD10CMEntityType | null
optional
Score: number | null
optional
BeginOffset: number | null
optional
EndOffset: number | null
optional
Attributes: ICD10CMAttribute[] | null
optional
Traits: ICD10CMTrait[] | null
optional
ICD10CMConcepts: ICD10CMConcept[] | null