Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AttributeName

import type { AttributeName } from "https://aws-api.deno.dev/v0.4/services/comprehendmedical.ts?docs=full";
type AttributeName =
| "SIGN"
| "SYMPTOM"
| "DIAGNOSIS"
| "NEGATION"
| "PERTAINS_TO_FAMILY"
| "HYPOTHETICAL"
| "LOW_CONFIDENCE"
| "PAST_HISTORY"
| "FUTURE"

§Type

§
"SIGN" | "SYMPTOM" | "DIAGNOSIS" | "NEGATION" | "PERTAINS_TO_FAMILY" | "HYPOTHETICAL" | "LOW_CONFIDENCE" | "PAST_HISTORY" | "FUTURE" | cmnP.UnexpectedEnumValue
[src]