@aws-sdk/client-comprehendmedical 3.34.0 → 3.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/{dist/cjs → dist-cjs}/ComprehendMedical.js +1 -6
- package/{dist/cjs → dist-cjs}/ComprehendMedicalClient.js +8 -18
- package/{dist/cjs → dist-cjs}/commands/DescribeEntitiesDetectionV2JobCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DescribeICD10CMInferenceJobCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DescribePHIDetectionJobCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DescribeRxNormInferenceJobCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DetectEntitiesCommand.js +2 -32
- package/dist-cjs/commands/DetectEntitiesV2Command.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/DetectPHICommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/InferICD10CMCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/InferRxNormCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/ListEntitiesDetectionV2JobsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListICD10CMInferenceJobsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListPHIDetectionJobsCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ListRxNormInferenceJobsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/StartEntitiesDetectionV2JobCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/StartICD10CMInferenceJobCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/StartPHIDetectionJobCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/StartRxNormInferenceJobCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/StopEntitiesDetectionV2JobCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/StopICD10CMInferenceJobCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/StopPHIDetectionJobCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/StopRxNormInferenceJobCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -199
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/ComprehendMedical.js +1 -2
- package/{dist/es → dist-es}/ComprehendMedicalClient.js +1 -2
- package/{dist/es → dist-es}/commands/DescribeEntitiesDetectionV2JobCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeICD10CMInferenceJobCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribePHIDetectionJobCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeRxNormInferenceJobCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DetectEntitiesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DetectEntitiesV2Command.js +2 -3
- package/{dist/es → dist-es}/commands/DetectPHICommand.js +2 -3
- package/{dist/es → dist-es}/commands/InferICD10CMCommand.js +2 -3
- package/{dist/es → dist-es}/commands/InferRxNormCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListEntitiesDetectionV2JobsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListICD10CMInferenceJobsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListPHIDetectionJobsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListRxNormInferenceJobsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StartEntitiesDetectionV2JobCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StartICD10CMInferenceJobCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StartPHIDetectionJobCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StartRxNormInferenceJobCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StopEntitiesDetectionV2JobCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StopICD10CMInferenceJobCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StopPHIDetectionJobCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StopRxNormInferenceJobCommand.js +2 -3
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -1
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
- package/{dist/types → dist-types}/ComprehendMedical.d.ts +2 -2
- package/{dist/types → dist-types}/ComprehendMedicalClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeICD10CMInferenceJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribePHIDetectionJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeRxNormInferenceJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DetectEntitiesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DetectEntitiesV2Command.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DetectPHICommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/InferICD10CMCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/InferRxNormCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListEntitiesDetectionV2JobsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListICD10CMInferenceJobsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListPHIDetectionJobsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListRxNormInferenceJobsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartEntitiesDetectionV2JobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartICD10CMInferenceJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartPHIDetectionJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartRxNormInferenceJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StopEntitiesDetectionV2JobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StopICD10CMInferenceJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StopPHIDetectionJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StopRxNormInferenceJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/ComprehendMedical.d.ts +24 -101
- package/{dist/types → dist-types}/ts3.4/ComprehendMedicalClient.d.ts +32 -98
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +4 -23
- package/{dist/types → dist-types}/ts3.4/commands/DescribeICD10CMInferenceJobCommand.d.ts +4 -23
- package/dist-types/ts3.4/commands/DescribePHIDetectionJobCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DescribeRxNormInferenceJobCommand.d.ts +4 -23
- package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetectEntitiesV2Command.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetectPHICommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/InferICD10CMCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/InferRxNormCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListEntitiesDetectionV2JobsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/ListICD10CMInferenceJobsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ListPHIDetectionJobsCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListRxNormInferenceJobsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/StartEntitiesDetectionV2JobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartICD10CMInferenceJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartPHIDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartRxNormInferenceJobCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/StopEntitiesDetectionV2JobCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/StopICD10CMInferenceJobCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/StopPHIDetectionJobCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/StopRxNormInferenceJobCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +938 -0
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +45 -42
- package/ComprehendMedical.ts +0 -794
- package/ComprehendMedicalClient.ts +0 -347
- package/commands/DescribeEntitiesDetectionV2JobCommand.ts +0 -107
- package/commands/DescribeICD10CMInferenceJobCommand.ts +0 -104
- package/commands/DescribePHIDetectionJobCommand.ts +0 -99
- package/commands/DescribeRxNormInferenceJobCommand.ts +0 -102
- package/commands/DetectEntitiesCommand.ts +0 -103
- package/commands/DetectEntitiesV2Command.ts +0 -107
- package/commands/DetectPHICommand.ts +0 -97
- package/commands/InferICD10CMCommand.ts +0 -101
- package/commands/InferRxNormCommand.ts +0 -100
- package/commands/ListEntitiesDetectionV2JobsCommand.ts +0 -103
- package/commands/ListICD10CMInferenceJobsCommand.ts +0 -98
- package/commands/ListPHIDetectionJobsCommand.ts +0 -99
- package/commands/ListRxNormInferenceJobsCommand.ts +0 -98
- package/commands/StartEntitiesDetectionV2JobCommand.ts +0 -104
- package/commands/StartICD10CMInferenceJobCommand.ts +0 -100
- package/commands/StartPHIDetectionJobCommand.ts +0 -99
- package/commands/StartRxNormInferenceJobCommand.ts +0 -100
- package/commands/StopEntitiesDetectionV2JobCommand.ts +0 -101
- package/commands/StopICD10CMInferenceJobCommand.ts +0 -98
- package/commands/StopPHIDetectionJobCommand.ts +0 -98
- package/commands/StopRxNormInferenceJobCommand.ts +0 -98
- package/dist/cjs/ComprehendMedical.js.map +0 -1
- package/dist/cjs/ComprehendMedicalClient.js.map +0 -1
- package/dist/cjs/commands/DescribeEntitiesDetectionV2JobCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeICD10CMInferenceJobCommand.js.map +0 -1
- package/dist/cjs/commands/DescribePHIDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeRxNormInferenceJobCommand.js.map +0 -1
- package/dist/cjs/commands/DetectEntitiesCommand.js.map +0 -1
- package/dist/cjs/commands/DetectEntitiesV2Command.js +0 -70
- package/dist/cjs/commands/DetectEntitiesV2Command.js.map +0 -1
- package/dist/cjs/commands/DetectPHICommand.js.map +0 -1
- package/dist/cjs/commands/InferICD10CMCommand.js.map +0 -1
- package/dist/cjs/commands/InferRxNormCommand.js.map +0 -1
- package/dist/cjs/commands/ListEntitiesDetectionV2JobsCommand.js.map +0 -1
- package/dist/cjs/commands/ListICD10CMInferenceJobsCommand.js.map +0 -1
- package/dist/cjs/commands/ListPHIDetectionJobsCommand.js.map +0 -1
- package/dist/cjs/commands/ListRxNormInferenceJobsCommand.js.map +0 -1
- package/dist/cjs/commands/StartEntitiesDetectionV2JobCommand.js.map +0 -1
- package/dist/cjs/commands/StartICD10CMInferenceJobCommand.js.map +0 -1
- package/dist/cjs/commands/StartPHIDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/StartRxNormInferenceJobCommand.js.map +0 -1
- package/dist/cjs/commands/StopEntitiesDetectionV2JobCommand.js.map +0 -1
- package/dist/cjs/commands/StopICD10CMInferenceJobCommand.js.map +0 -1
- package/dist/cjs/commands/StopPHIDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/StopRxNormInferenceJobCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -93
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/ComprehendMedical.js.map +0 -1
- package/dist/es/ComprehendMedicalClient.js.map +0 -1
- package/dist/es/commands/DescribeEntitiesDetectionV2JobCommand.js.map +0 -1
- package/dist/es/commands/DescribeICD10CMInferenceJobCommand.js.map +0 -1
- package/dist/es/commands/DescribePHIDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/DescribeRxNormInferenceJobCommand.js.map +0 -1
- package/dist/es/commands/DetectEntitiesCommand.js.map +0 -1
- package/dist/es/commands/DetectEntitiesV2Command.js.map +0 -1
- package/dist/es/commands/DetectPHICommand.js.map +0 -1
- package/dist/es/commands/InferICD10CMCommand.js.map +0 -1
- package/dist/es/commands/InferRxNormCommand.js.map +0 -1
- package/dist/es/commands/ListEntitiesDetectionV2JobsCommand.js.map +0 -1
- package/dist/es/commands/ListICD10CMInferenceJobsCommand.js.map +0 -1
- package/dist/es/commands/ListPHIDetectionJobsCommand.js.map +0 -1
- package/dist/es/commands/ListRxNormInferenceJobsCommand.js.map +0 -1
- package/dist/es/commands/StartEntitiesDetectionV2JobCommand.js.map +0 -1
- package/dist/es/commands/StartICD10CMInferenceJobCommand.js.map +0 -1
- package/dist/es/commands/StartPHIDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/StartRxNormInferenceJobCommand.js.map +0 -1
- package/dist/es/commands/StopEntitiesDetectionV2JobCommand.js.map +0 -1
- package/dist/es/commands/StopICD10CMInferenceJobCommand.js.map +0 -1
- package/dist/es/commands/StopPHIDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/StopRxNormInferenceJobCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -25
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -93
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/ts3.4/commands/DescribePHIDetectionJobCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DetectEntitiesCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DetectEntitiesV2Command.d.ts +0 -44
- package/dist/types/ts3.4/commands/DetectPHICommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/InferICD10CMCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/InferRxNormCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListPHIDetectionJobsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/StartEntitiesDetectionV2JobCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/StartICD10CMInferenceJobCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/StartPHIDetectionJobCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/StartRxNormInferenceJobCommand.d.ts +0 -37
- package/dist/types/ts3.4/models/models_0.d.ts +0 -1650
- package/endpoints.ts +0 -77
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -2054
- package/protocols/Aws_json1_1.ts +0 -3272
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
|
@@ -0,0 +1,938 @@
|
|
|
1
|
+
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
+
export declare enum EntityType {
|
|
3
|
+
ANATOMY = "ANATOMY",
|
|
4
|
+
MEDICAL_CONDITION = "MEDICAL_CONDITION",
|
|
5
|
+
MEDICATION = "MEDICATION",
|
|
6
|
+
PROTECTED_HEALTH_INFORMATION = "PROTECTED_HEALTH_INFORMATION",
|
|
7
|
+
TEST_TREATMENT_PROCEDURE = "TEST_TREATMENT_PROCEDURE",
|
|
8
|
+
TIME_EXPRESSION = "TIME_EXPRESSION"
|
|
9
|
+
}
|
|
10
|
+
export declare enum RelationshipType {
|
|
11
|
+
ACUITY = "ACUITY",
|
|
12
|
+
ADMINISTERED_VIA = "ADMINISTERED_VIA",
|
|
13
|
+
DIRECTION = "DIRECTION",
|
|
14
|
+
DOSAGE = "DOSAGE",
|
|
15
|
+
DURATION = "DURATION",
|
|
16
|
+
EVERY = "EVERY",
|
|
17
|
+
FOR = "FOR",
|
|
18
|
+
FORM = "FORM",
|
|
19
|
+
FREQUENCY = "FREQUENCY",
|
|
20
|
+
NEGATIVE = "NEGATIVE",
|
|
21
|
+
OVERLAP = "OVERLAP",
|
|
22
|
+
RATE = "RATE",
|
|
23
|
+
ROUTE_OR_MODE = "ROUTE_OR_MODE",
|
|
24
|
+
STRENGTH = "STRENGTH",
|
|
25
|
+
SYSTEM_ORGAN_SITE = "SYSTEM_ORGAN_SITE",
|
|
26
|
+
TEST_UNITS = "TEST_UNITS",
|
|
27
|
+
TEST_VALUE = "TEST_VALUE",
|
|
28
|
+
WITH_DOSAGE = "WITH_DOSAGE"
|
|
29
|
+
}
|
|
30
|
+
export declare enum AttributeName {
|
|
31
|
+
DIAGNOSIS = "DIAGNOSIS",
|
|
32
|
+
NEGATION = "NEGATION",
|
|
33
|
+
SIGN = "SIGN",
|
|
34
|
+
SYMPTOM = "SYMPTOM"
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export interface Trait {
|
|
38
|
+
|
|
39
|
+
Name?: AttributeName | string;
|
|
40
|
+
|
|
41
|
+
Score?: number;
|
|
42
|
+
}
|
|
43
|
+
export declare namespace Trait {
|
|
44
|
+
|
|
45
|
+
const filterSensitiveLog: (obj: Trait) => any;
|
|
46
|
+
}
|
|
47
|
+
export declare enum EntitySubType {
|
|
48
|
+
ACUITY = "ACUITY",
|
|
49
|
+
ADDRESS = "ADDRESS",
|
|
50
|
+
AGE = "AGE",
|
|
51
|
+
BRAND_NAME = "BRAND_NAME",
|
|
52
|
+
CONTACT_POINT = "CONTACT_POINT",
|
|
53
|
+
DATE = "DATE",
|
|
54
|
+
DIRECTION = "DIRECTION",
|
|
55
|
+
DOSAGE = "DOSAGE",
|
|
56
|
+
DURATION = "DURATION",
|
|
57
|
+
EMAIL = "EMAIL",
|
|
58
|
+
FORM = "FORM",
|
|
59
|
+
FREQUENCY = "FREQUENCY",
|
|
60
|
+
GENERIC_NAME = "GENERIC_NAME",
|
|
61
|
+
IDENTIFIER = "IDENTIFIER",
|
|
62
|
+
NAME = "NAME",
|
|
63
|
+
PROCEDURE_NAME = "PROCEDURE_NAME",
|
|
64
|
+
PROFESSION = "PROFESSION",
|
|
65
|
+
QUALITY = "QUALITY",
|
|
66
|
+
QUANTITY = "QUANTITY",
|
|
67
|
+
RATE = "RATE",
|
|
68
|
+
ROUTE_OR_MODE = "ROUTE_OR_MODE",
|
|
69
|
+
STRENGTH = "STRENGTH",
|
|
70
|
+
SYSTEM_ORGAN_SITE = "SYSTEM_ORGAN_SITE",
|
|
71
|
+
TEST_NAME = "TEST_NAME",
|
|
72
|
+
TEST_UNITS = "TEST_UNITS",
|
|
73
|
+
TEST_VALUE = "TEST_VALUE",
|
|
74
|
+
TIME_EXPRESSION = "TIME_EXPRESSION",
|
|
75
|
+
TIME_TO_DX_NAME = "TIME_TO_DX_NAME",
|
|
76
|
+
TIME_TO_MEDICATION_NAME = "TIME_TO_MEDICATION_NAME",
|
|
77
|
+
TIME_TO_PROCEDURE_NAME = "TIME_TO_PROCEDURE_NAME",
|
|
78
|
+
TIME_TO_TEST_NAME = "TIME_TO_TEST_NAME",
|
|
79
|
+
TIME_TO_TREATMENT_NAME = "TIME_TO_TREATMENT_NAME",
|
|
80
|
+
TREATMENT_NAME = "TREATMENT_NAME",
|
|
81
|
+
URL = "URL"
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
export interface Attribute {
|
|
85
|
+
|
|
86
|
+
Type?: EntitySubType | string;
|
|
87
|
+
|
|
88
|
+
Score?: number;
|
|
89
|
+
|
|
90
|
+
RelationshipScore?: number;
|
|
91
|
+
|
|
92
|
+
RelationshipType?: RelationshipType | string;
|
|
93
|
+
|
|
94
|
+
Id?: number;
|
|
95
|
+
|
|
96
|
+
BeginOffset?: number;
|
|
97
|
+
|
|
98
|
+
EndOffset?: number;
|
|
99
|
+
|
|
100
|
+
Text?: string;
|
|
101
|
+
|
|
102
|
+
Category?: EntityType | string;
|
|
103
|
+
|
|
104
|
+
Traits?: Trait[];
|
|
105
|
+
}
|
|
106
|
+
export declare namespace Attribute {
|
|
107
|
+
|
|
108
|
+
const filterSensitiveLog: (obj: Attribute) => any;
|
|
109
|
+
}
|
|
110
|
+
export interface DescribeEntitiesDetectionV2JobRequest {
|
|
111
|
+
|
|
112
|
+
JobId: string | undefined;
|
|
113
|
+
}
|
|
114
|
+
export declare namespace DescribeEntitiesDetectionV2JobRequest {
|
|
115
|
+
|
|
116
|
+
const filterSensitiveLog: (obj: DescribeEntitiesDetectionV2JobRequest) => any;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
export interface InputDataConfig {
|
|
120
|
+
|
|
121
|
+
S3Bucket: string | undefined;
|
|
122
|
+
|
|
123
|
+
S3Key?: string;
|
|
124
|
+
}
|
|
125
|
+
export declare namespace InputDataConfig {
|
|
126
|
+
|
|
127
|
+
const filterSensitiveLog: (obj: InputDataConfig) => any;
|
|
128
|
+
}
|
|
129
|
+
export declare enum JobStatus {
|
|
130
|
+
COMPLETED = "COMPLETED",
|
|
131
|
+
FAILED = "FAILED",
|
|
132
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
133
|
+
PARTIAL_SUCCESS = "PARTIAL_SUCCESS",
|
|
134
|
+
STOPPED = "STOPPED",
|
|
135
|
+
STOP_REQUESTED = "STOP_REQUESTED",
|
|
136
|
+
SUBMITTED = "SUBMITTED"
|
|
137
|
+
}
|
|
138
|
+
export declare enum LanguageCode {
|
|
139
|
+
EN = "en"
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
export interface OutputDataConfig {
|
|
143
|
+
|
|
144
|
+
S3Bucket: string | undefined;
|
|
145
|
+
|
|
146
|
+
S3Key?: string;
|
|
147
|
+
}
|
|
148
|
+
export declare namespace OutputDataConfig {
|
|
149
|
+
|
|
150
|
+
const filterSensitiveLog: (obj: OutputDataConfig) => any;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
export interface ComprehendMedicalAsyncJobProperties {
|
|
154
|
+
|
|
155
|
+
JobId?: string;
|
|
156
|
+
|
|
157
|
+
JobName?: string;
|
|
158
|
+
|
|
159
|
+
JobStatus?: JobStatus | string;
|
|
160
|
+
|
|
161
|
+
Message?: string;
|
|
162
|
+
|
|
163
|
+
SubmitTime?: Date;
|
|
164
|
+
|
|
165
|
+
EndTime?: Date;
|
|
166
|
+
|
|
167
|
+
ExpirationTime?: Date;
|
|
168
|
+
|
|
169
|
+
InputDataConfig?: InputDataConfig;
|
|
170
|
+
|
|
171
|
+
OutputDataConfig?: OutputDataConfig;
|
|
172
|
+
|
|
173
|
+
LanguageCode?: LanguageCode | string;
|
|
174
|
+
|
|
175
|
+
DataAccessRoleArn?: string;
|
|
176
|
+
|
|
177
|
+
ManifestFilePath?: string;
|
|
178
|
+
|
|
179
|
+
KMSKey?: string;
|
|
180
|
+
|
|
181
|
+
ModelVersion?: string;
|
|
182
|
+
}
|
|
183
|
+
export declare namespace ComprehendMedicalAsyncJobProperties {
|
|
184
|
+
|
|
185
|
+
const filterSensitiveLog: (obj: ComprehendMedicalAsyncJobProperties) => any;
|
|
186
|
+
}
|
|
187
|
+
export interface DescribeEntitiesDetectionV2JobResponse {
|
|
188
|
+
|
|
189
|
+
ComprehendMedicalAsyncJobProperties?: ComprehendMedicalAsyncJobProperties;
|
|
190
|
+
}
|
|
191
|
+
export declare namespace DescribeEntitiesDetectionV2JobResponse {
|
|
192
|
+
|
|
193
|
+
const filterSensitiveLog: (obj: DescribeEntitiesDetectionV2JobResponse) => any;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
export interface InternalServerException extends __SmithyException, $MetadataBearer {
|
|
197
|
+
name: "InternalServerException";
|
|
198
|
+
$fault: "server";
|
|
199
|
+
Message?: string;
|
|
200
|
+
}
|
|
201
|
+
export declare namespace InternalServerException {
|
|
202
|
+
|
|
203
|
+
const filterSensitiveLog: (obj: InternalServerException) => any;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
export interface InvalidRequestException extends __SmithyException, $MetadataBearer {
|
|
207
|
+
name: "InvalidRequestException";
|
|
208
|
+
$fault: "client";
|
|
209
|
+
Message?: string;
|
|
210
|
+
}
|
|
211
|
+
export declare namespace InvalidRequestException {
|
|
212
|
+
|
|
213
|
+
const filterSensitiveLog: (obj: InvalidRequestException) => any;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
217
|
+
name: "ResourceNotFoundException";
|
|
218
|
+
$fault: "client";
|
|
219
|
+
Message?: string;
|
|
220
|
+
}
|
|
221
|
+
export declare namespace ResourceNotFoundException {
|
|
222
|
+
|
|
223
|
+
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
export interface TooManyRequestsException extends __SmithyException, $MetadataBearer {
|
|
227
|
+
name: "TooManyRequestsException";
|
|
228
|
+
$fault: "client";
|
|
229
|
+
Message?: string;
|
|
230
|
+
}
|
|
231
|
+
export declare namespace TooManyRequestsException {
|
|
232
|
+
|
|
233
|
+
const filterSensitiveLog: (obj: TooManyRequestsException) => any;
|
|
234
|
+
}
|
|
235
|
+
export interface DescribeICD10CMInferenceJobRequest {
|
|
236
|
+
|
|
237
|
+
JobId: string | undefined;
|
|
238
|
+
}
|
|
239
|
+
export declare namespace DescribeICD10CMInferenceJobRequest {
|
|
240
|
+
|
|
241
|
+
const filterSensitiveLog: (obj: DescribeICD10CMInferenceJobRequest) => any;
|
|
242
|
+
}
|
|
243
|
+
export interface DescribeICD10CMInferenceJobResponse {
|
|
244
|
+
|
|
245
|
+
ComprehendMedicalAsyncJobProperties?: ComprehendMedicalAsyncJobProperties;
|
|
246
|
+
}
|
|
247
|
+
export declare namespace DescribeICD10CMInferenceJobResponse {
|
|
248
|
+
|
|
249
|
+
const filterSensitiveLog: (obj: DescribeICD10CMInferenceJobResponse) => any;
|
|
250
|
+
}
|
|
251
|
+
export interface DescribePHIDetectionJobRequest {
|
|
252
|
+
|
|
253
|
+
JobId: string | undefined;
|
|
254
|
+
}
|
|
255
|
+
export declare namespace DescribePHIDetectionJobRequest {
|
|
256
|
+
|
|
257
|
+
const filterSensitiveLog: (obj: DescribePHIDetectionJobRequest) => any;
|
|
258
|
+
}
|
|
259
|
+
export interface DescribePHIDetectionJobResponse {
|
|
260
|
+
|
|
261
|
+
ComprehendMedicalAsyncJobProperties?: ComprehendMedicalAsyncJobProperties;
|
|
262
|
+
}
|
|
263
|
+
export declare namespace DescribePHIDetectionJobResponse {
|
|
264
|
+
|
|
265
|
+
const filterSensitiveLog: (obj: DescribePHIDetectionJobResponse) => any;
|
|
266
|
+
}
|
|
267
|
+
export interface DescribeRxNormInferenceJobRequest {
|
|
268
|
+
|
|
269
|
+
JobId: string | undefined;
|
|
270
|
+
}
|
|
271
|
+
export declare namespace DescribeRxNormInferenceJobRequest {
|
|
272
|
+
|
|
273
|
+
const filterSensitiveLog: (obj: DescribeRxNormInferenceJobRequest) => any;
|
|
274
|
+
}
|
|
275
|
+
export interface DescribeRxNormInferenceJobResponse {
|
|
276
|
+
|
|
277
|
+
ComprehendMedicalAsyncJobProperties?: ComprehendMedicalAsyncJobProperties;
|
|
278
|
+
}
|
|
279
|
+
export declare namespace DescribeRxNormInferenceJobResponse {
|
|
280
|
+
|
|
281
|
+
const filterSensitiveLog: (obj: DescribeRxNormInferenceJobResponse) => any;
|
|
282
|
+
}
|
|
283
|
+
export interface DetectEntitiesRequest {
|
|
284
|
+
|
|
285
|
+
Text: string | undefined;
|
|
286
|
+
}
|
|
287
|
+
export declare namespace DetectEntitiesRequest {
|
|
288
|
+
|
|
289
|
+
const filterSensitiveLog: (obj: DetectEntitiesRequest) => any;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
export interface Entity {
|
|
293
|
+
|
|
294
|
+
Id?: number;
|
|
295
|
+
|
|
296
|
+
BeginOffset?: number;
|
|
297
|
+
|
|
298
|
+
EndOffset?: number;
|
|
299
|
+
|
|
300
|
+
Score?: number;
|
|
301
|
+
|
|
302
|
+
Text?: string;
|
|
303
|
+
|
|
304
|
+
Category?: EntityType | string;
|
|
305
|
+
|
|
306
|
+
Type?: EntitySubType | string;
|
|
307
|
+
|
|
308
|
+
Traits?: Trait[];
|
|
309
|
+
|
|
310
|
+
Attributes?: Attribute[];
|
|
311
|
+
}
|
|
312
|
+
export declare namespace Entity {
|
|
313
|
+
|
|
314
|
+
const filterSensitiveLog: (obj: Entity) => any;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
export interface UnmappedAttribute {
|
|
318
|
+
|
|
319
|
+
Type?: EntityType | string;
|
|
320
|
+
|
|
321
|
+
Attribute?: Attribute;
|
|
322
|
+
}
|
|
323
|
+
export declare namespace UnmappedAttribute {
|
|
324
|
+
|
|
325
|
+
const filterSensitiveLog: (obj: UnmappedAttribute) => any;
|
|
326
|
+
}
|
|
327
|
+
export interface DetectEntitiesResponse {
|
|
328
|
+
|
|
329
|
+
Entities: Entity[] | undefined;
|
|
330
|
+
|
|
331
|
+
UnmappedAttributes?: UnmappedAttribute[];
|
|
332
|
+
|
|
333
|
+
PaginationToken?: string;
|
|
334
|
+
|
|
335
|
+
ModelVersion: string | undefined;
|
|
336
|
+
}
|
|
337
|
+
export declare namespace DetectEntitiesResponse {
|
|
338
|
+
|
|
339
|
+
const filterSensitiveLog: (obj: DetectEntitiesResponse) => any;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
export interface InvalidEncodingException extends __SmithyException, $MetadataBearer {
|
|
343
|
+
name: "InvalidEncodingException";
|
|
344
|
+
$fault: "client";
|
|
345
|
+
Message?: string;
|
|
346
|
+
}
|
|
347
|
+
export declare namespace InvalidEncodingException {
|
|
348
|
+
|
|
349
|
+
const filterSensitiveLog: (obj: InvalidEncodingException) => any;
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
export interface ServiceUnavailableException extends __SmithyException, $MetadataBearer {
|
|
353
|
+
name: "ServiceUnavailableException";
|
|
354
|
+
$fault: "server";
|
|
355
|
+
Message?: string;
|
|
356
|
+
}
|
|
357
|
+
export declare namespace ServiceUnavailableException {
|
|
358
|
+
|
|
359
|
+
const filterSensitiveLog: (obj: ServiceUnavailableException) => any;
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
export interface TextSizeLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
363
|
+
name: "TextSizeLimitExceededException";
|
|
364
|
+
$fault: "client";
|
|
365
|
+
Message?: string;
|
|
366
|
+
}
|
|
367
|
+
export declare namespace TextSizeLimitExceededException {
|
|
368
|
+
|
|
369
|
+
const filterSensitiveLog: (obj: TextSizeLimitExceededException) => any;
|
|
370
|
+
}
|
|
371
|
+
export interface DetectEntitiesV2Request {
|
|
372
|
+
|
|
373
|
+
Text: string | undefined;
|
|
374
|
+
}
|
|
375
|
+
export declare namespace DetectEntitiesV2Request {
|
|
376
|
+
|
|
377
|
+
const filterSensitiveLog: (obj: DetectEntitiesV2Request) => any;
|
|
378
|
+
}
|
|
379
|
+
export interface DetectEntitiesV2Response {
|
|
380
|
+
|
|
381
|
+
Entities: Entity[] | undefined;
|
|
382
|
+
|
|
383
|
+
UnmappedAttributes?: UnmappedAttribute[];
|
|
384
|
+
|
|
385
|
+
PaginationToken?: string;
|
|
386
|
+
|
|
387
|
+
ModelVersion: string | undefined;
|
|
388
|
+
}
|
|
389
|
+
export declare namespace DetectEntitiesV2Response {
|
|
390
|
+
|
|
391
|
+
const filterSensitiveLog: (obj: DetectEntitiesV2Response) => any;
|
|
392
|
+
}
|
|
393
|
+
export interface DetectPHIRequest {
|
|
394
|
+
|
|
395
|
+
Text: string | undefined;
|
|
396
|
+
}
|
|
397
|
+
export declare namespace DetectPHIRequest {
|
|
398
|
+
|
|
399
|
+
const filterSensitiveLog: (obj: DetectPHIRequest) => any;
|
|
400
|
+
}
|
|
401
|
+
export interface DetectPHIResponse {
|
|
402
|
+
|
|
403
|
+
Entities: Entity[] | undefined;
|
|
404
|
+
|
|
405
|
+
PaginationToken?: string;
|
|
406
|
+
|
|
407
|
+
ModelVersion: string | undefined;
|
|
408
|
+
}
|
|
409
|
+
export declare namespace DetectPHIResponse {
|
|
410
|
+
|
|
411
|
+
const filterSensitiveLog: (obj: DetectPHIResponse) => any;
|
|
412
|
+
}
|
|
413
|
+
export interface InferICD10CMRequest {
|
|
414
|
+
|
|
415
|
+
Text: string | undefined;
|
|
416
|
+
}
|
|
417
|
+
export declare namespace InferICD10CMRequest {
|
|
418
|
+
|
|
419
|
+
const filterSensitiveLog: (obj: InferICD10CMRequest) => any;
|
|
420
|
+
}
|
|
421
|
+
export declare enum ICD10CMEntityType {
|
|
422
|
+
DX_NAME = "DX_NAME",
|
|
423
|
+
TIME_EXPRESSION = "TIME_EXPRESSION"
|
|
424
|
+
}
|
|
425
|
+
export declare enum ICD10CMRelationshipType {
|
|
426
|
+
OVERLAP = "OVERLAP",
|
|
427
|
+
SYSTEM_ORGAN_SITE = "SYSTEM_ORGAN_SITE"
|
|
428
|
+
}
|
|
429
|
+
export declare enum ICD10CMTraitName {
|
|
430
|
+
DIAGNOSIS = "DIAGNOSIS",
|
|
431
|
+
NEGATION = "NEGATION",
|
|
432
|
+
SIGN = "SIGN",
|
|
433
|
+
SYMPTOM = "SYMPTOM"
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
export interface ICD10CMTrait {
|
|
437
|
+
|
|
438
|
+
Name?: ICD10CMTraitName | string;
|
|
439
|
+
|
|
440
|
+
Score?: number;
|
|
441
|
+
}
|
|
442
|
+
export declare namespace ICD10CMTrait {
|
|
443
|
+
|
|
444
|
+
const filterSensitiveLog: (obj: ICD10CMTrait) => any;
|
|
445
|
+
}
|
|
446
|
+
export declare enum ICD10CMAttributeType {
|
|
447
|
+
ACUITY = "ACUITY",
|
|
448
|
+
DIRECTION = "DIRECTION",
|
|
449
|
+
QUALITY = "QUALITY",
|
|
450
|
+
QUANTITY = "QUANTITY",
|
|
451
|
+
SYSTEM_ORGAN_SITE = "SYSTEM_ORGAN_SITE",
|
|
452
|
+
TIME_EXPRESSION = "TIME_EXPRESSION",
|
|
453
|
+
TIME_TO_DX_NAME = "TIME_TO_DX_NAME"
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
export interface ICD10CMAttribute {
|
|
457
|
+
|
|
458
|
+
Type?: ICD10CMAttributeType | string;
|
|
459
|
+
|
|
460
|
+
Score?: number;
|
|
461
|
+
|
|
462
|
+
RelationshipScore?: number;
|
|
463
|
+
|
|
464
|
+
Id?: number;
|
|
465
|
+
|
|
466
|
+
BeginOffset?: number;
|
|
467
|
+
|
|
468
|
+
EndOffset?: number;
|
|
469
|
+
|
|
470
|
+
Text?: string;
|
|
471
|
+
|
|
472
|
+
Traits?: ICD10CMTrait[];
|
|
473
|
+
|
|
474
|
+
Category?: ICD10CMEntityType | string;
|
|
475
|
+
|
|
476
|
+
RelationshipType?: ICD10CMRelationshipType | string;
|
|
477
|
+
}
|
|
478
|
+
export declare namespace ICD10CMAttribute {
|
|
479
|
+
|
|
480
|
+
const filterSensitiveLog: (obj: ICD10CMAttribute) => any;
|
|
481
|
+
}
|
|
482
|
+
export declare enum ICD10CMEntityCategory {
|
|
483
|
+
MEDICAL_CONDITION = "MEDICAL_CONDITION"
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
export interface ICD10CMConcept {
|
|
487
|
+
|
|
488
|
+
Description?: string;
|
|
489
|
+
|
|
490
|
+
Code?: string;
|
|
491
|
+
|
|
492
|
+
Score?: number;
|
|
493
|
+
}
|
|
494
|
+
export declare namespace ICD10CMConcept {
|
|
495
|
+
|
|
496
|
+
const filterSensitiveLog: (obj: ICD10CMConcept) => any;
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
export interface ICD10CMEntity {
|
|
500
|
+
|
|
501
|
+
Id?: number;
|
|
502
|
+
|
|
503
|
+
Text?: string;
|
|
504
|
+
|
|
505
|
+
Category?: ICD10CMEntityCategory | string;
|
|
506
|
+
|
|
507
|
+
Type?: ICD10CMEntityType | string;
|
|
508
|
+
|
|
509
|
+
Score?: number;
|
|
510
|
+
|
|
511
|
+
BeginOffset?: number;
|
|
512
|
+
|
|
513
|
+
EndOffset?: number;
|
|
514
|
+
|
|
515
|
+
Attributes?: ICD10CMAttribute[];
|
|
516
|
+
|
|
517
|
+
Traits?: ICD10CMTrait[];
|
|
518
|
+
|
|
519
|
+
ICD10CMConcepts?: ICD10CMConcept[];
|
|
520
|
+
}
|
|
521
|
+
export declare namespace ICD10CMEntity {
|
|
522
|
+
|
|
523
|
+
const filterSensitiveLog: (obj: ICD10CMEntity) => any;
|
|
524
|
+
}
|
|
525
|
+
export interface InferICD10CMResponse {
|
|
526
|
+
|
|
527
|
+
Entities: ICD10CMEntity[] | undefined;
|
|
528
|
+
|
|
529
|
+
PaginationToken?: string;
|
|
530
|
+
|
|
531
|
+
ModelVersion?: string;
|
|
532
|
+
}
|
|
533
|
+
export declare namespace InferICD10CMResponse {
|
|
534
|
+
|
|
535
|
+
const filterSensitiveLog: (obj: InferICD10CMResponse) => any;
|
|
536
|
+
}
|
|
537
|
+
export interface InferRxNormRequest {
|
|
538
|
+
|
|
539
|
+
Text: string | undefined;
|
|
540
|
+
}
|
|
541
|
+
export declare namespace InferRxNormRequest {
|
|
542
|
+
|
|
543
|
+
const filterSensitiveLog: (obj: InferRxNormRequest) => any;
|
|
544
|
+
}
|
|
545
|
+
export declare enum RxNormTraitName {
|
|
546
|
+
NEGATION = "NEGATION"
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
export interface RxNormTrait {
|
|
550
|
+
|
|
551
|
+
Name?: RxNormTraitName | string;
|
|
552
|
+
|
|
553
|
+
Score?: number;
|
|
554
|
+
}
|
|
555
|
+
export declare namespace RxNormTrait {
|
|
556
|
+
|
|
557
|
+
const filterSensitiveLog: (obj: RxNormTrait) => any;
|
|
558
|
+
}
|
|
559
|
+
export declare enum RxNormAttributeType {
|
|
560
|
+
DOSAGE = "DOSAGE",
|
|
561
|
+
DURATION = "DURATION",
|
|
562
|
+
FORM = "FORM",
|
|
563
|
+
FREQUENCY = "FREQUENCY",
|
|
564
|
+
RATE = "RATE",
|
|
565
|
+
ROUTE_OR_MODE = "ROUTE_OR_MODE",
|
|
566
|
+
STRENGTH = "STRENGTH"
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
export interface RxNormAttribute {
|
|
570
|
+
|
|
571
|
+
Type?: RxNormAttributeType | string;
|
|
572
|
+
|
|
573
|
+
Score?: number;
|
|
574
|
+
|
|
575
|
+
RelationshipScore?: number;
|
|
576
|
+
|
|
577
|
+
Id?: number;
|
|
578
|
+
|
|
579
|
+
BeginOffset?: number;
|
|
580
|
+
|
|
581
|
+
EndOffset?: number;
|
|
582
|
+
|
|
583
|
+
Text?: string;
|
|
584
|
+
|
|
585
|
+
Traits?: RxNormTrait[];
|
|
586
|
+
}
|
|
587
|
+
export declare namespace RxNormAttribute {
|
|
588
|
+
|
|
589
|
+
const filterSensitiveLog: (obj: RxNormAttribute) => any;
|
|
590
|
+
}
|
|
591
|
+
export declare enum RxNormEntityCategory {
|
|
592
|
+
MEDICATION = "MEDICATION"
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
export interface RxNormConcept {
|
|
596
|
+
|
|
597
|
+
Description?: string;
|
|
598
|
+
|
|
599
|
+
Code?: string;
|
|
600
|
+
|
|
601
|
+
Score?: number;
|
|
602
|
+
}
|
|
603
|
+
export declare namespace RxNormConcept {
|
|
604
|
+
|
|
605
|
+
const filterSensitiveLog: (obj: RxNormConcept) => any;
|
|
606
|
+
}
|
|
607
|
+
export declare enum RxNormEntityType {
|
|
608
|
+
BRAND_NAME = "BRAND_NAME",
|
|
609
|
+
GENERIC_NAME = "GENERIC_NAME"
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
export interface RxNormEntity {
|
|
613
|
+
|
|
614
|
+
Id?: number;
|
|
615
|
+
|
|
616
|
+
Text?: string;
|
|
617
|
+
|
|
618
|
+
Category?: RxNormEntityCategory | string;
|
|
619
|
+
|
|
620
|
+
Type?: RxNormEntityType | string;
|
|
621
|
+
|
|
622
|
+
Score?: number;
|
|
623
|
+
|
|
624
|
+
BeginOffset?: number;
|
|
625
|
+
|
|
626
|
+
EndOffset?: number;
|
|
627
|
+
|
|
628
|
+
Attributes?: RxNormAttribute[];
|
|
629
|
+
|
|
630
|
+
Traits?: RxNormTrait[];
|
|
631
|
+
|
|
632
|
+
RxNormConcepts?: RxNormConcept[];
|
|
633
|
+
}
|
|
634
|
+
export declare namespace RxNormEntity {
|
|
635
|
+
|
|
636
|
+
const filterSensitiveLog: (obj: RxNormEntity) => any;
|
|
637
|
+
}
|
|
638
|
+
export interface InferRxNormResponse {
|
|
639
|
+
|
|
640
|
+
Entities: RxNormEntity[] | undefined;
|
|
641
|
+
|
|
642
|
+
PaginationToken?: string;
|
|
643
|
+
|
|
644
|
+
ModelVersion?: string;
|
|
645
|
+
}
|
|
646
|
+
export declare namespace InferRxNormResponse {
|
|
647
|
+
|
|
648
|
+
const filterSensitiveLog: (obj: InferRxNormResponse) => any;
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
export interface ComprehendMedicalAsyncJobFilter {
|
|
652
|
+
|
|
653
|
+
JobName?: string;
|
|
654
|
+
|
|
655
|
+
JobStatus?: JobStatus | string;
|
|
656
|
+
|
|
657
|
+
SubmitTimeBefore?: Date;
|
|
658
|
+
|
|
659
|
+
SubmitTimeAfter?: Date;
|
|
660
|
+
}
|
|
661
|
+
export declare namespace ComprehendMedicalAsyncJobFilter {
|
|
662
|
+
|
|
663
|
+
const filterSensitiveLog: (obj: ComprehendMedicalAsyncJobFilter) => any;
|
|
664
|
+
}
|
|
665
|
+
export interface ListEntitiesDetectionV2JobsRequest {
|
|
666
|
+
|
|
667
|
+
Filter?: ComprehendMedicalAsyncJobFilter;
|
|
668
|
+
|
|
669
|
+
NextToken?: string;
|
|
670
|
+
|
|
671
|
+
MaxResults?: number;
|
|
672
|
+
}
|
|
673
|
+
export declare namespace ListEntitiesDetectionV2JobsRequest {
|
|
674
|
+
|
|
675
|
+
const filterSensitiveLog: (obj: ListEntitiesDetectionV2JobsRequest) => any;
|
|
676
|
+
}
|
|
677
|
+
export interface ListEntitiesDetectionV2JobsResponse {
|
|
678
|
+
|
|
679
|
+
ComprehendMedicalAsyncJobPropertiesList?: ComprehendMedicalAsyncJobProperties[];
|
|
680
|
+
|
|
681
|
+
NextToken?: string;
|
|
682
|
+
}
|
|
683
|
+
export declare namespace ListEntitiesDetectionV2JobsResponse {
|
|
684
|
+
|
|
685
|
+
const filterSensitiveLog: (obj: ListEntitiesDetectionV2JobsResponse) => any;
|
|
686
|
+
}
|
|
687
|
+
|
|
688
|
+
export interface ValidationException extends __SmithyException, $MetadataBearer {
|
|
689
|
+
name: "ValidationException";
|
|
690
|
+
$fault: "client";
|
|
691
|
+
Message?: string;
|
|
692
|
+
}
|
|
693
|
+
export declare namespace ValidationException {
|
|
694
|
+
|
|
695
|
+
const filterSensitiveLog: (obj: ValidationException) => any;
|
|
696
|
+
}
|
|
697
|
+
export interface ListICD10CMInferenceJobsRequest {
|
|
698
|
+
|
|
699
|
+
Filter?: ComprehendMedicalAsyncJobFilter;
|
|
700
|
+
|
|
701
|
+
NextToken?: string;
|
|
702
|
+
|
|
703
|
+
MaxResults?: number;
|
|
704
|
+
}
|
|
705
|
+
export declare namespace ListICD10CMInferenceJobsRequest {
|
|
706
|
+
|
|
707
|
+
const filterSensitiveLog: (obj: ListICD10CMInferenceJobsRequest) => any;
|
|
708
|
+
}
|
|
709
|
+
export interface ListICD10CMInferenceJobsResponse {
|
|
710
|
+
|
|
711
|
+
ComprehendMedicalAsyncJobPropertiesList?: ComprehendMedicalAsyncJobProperties[];
|
|
712
|
+
|
|
713
|
+
NextToken?: string;
|
|
714
|
+
}
|
|
715
|
+
export declare namespace ListICD10CMInferenceJobsResponse {
|
|
716
|
+
|
|
717
|
+
const filterSensitiveLog: (obj: ListICD10CMInferenceJobsResponse) => any;
|
|
718
|
+
}
|
|
719
|
+
export interface ListPHIDetectionJobsRequest {
|
|
720
|
+
|
|
721
|
+
Filter?: ComprehendMedicalAsyncJobFilter;
|
|
722
|
+
|
|
723
|
+
NextToken?: string;
|
|
724
|
+
|
|
725
|
+
MaxResults?: number;
|
|
726
|
+
}
|
|
727
|
+
export declare namespace ListPHIDetectionJobsRequest {
|
|
728
|
+
|
|
729
|
+
const filterSensitiveLog: (obj: ListPHIDetectionJobsRequest) => any;
|
|
730
|
+
}
|
|
731
|
+
export interface ListPHIDetectionJobsResponse {
|
|
732
|
+
|
|
733
|
+
ComprehendMedicalAsyncJobPropertiesList?: ComprehendMedicalAsyncJobProperties[];
|
|
734
|
+
|
|
735
|
+
NextToken?: string;
|
|
736
|
+
}
|
|
737
|
+
export declare namespace ListPHIDetectionJobsResponse {
|
|
738
|
+
|
|
739
|
+
const filterSensitiveLog: (obj: ListPHIDetectionJobsResponse) => any;
|
|
740
|
+
}
|
|
741
|
+
export interface ListRxNormInferenceJobsRequest {
|
|
742
|
+
|
|
743
|
+
Filter?: ComprehendMedicalAsyncJobFilter;
|
|
744
|
+
|
|
745
|
+
NextToken?: string;
|
|
746
|
+
|
|
747
|
+
MaxResults?: number;
|
|
748
|
+
}
|
|
749
|
+
export declare namespace ListRxNormInferenceJobsRequest {
|
|
750
|
+
|
|
751
|
+
const filterSensitiveLog: (obj: ListRxNormInferenceJobsRequest) => any;
|
|
752
|
+
}
|
|
753
|
+
export interface ListRxNormInferenceJobsResponse {
|
|
754
|
+
|
|
755
|
+
ComprehendMedicalAsyncJobPropertiesList?: ComprehendMedicalAsyncJobProperties[];
|
|
756
|
+
|
|
757
|
+
NextToken?: string;
|
|
758
|
+
}
|
|
759
|
+
export declare namespace ListRxNormInferenceJobsResponse {
|
|
760
|
+
|
|
761
|
+
const filterSensitiveLog: (obj: ListRxNormInferenceJobsResponse) => any;
|
|
762
|
+
}
|
|
763
|
+
export interface StartEntitiesDetectionV2JobRequest {
|
|
764
|
+
|
|
765
|
+
InputDataConfig: InputDataConfig | undefined;
|
|
766
|
+
|
|
767
|
+
OutputDataConfig: OutputDataConfig | undefined;
|
|
768
|
+
|
|
769
|
+
DataAccessRoleArn: string | undefined;
|
|
770
|
+
|
|
771
|
+
JobName?: string;
|
|
772
|
+
|
|
773
|
+
ClientRequestToken?: string;
|
|
774
|
+
|
|
775
|
+
KMSKey?: string;
|
|
776
|
+
|
|
777
|
+
LanguageCode: LanguageCode | string | undefined;
|
|
778
|
+
}
|
|
779
|
+
export declare namespace StartEntitiesDetectionV2JobRequest {
|
|
780
|
+
|
|
781
|
+
const filterSensitiveLog: (obj: StartEntitiesDetectionV2JobRequest) => any;
|
|
782
|
+
}
|
|
783
|
+
export interface StartEntitiesDetectionV2JobResponse {
|
|
784
|
+
|
|
785
|
+
JobId?: string;
|
|
786
|
+
}
|
|
787
|
+
export declare namespace StartEntitiesDetectionV2JobResponse {
|
|
788
|
+
|
|
789
|
+
const filterSensitiveLog: (obj: StartEntitiesDetectionV2JobResponse) => any;
|
|
790
|
+
}
|
|
791
|
+
export interface StartICD10CMInferenceJobRequest {
|
|
792
|
+
|
|
793
|
+
InputDataConfig: InputDataConfig | undefined;
|
|
794
|
+
|
|
795
|
+
OutputDataConfig: OutputDataConfig | undefined;
|
|
796
|
+
|
|
797
|
+
DataAccessRoleArn: string | undefined;
|
|
798
|
+
|
|
799
|
+
JobName?: string;
|
|
800
|
+
|
|
801
|
+
ClientRequestToken?: string;
|
|
802
|
+
|
|
803
|
+
KMSKey?: string;
|
|
804
|
+
|
|
805
|
+
LanguageCode: LanguageCode | string | undefined;
|
|
806
|
+
}
|
|
807
|
+
export declare namespace StartICD10CMInferenceJobRequest {
|
|
808
|
+
|
|
809
|
+
const filterSensitiveLog: (obj: StartICD10CMInferenceJobRequest) => any;
|
|
810
|
+
}
|
|
811
|
+
export interface StartICD10CMInferenceJobResponse {
|
|
812
|
+
|
|
813
|
+
JobId?: string;
|
|
814
|
+
}
|
|
815
|
+
export declare namespace StartICD10CMInferenceJobResponse {
|
|
816
|
+
|
|
817
|
+
const filterSensitiveLog: (obj: StartICD10CMInferenceJobResponse) => any;
|
|
818
|
+
}
|
|
819
|
+
export interface StartPHIDetectionJobRequest {
|
|
820
|
+
|
|
821
|
+
InputDataConfig: InputDataConfig | undefined;
|
|
822
|
+
|
|
823
|
+
OutputDataConfig: OutputDataConfig | undefined;
|
|
824
|
+
|
|
825
|
+
DataAccessRoleArn: string | undefined;
|
|
826
|
+
|
|
827
|
+
JobName?: string;
|
|
828
|
+
|
|
829
|
+
ClientRequestToken?: string;
|
|
830
|
+
|
|
831
|
+
KMSKey?: string;
|
|
832
|
+
|
|
833
|
+
LanguageCode: LanguageCode | string | undefined;
|
|
834
|
+
}
|
|
835
|
+
export declare namespace StartPHIDetectionJobRequest {
|
|
836
|
+
|
|
837
|
+
const filterSensitiveLog: (obj: StartPHIDetectionJobRequest) => any;
|
|
838
|
+
}
|
|
839
|
+
export interface StartPHIDetectionJobResponse {
|
|
840
|
+
|
|
841
|
+
JobId?: string;
|
|
842
|
+
}
|
|
843
|
+
export declare namespace StartPHIDetectionJobResponse {
|
|
844
|
+
|
|
845
|
+
const filterSensitiveLog: (obj: StartPHIDetectionJobResponse) => any;
|
|
846
|
+
}
|
|
847
|
+
export interface StartRxNormInferenceJobRequest {
|
|
848
|
+
|
|
849
|
+
InputDataConfig: InputDataConfig | undefined;
|
|
850
|
+
|
|
851
|
+
OutputDataConfig: OutputDataConfig | undefined;
|
|
852
|
+
|
|
853
|
+
DataAccessRoleArn: string | undefined;
|
|
854
|
+
|
|
855
|
+
JobName?: string;
|
|
856
|
+
|
|
857
|
+
ClientRequestToken?: string;
|
|
858
|
+
|
|
859
|
+
KMSKey?: string;
|
|
860
|
+
|
|
861
|
+
LanguageCode: LanguageCode | string | undefined;
|
|
862
|
+
}
|
|
863
|
+
export declare namespace StartRxNormInferenceJobRequest {
|
|
864
|
+
|
|
865
|
+
const filterSensitiveLog: (obj: StartRxNormInferenceJobRequest) => any;
|
|
866
|
+
}
|
|
867
|
+
export interface StartRxNormInferenceJobResponse {
|
|
868
|
+
|
|
869
|
+
JobId?: string;
|
|
870
|
+
}
|
|
871
|
+
export declare namespace StartRxNormInferenceJobResponse {
|
|
872
|
+
|
|
873
|
+
const filterSensitiveLog: (obj: StartRxNormInferenceJobResponse) => any;
|
|
874
|
+
}
|
|
875
|
+
export interface StopEntitiesDetectionV2JobRequest {
|
|
876
|
+
|
|
877
|
+
JobId: string | undefined;
|
|
878
|
+
}
|
|
879
|
+
export declare namespace StopEntitiesDetectionV2JobRequest {
|
|
880
|
+
|
|
881
|
+
const filterSensitiveLog: (obj: StopEntitiesDetectionV2JobRequest) => any;
|
|
882
|
+
}
|
|
883
|
+
export interface StopEntitiesDetectionV2JobResponse {
|
|
884
|
+
|
|
885
|
+
JobId?: string;
|
|
886
|
+
}
|
|
887
|
+
export declare namespace StopEntitiesDetectionV2JobResponse {
|
|
888
|
+
|
|
889
|
+
const filterSensitiveLog: (obj: StopEntitiesDetectionV2JobResponse) => any;
|
|
890
|
+
}
|
|
891
|
+
export interface StopICD10CMInferenceJobRequest {
|
|
892
|
+
|
|
893
|
+
JobId: string | undefined;
|
|
894
|
+
}
|
|
895
|
+
export declare namespace StopICD10CMInferenceJobRequest {
|
|
896
|
+
|
|
897
|
+
const filterSensitiveLog: (obj: StopICD10CMInferenceJobRequest) => any;
|
|
898
|
+
}
|
|
899
|
+
export interface StopICD10CMInferenceJobResponse {
|
|
900
|
+
|
|
901
|
+
JobId?: string;
|
|
902
|
+
}
|
|
903
|
+
export declare namespace StopICD10CMInferenceJobResponse {
|
|
904
|
+
|
|
905
|
+
const filterSensitiveLog: (obj: StopICD10CMInferenceJobResponse) => any;
|
|
906
|
+
}
|
|
907
|
+
export interface StopPHIDetectionJobRequest {
|
|
908
|
+
|
|
909
|
+
JobId: string | undefined;
|
|
910
|
+
}
|
|
911
|
+
export declare namespace StopPHIDetectionJobRequest {
|
|
912
|
+
|
|
913
|
+
const filterSensitiveLog: (obj: StopPHIDetectionJobRequest) => any;
|
|
914
|
+
}
|
|
915
|
+
export interface StopPHIDetectionJobResponse {
|
|
916
|
+
|
|
917
|
+
JobId?: string;
|
|
918
|
+
}
|
|
919
|
+
export declare namespace StopPHIDetectionJobResponse {
|
|
920
|
+
|
|
921
|
+
const filterSensitiveLog: (obj: StopPHIDetectionJobResponse) => any;
|
|
922
|
+
}
|
|
923
|
+
export interface StopRxNormInferenceJobRequest {
|
|
924
|
+
|
|
925
|
+
JobId: string | undefined;
|
|
926
|
+
}
|
|
927
|
+
export declare namespace StopRxNormInferenceJobRequest {
|
|
928
|
+
|
|
929
|
+
const filterSensitiveLog: (obj: StopRxNormInferenceJobRequest) => any;
|
|
930
|
+
}
|
|
931
|
+
export interface StopRxNormInferenceJobResponse {
|
|
932
|
+
|
|
933
|
+
JobId?: string;
|
|
934
|
+
}
|
|
935
|
+
export declare namespace StopRxNormInferenceJobResponse {
|
|
936
|
+
|
|
937
|
+
const filterSensitiveLog: (obj: StopRxNormInferenceJobResponse) => any;
|
|
938
|
+
}
|