@aws-sdk/client-comprehendmedical 3.428.0 → 3.429.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.
|
@@ -77,7 +77,7 @@ export interface Trait {
|
|
|
77
77
|
* @public
|
|
78
78
|
* <p> Provides a name or contextual description about the trait. </p>
|
|
79
79
|
*/
|
|
80
|
-
Name?: AttributeName
|
|
80
|
+
Name?: AttributeName;
|
|
81
81
|
/**
|
|
82
82
|
* @public
|
|
83
83
|
* <p> The level of confidence that Amazon Comprehend Medical has in the accuracy of this trait.</p>
|
|
@@ -151,7 +151,7 @@ export interface Attribute {
|
|
|
151
151
|
* @public
|
|
152
152
|
* <p> The type of attribute. </p>
|
|
153
153
|
*/
|
|
154
|
-
Type?: EntitySubType
|
|
154
|
+
Type?: EntitySubType;
|
|
155
155
|
/**
|
|
156
156
|
* @public
|
|
157
157
|
* <p> The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized
|
|
@@ -170,7 +170,7 @@ export interface Attribute {
|
|
|
170
170
|
* <code>OVERLAP</code>, indicating that the entity occurred at the same time as the
|
|
171
171
|
* <code>Date_Expression</code>. </p>
|
|
172
172
|
*/
|
|
173
|
-
RelationshipType?: RelationshipType
|
|
173
|
+
RelationshipType?: RelationshipType;
|
|
174
174
|
/**
|
|
175
175
|
* @public
|
|
176
176
|
* <p> The numeric identifier for this attribute. This is a monotonically increasing id unique
|
|
@@ -198,7 +198,7 @@ export interface Attribute {
|
|
|
198
198
|
* @public
|
|
199
199
|
* <p> The category of attribute. </p>
|
|
200
200
|
*/
|
|
201
|
-
Category?: EntityType
|
|
201
|
+
Category?: EntityType;
|
|
202
202
|
/**
|
|
203
203
|
* @public
|
|
204
204
|
* <p> Contextual information for this attribute. </p>
|
|
@@ -319,7 +319,7 @@ export interface ComprehendMedicalAsyncJobProperties {
|
|
|
319
319
|
* <p>The current status of the detection job. If the status is <code>FAILED</code>, the
|
|
320
320
|
* <code>Message</code> field shows the reason for the failure.</p>
|
|
321
321
|
*/
|
|
322
|
-
JobStatus?: JobStatus
|
|
322
|
+
JobStatus?: JobStatus;
|
|
323
323
|
/**
|
|
324
324
|
* @public
|
|
325
325
|
* <p>A description of the status of a job.</p>
|
|
@@ -357,7 +357,7 @@ export interface ComprehendMedicalAsyncJobProperties {
|
|
|
357
357
|
* @public
|
|
358
358
|
* <p>The language code of the input documents.</p>
|
|
359
359
|
*/
|
|
360
|
-
LanguageCode?: LanguageCode
|
|
360
|
+
LanguageCode?: LanguageCode;
|
|
361
361
|
/**
|
|
362
362
|
* @public
|
|
363
363
|
* <p>The Amazon Resource Name (ARN) that gives Amazon Comprehend Medical read access to your input data.</p>
|
|
@@ -579,12 +579,12 @@ export interface Entity {
|
|
|
579
579
|
* @public
|
|
580
580
|
* <p> The category of the entity.</p>
|
|
581
581
|
*/
|
|
582
|
-
Category?: EntityType
|
|
582
|
+
Category?: EntityType;
|
|
583
583
|
/**
|
|
584
584
|
* @public
|
|
585
585
|
* <p> Describes the specific type of entity with category of entities.</p>
|
|
586
586
|
*/
|
|
587
|
-
Type?: EntitySubType
|
|
587
|
+
Type?: EntitySubType;
|
|
588
588
|
/**
|
|
589
589
|
* @public
|
|
590
590
|
* <p>Contextual information for the entity.</p>
|
|
@@ -607,7 +607,7 @@ export interface UnmappedAttribute {
|
|
|
607
607
|
* "MEDICAL_CONDITION", "ANATOMY", "TEST_AND_TREATMENT_PROCEDURE" or
|
|
608
608
|
* "PROTECTED_HEALTH_INFORMATION". </p>
|
|
609
609
|
*/
|
|
610
|
-
Type?: EntityType
|
|
610
|
+
Type?: EntityType;
|
|
611
611
|
/**
|
|
612
612
|
* @public
|
|
613
613
|
* <p> The specific attribute that has been extracted but not mapped to an entity. </p>
|
|
@@ -828,7 +828,7 @@ export interface ICD10CMTrait {
|
|
|
828
828
|
* @public
|
|
829
829
|
* <p>Provides a name or contextual description about the trait.</p>
|
|
830
830
|
*/
|
|
831
|
-
Name?: ICD10CMTraitName
|
|
831
|
+
Name?: ICD10CMTraitName;
|
|
832
832
|
/**
|
|
833
833
|
* @public
|
|
834
834
|
* <p>The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized
|
|
@@ -866,7 +866,7 @@ export interface ICD10CMAttribute {
|
|
|
866
866
|
* <p>The type of attribute. InferICD10CM detects entities of the type <code>DX_NAME</code>.
|
|
867
867
|
* </p>
|
|
868
868
|
*/
|
|
869
|
-
Type?: ICD10CMAttributeType
|
|
869
|
+
Type?: ICD10CMAttributeType;
|
|
870
870
|
/**
|
|
871
871
|
* @public
|
|
872
872
|
* <p>The level of confidence that Amazon Comprehend Medical has that the segment of text is
|
|
@@ -913,13 +913,13 @@ export interface ICD10CMAttribute {
|
|
|
913
913
|
* @public
|
|
914
914
|
* <p>The category of attribute. Can be either of <code>DX_NAME</code> or <code>TIME_EXPRESSION</code>.</p>
|
|
915
915
|
*/
|
|
916
|
-
Category?: ICD10CMEntityType
|
|
916
|
+
Category?: ICD10CMEntityType;
|
|
917
917
|
/**
|
|
918
918
|
* @public
|
|
919
919
|
* <p>The type of relationship between the entity and attribute. Type for the relationship can
|
|
920
920
|
* be either of <code>OVERLAP</code> or <code>SYSTEM_ORGAN_SITE</code>.</p>
|
|
921
921
|
*/
|
|
922
|
-
RelationshipType?: ICD10CMRelationshipType
|
|
922
|
+
RelationshipType?: ICD10CMRelationshipType;
|
|
923
923
|
}
|
|
924
924
|
/**
|
|
925
925
|
* @public
|
|
@@ -981,13 +981,13 @@ export interface ICD10CMEntity {
|
|
|
981
981
|
* <p> The category of the entity. InferICD10CM detects entities in the
|
|
982
982
|
* <code>MEDICAL_CONDITION</code> category. </p>
|
|
983
983
|
*/
|
|
984
|
-
Category?: ICD10CMEntityCategory
|
|
984
|
+
Category?: ICD10CMEntityCategory;
|
|
985
985
|
/**
|
|
986
986
|
* @public
|
|
987
987
|
* <p>Describes the specific type of entity with category of entities. InferICD10CM detects
|
|
988
988
|
* entities of the type <code>DX_NAME</code> and <code>TIME_EXPRESSION</code>.</p>
|
|
989
989
|
*/
|
|
990
|
-
Type?: ICD10CMEntityType
|
|
990
|
+
Type?: ICD10CMEntityType;
|
|
991
991
|
/**
|
|
992
992
|
* @public
|
|
993
993
|
* <p>The level of confidence that Amazon Comprehend Medical has in the accuracy of the
|
|
@@ -1086,7 +1086,7 @@ export interface RxNormTrait {
|
|
|
1086
1086
|
* @public
|
|
1087
1087
|
* <p>Provides a name or contextual description about the trait.</p>
|
|
1088
1088
|
*/
|
|
1089
|
-
Name?: RxNormTraitName
|
|
1089
|
+
Name?: RxNormTraitName;
|
|
1090
1090
|
/**
|
|
1091
1091
|
* @public
|
|
1092
1092
|
* <p>The level of confidence that Amazon Comprehend Medical has in the accuracy of the detected
|
|
@@ -1123,7 +1123,7 @@ export interface RxNormAttribute {
|
|
|
1123
1123
|
* <p>The type of attribute. The types of attributes recognized by InferRxNorm are
|
|
1124
1124
|
* <code>BRAND_NAME</code> and <code>GENERIC_NAME</code>.</p>
|
|
1125
1125
|
*/
|
|
1126
|
-
Type?: RxNormAttributeType
|
|
1126
|
+
Type?: RxNormAttributeType;
|
|
1127
1127
|
/**
|
|
1128
1128
|
* @public
|
|
1129
1129
|
* <p>The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly
|
|
@@ -1238,13 +1238,13 @@ export interface RxNormEntity {
|
|
|
1238
1238
|
* <p>The category of the entity. The recognized categories are <code>GENERIC</code> or
|
|
1239
1239
|
* <code>BRAND_NAME</code>.</p>
|
|
1240
1240
|
*/
|
|
1241
|
-
Category?: RxNormEntityCategory
|
|
1241
|
+
Category?: RxNormEntityCategory;
|
|
1242
1242
|
/**
|
|
1243
1243
|
* @public
|
|
1244
1244
|
* <p> Describes the specific type of entity. For InferRxNorm, the recognized entity type is
|
|
1245
1245
|
* <code>MEDICATION</code>.</p>
|
|
1246
1246
|
*/
|
|
1247
|
-
Type?: RxNormEntityType
|
|
1247
|
+
Type?: RxNormEntityType;
|
|
1248
1248
|
/**
|
|
1249
1249
|
* @public
|
|
1250
1250
|
* <p>The level of confidence that Amazon Comprehend Medical has in the accuracy of the detected
|
|
@@ -1409,7 +1409,7 @@ export interface SNOMEDCTTrait {
|
|
|
1409
1409
|
* The name or contextual description of a detected trait.
|
|
1410
1410
|
* </p>
|
|
1411
1411
|
*/
|
|
1412
|
-
Name?: SNOMEDCTTraitName
|
|
1412
|
+
Name?: SNOMEDCTTraitName;
|
|
1413
1413
|
/**
|
|
1414
1414
|
* @public
|
|
1415
1415
|
* <p>
|
|
@@ -1447,14 +1447,14 @@ export interface SNOMEDCTAttribute {
|
|
|
1447
1447
|
* The category of the detected attribute. Possible categories include MEDICAL_CONDITION, ANATOMY, and TEST_TREATMENT_PROCEDURE.
|
|
1448
1448
|
* </p>
|
|
1449
1449
|
*/
|
|
1450
|
-
Category?: SNOMEDCTEntityCategory
|
|
1450
|
+
Category?: SNOMEDCTEntityCategory;
|
|
1451
1451
|
/**
|
|
1452
1452
|
* @public
|
|
1453
1453
|
* <p>
|
|
1454
1454
|
* The type of attribute. Possible types include DX_NAME, ACUITY, DIRECTION, SYSTEM_ORGAN_SITE,TEST_NAME, TEST_VALUE, TEST_UNIT, PROCEDURE_NAME, and TREATMENT_NAME.
|
|
1455
1455
|
* </p>
|
|
1456
1456
|
*/
|
|
1457
|
-
Type?: SNOMEDCTAttributeType
|
|
1457
|
+
Type?: SNOMEDCTAttributeType;
|
|
1458
1458
|
/**
|
|
1459
1459
|
* @public
|
|
1460
1460
|
* <p>
|
|
@@ -1475,7 +1475,7 @@ export interface SNOMEDCTAttribute {
|
|
|
1475
1475
|
* The type of relationship that exists between the entity and the related attribute.
|
|
1476
1476
|
* </p>
|
|
1477
1477
|
*/
|
|
1478
|
-
RelationshipType?: SNOMEDCTRelationshipType
|
|
1478
|
+
RelationshipType?: SNOMEDCTRelationshipType;
|
|
1479
1479
|
/**
|
|
1480
1480
|
* @public
|
|
1481
1481
|
* <p>
|
|
@@ -1560,14 +1560,14 @@ export interface SNOMEDCTEntity {
|
|
|
1560
1560
|
* The category of the detected entity. Possible categories are MEDICAL_CONDITION, ANATOMY, or TEST_TREATMENT_PROCEDURE.
|
|
1561
1561
|
* </p>
|
|
1562
1562
|
*/
|
|
1563
|
-
Category?: SNOMEDCTEntityCategory
|
|
1563
|
+
Category?: SNOMEDCTEntityCategory;
|
|
1564
1564
|
/**
|
|
1565
1565
|
* @public
|
|
1566
1566
|
* <p>
|
|
1567
1567
|
* Describes the specific type of entity with category of entities. Possible types include DX_NAME, ACUITY, DIRECTION, SYSTEM_ORGAN_SITE, TEST_NAME, TEST_VALUE, TEST_UNIT, PROCEDURE_NAME, or TREATMENT_NAME.
|
|
1568
1568
|
* </p>
|
|
1569
1569
|
*/
|
|
1570
|
-
Type?: SNOMEDCTEntityType
|
|
1570
|
+
Type?: SNOMEDCTEntityType;
|
|
1571
1571
|
/**
|
|
1572
1572
|
* @public
|
|
1573
1573
|
* <p>
|
|
@@ -1695,7 +1695,7 @@ export interface ComprehendMedicalAsyncJobFilter {
|
|
|
1695
1695
|
* <p>Filters the list of jobs based on job status. Returns only jobs with the specified
|
|
1696
1696
|
* status.</p>
|
|
1697
1697
|
*/
|
|
1698
|
-
JobStatus?: JobStatus
|
|
1698
|
+
JobStatus?: JobStatus;
|
|
1699
1699
|
/**
|
|
1700
1700
|
* @public
|
|
1701
1701
|
* <p>Filters the list of jobs based on the time that the job was submitted for processing.
|
|
@@ -1953,7 +1953,7 @@ export interface StartEntitiesDetectionV2JobRequest {
|
|
|
1953
1953
|
* @public
|
|
1954
1954
|
* <p>The language of the input documents. All documents must be in the same language. Amazon Comprehend Medical processes files in US English (en).</p>
|
|
1955
1955
|
*/
|
|
1956
|
-
LanguageCode: LanguageCode |
|
|
1956
|
+
LanguageCode: LanguageCode | undefined;
|
|
1957
1957
|
}
|
|
1958
1958
|
/**
|
|
1959
1959
|
* @public
|
|
@@ -2006,7 +2006,7 @@ export interface StartICD10CMInferenceJobRequest {
|
|
|
2006
2006
|
* @public
|
|
2007
2007
|
* <p>The language of the input documents. All documents must be in the same language.</p>
|
|
2008
2008
|
*/
|
|
2009
|
-
LanguageCode: LanguageCode |
|
|
2009
|
+
LanguageCode: LanguageCode | undefined;
|
|
2010
2010
|
}
|
|
2011
2011
|
/**
|
|
2012
2012
|
* @public
|
|
@@ -2060,7 +2060,7 @@ export interface StartPHIDetectionJobRequest {
|
|
|
2060
2060
|
* @public
|
|
2061
2061
|
* <p>The language of the input documents. All documents must be in the same language.</p>
|
|
2062
2062
|
*/
|
|
2063
|
-
LanguageCode: LanguageCode |
|
|
2063
|
+
LanguageCode: LanguageCode | undefined;
|
|
2064
2064
|
}
|
|
2065
2065
|
/**
|
|
2066
2066
|
* @public
|
|
@@ -2114,7 +2114,7 @@ export interface StartRxNormInferenceJobRequest {
|
|
|
2114
2114
|
* @public
|
|
2115
2115
|
* <p>The language of the input documents. All documents must be in the same language.</p>
|
|
2116
2116
|
*/
|
|
2117
|
-
LanguageCode: LanguageCode |
|
|
2117
|
+
LanguageCode: LanguageCode | undefined;
|
|
2118
2118
|
}
|
|
2119
2119
|
/**
|
|
2120
2120
|
* @public
|
|
@@ -2175,7 +2175,7 @@ export interface StartSNOMEDCTInferenceJobRequest {
|
|
|
2175
2175
|
* The language of the input documents. All documents must be in the same language.
|
|
2176
2176
|
* </p>
|
|
2177
2177
|
*/
|
|
2178
|
-
LanguageCode: LanguageCode |
|
|
2178
|
+
LanguageCode: LanguageCode | undefined;
|
|
2179
2179
|
}
|
|
2180
2180
|
/**
|
|
2181
2181
|
* @public
|
|
@@ -49,7 +49,7 @@ export declare const AttributeName: {
|
|
|
49
49
|
};
|
|
50
50
|
export type AttributeName = (typeof AttributeName)[keyof typeof AttributeName];
|
|
51
51
|
export interface Trait {
|
|
52
|
-
Name?: AttributeName
|
|
52
|
+
Name?: AttributeName;
|
|
53
53
|
Score?: number;
|
|
54
54
|
}
|
|
55
55
|
export declare const EntitySubType: {
|
|
@@ -101,15 +101,15 @@ export declare const EntitySubType: {
|
|
|
101
101
|
};
|
|
102
102
|
export type EntitySubType = (typeof EntitySubType)[keyof typeof EntitySubType];
|
|
103
103
|
export interface Attribute {
|
|
104
|
-
Type?: EntitySubType
|
|
104
|
+
Type?: EntitySubType;
|
|
105
105
|
Score?: number;
|
|
106
106
|
RelationshipScore?: number;
|
|
107
|
-
RelationshipType?: RelationshipType
|
|
107
|
+
RelationshipType?: RelationshipType;
|
|
108
108
|
Id?: number;
|
|
109
109
|
BeginOffset?: number;
|
|
110
110
|
EndOffset?: number;
|
|
111
111
|
Text?: string;
|
|
112
|
-
Category?: EntityType
|
|
112
|
+
Category?: EntityType;
|
|
113
113
|
Traits?: Trait[];
|
|
114
114
|
}
|
|
115
115
|
export interface Characters {
|
|
@@ -143,14 +143,14 @@ export interface OutputDataConfig {
|
|
|
143
143
|
export interface ComprehendMedicalAsyncJobProperties {
|
|
144
144
|
JobId?: string;
|
|
145
145
|
JobName?: string;
|
|
146
|
-
JobStatus?: JobStatus
|
|
146
|
+
JobStatus?: JobStatus;
|
|
147
147
|
Message?: string;
|
|
148
148
|
SubmitTime?: Date;
|
|
149
149
|
EndTime?: Date;
|
|
150
150
|
ExpirationTime?: Date;
|
|
151
151
|
InputDataConfig?: InputDataConfig;
|
|
152
152
|
OutputDataConfig?: OutputDataConfig;
|
|
153
|
-
LanguageCode?: LanguageCode
|
|
153
|
+
LanguageCode?: LanguageCode;
|
|
154
154
|
DataAccessRoleArn?: string;
|
|
155
155
|
ManifestFilePath?: string;
|
|
156
156
|
KMSKey?: string;
|
|
@@ -224,13 +224,13 @@ export interface Entity {
|
|
|
224
224
|
EndOffset?: number;
|
|
225
225
|
Score?: number;
|
|
226
226
|
Text?: string;
|
|
227
|
-
Category?: EntityType
|
|
228
|
-
Type?: EntitySubType
|
|
227
|
+
Category?: EntityType;
|
|
228
|
+
Type?: EntitySubType;
|
|
229
229
|
Traits?: Trait[];
|
|
230
230
|
Attributes?: Attribute[];
|
|
231
231
|
}
|
|
232
232
|
export interface UnmappedAttribute {
|
|
233
|
-
Type?: EntityType
|
|
233
|
+
Type?: EntityType;
|
|
234
234
|
Attribute?: Attribute;
|
|
235
235
|
}
|
|
236
236
|
export interface DetectEntitiesResponse {
|
|
@@ -308,7 +308,7 @@ export declare const ICD10CMTraitName: {
|
|
|
308
308
|
export type ICD10CMTraitName =
|
|
309
309
|
(typeof ICD10CMTraitName)[keyof typeof ICD10CMTraitName];
|
|
310
310
|
export interface ICD10CMTrait {
|
|
311
|
-
Name?: ICD10CMTraitName
|
|
311
|
+
Name?: ICD10CMTraitName;
|
|
312
312
|
Score?: number;
|
|
313
313
|
}
|
|
314
314
|
export declare const ICD10CMAttributeType: {
|
|
@@ -323,7 +323,7 @@ export declare const ICD10CMAttributeType: {
|
|
|
323
323
|
export type ICD10CMAttributeType =
|
|
324
324
|
(typeof ICD10CMAttributeType)[keyof typeof ICD10CMAttributeType];
|
|
325
325
|
export interface ICD10CMAttribute {
|
|
326
|
-
Type?: ICD10CMAttributeType
|
|
326
|
+
Type?: ICD10CMAttributeType;
|
|
327
327
|
Score?: number;
|
|
328
328
|
RelationshipScore?: number;
|
|
329
329
|
Id?: number;
|
|
@@ -331,8 +331,8 @@ export interface ICD10CMAttribute {
|
|
|
331
331
|
EndOffset?: number;
|
|
332
332
|
Text?: string;
|
|
333
333
|
Traits?: ICD10CMTrait[];
|
|
334
|
-
Category?: ICD10CMEntityType
|
|
335
|
-
RelationshipType?: ICD10CMRelationshipType
|
|
334
|
+
Category?: ICD10CMEntityType;
|
|
335
|
+
RelationshipType?: ICD10CMRelationshipType;
|
|
336
336
|
}
|
|
337
337
|
export declare const ICD10CMEntityCategory: {
|
|
338
338
|
readonly MEDICAL_CONDITION: "MEDICAL_CONDITION";
|
|
@@ -347,8 +347,8 @@ export interface ICD10CMConcept {
|
|
|
347
347
|
export interface ICD10CMEntity {
|
|
348
348
|
Id?: number;
|
|
349
349
|
Text?: string;
|
|
350
|
-
Category?: ICD10CMEntityCategory
|
|
351
|
-
Type?: ICD10CMEntityType
|
|
350
|
+
Category?: ICD10CMEntityCategory;
|
|
351
|
+
Type?: ICD10CMEntityType;
|
|
352
352
|
Score?: number;
|
|
353
353
|
BeginOffset?: number;
|
|
354
354
|
EndOffset?: number;
|
|
@@ -371,7 +371,7 @@ export declare const RxNormTraitName: {
|
|
|
371
371
|
export type RxNormTraitName =
|
|
372
372
|
(typeof RxNormTraitName)[keyof typeof RxNormTraitName];
|
|
373
373
|
export interface RxNormTrait {
|
|
374
|
-
Name?: RxNormTraitName
|
|
374
|
+
Name?: RxNormTraitName;
|
|
375
375
|
Score?: number;
|
|
376
376
|
}
|
|
377
377
|
export declare const RxNormAttributeType: {
|
|
@@ -386,7 +386,7 @@ export declare const RxNormAttributeType: {
|
|
|
386
386
|
export type RxNormAttributeType =
|
|
387
387
|
(typeof RxNormAttributeType)[keyof typeof RxNormAttributeType];
|
|
388
388
|
export interface RxNormAttribute {
|
|
389
|
-
Type?: RxNormAttributeType
|
|
389
|
+
Type?: RxNormAttributeType;
|
|
390
390
|
Score?: number;
|
|
391
391
|
RelationshipScore?: number;
|
|
392
392
|
Id?: number;
|
|
@@ -414,8 +414,8 @@ export type RxNormEntityType =
|
|
|
414
414
|
export interface RxNormEntity {
|
|
415
415
|
Id?: number;
|
|
416
416
|
Text?: string;
|
|
417
|
-
Category?: RxNormEntityCategory
|
|
418
|
-
Type?: RxNormEntityType
|
|
417
|
+
Category?: RxNormEntityCategory;
|
|
418
|
+
Type?: RxNormEntityType;
|
|
419
419
|
Score?: number;
|
|
420
420
|
BeginOffset?: number;
|
|
421
421
|
EndOffset?: number;
|
|
@@ -468,7 +468,7 @@ export declare const SNOMEDCTTraitName: {
|
|
|
468
468
|
export type SNOMEDCTTraitName =
|
|
469
469
|
(typeof SNOMEDCTTraitName)[keyof typeof SNOMEDCTTraitName];
|
|
470
470
|
export interface SNOMEDCTTrait {
|
|
471
|
-
Name?: SNOMEDCTTraitName
|
|
471
|
+
Name?: SNOMEDCTTraitName;
|
|
472
472
|
Score?: number;
|
|
473
473
|
}
|
|
474
474
|
export declare const SNOMEDCTAttributeType: {
|
|
@@ -482,11 +482,11 @@ export declare const SNOMEDCTAttributeType: {
|
|
|
482
482
|
export type SNOMEDCTAttributeType =
|
|
483
483
|
(typeof SNOMEDCTAttributeType)[keyof typeof SNOMEDCTAttributeType];
|
|
484
484
|
export interface SNOMEDCTAttribute {
|
|
485
|
-
Category?: SNOMEDCTEntityCategory
|
|
486
|
-
Type?: SNOMEDCTAttributeType
|
|
485
|
+
Category?: SNOMEDCTEntityCategory;
|
|
486
|
+
Type?: SNOMEDCTAttributeType;
|
|
487
487
|
Score?: number;
|
|
488
488
|
RelationshipScore?: number;
|
|
489
|
-
RelationshipType?: SNOMEDCTRelationshipType
|
|
489
|
+
RelationshipType?: SNOMEDCTRelationshipType;
|
|
490
490
|
Id?: number;
|
|
491
491
|
BeginOffset?: number;
|
|
492
492
|
EndOffset?: number;
|
|
@@ -505,8 +505,8 @@ export type SNOMEDCTEntityType =
|
|
|
505
505
|
export interface SNOMEDCTEntity {
|
|
506
506
|
Id?: number;
|
|
507
507
|
Text?: string;
|
|
508
|
-
Category?: SNOMEDCTEntityCategory
|
|
509
|
-
Type?: SNOMEDCTEntityType
|
|
508
|
+
Category?: SNOMEDCTEntityCategory;
|
|
509
|
+
Type?: SNOMEDCTEntityType;
|
|
510
510
|
Score?: number;
|
|
511
511
|
BeginOffset?: number;
|
|
512
512
|
EndOffset?: number;
|
|
@@ -528,7 +528,7 @@ export interface InferSNOMEDCTResponse {
|
|
|
528
528
|
}
|
|
529
529
|
export interface ComprehendMedicalAsyncJobFilter {
|
|
530
530
|
JobName?: string;
|
|
531
|
-
JobStatus?: JobStatus
|
|
531
|
+
JobStatus?: JobStatus;
|
|
532
532
|
SubmitTimeBefore?: Date;
|
|
533
533
|
SubmitTimeAfter?: Date;
|
|
534
534
|
}
|
|
@@ -592,7 +592,7 @@ export interface StartEntitiesDetectionV2JobRequest {
|
|
|
592
592
|
JobName?: string;
|
|
593
593
|
ClientRequestToken?: string;
|
|
594
594
|
KMSKey?: string;
|
|
595
|
-
LanguageCode: LanguageCode |
|
|
595
|
+
LanguageCode: LanguageCode | undefined;
|
|
596
596
|
}
|
|
597
597
|
export interface StartEntitiesDetectionV2JobResponse {
|
|
598
598
|
JobId?: string;
|
|
@@ -604,7 +604,7 @@ export interface StartICD10CMInferenceJobRequest {
|
|
|
604
604
|
JobName?: string;
|
|
605
605
|
ClientRequestToken?: string;
|
|
606
606
|
KMSKey?: string;
|
|
607
|
-
LanguageCode: LanguageCode |
|
|
607
|
+
LanguageCode: LanguageCode | undefined;
|
|
608
608
|
}
|
|
609
609
|
export interface StartICD10CMInferenceJobResponse {
|
|
610
610
|
JobId?: string;
|
|
@@ -616,7 +616,7 @@ export interface StartPHIDetectionJobRequest {
|
|
|
616
616
|
JobName?: string;
|
|
617
617
|
ClientRequestToken?: string;
|
|
618
618
|
KMSKey?: string;
|
|
619
|
-
LanguageCode: LanguageCode |
|
|
619
|
+
LanguageCode: LanguageCode | undefined;
|
|
620
620
|
}
|
|
621
621
|
export interface StartPHIDetectionJobResponse {
|
|
622
622
|
JobId?: string;
|
|
@@ -628,7 +628,7 @@ export interface StartRxNormInferenceJobRequest {
|
|
|
628
628
|
JobName?: string;
|
|
629
629
|
ClientRequestToken?: string;
|
|
630
630
|
KMSKey?: string;
|
|
631
|
-
LanguageCode: LanguageCode |
|
|
631
|
+
LanguageCode: LanguageCode | undefined;
|
|
632
632
|
}
|
|
633
633
|
export interface StartRxNormInferenceJobResponse {
|
|
634
634
|
JobId?: string;
|
|
@@ -640,7 +640,7 @@ export interface StartSNOMEDCTInferenceJobRequest {
|
|
|
640
640
|
JobName?: string;
|
|
641
641
|
ClientRequestToken?: string;
|
|
642
642
|
KMSKey?: string;
|
|
643
|
-
LanguageCode: LanguageCode |
|
|
643
|
+
LanguageCode: LanguageCode | undefined;
|
|
644
644
|
}
|
|
645
645
|
export interface StartSNOMEDCTInferenceJobResponse {
|
|
646
646
|
JobId?: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-comprehendmedical",
|
|
3
3
|
"description": "AWS SDK for JavaScript Comprehendmedical Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.429.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.429.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.429.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.429.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.428.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.428.0",
|
|
29
29
|
"@aws-sdk/middleware-signing": "3.428.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@smithy/hash-node": "^2.0.11",
|
|
39
39
|
"@smithy/invalid-dependency": "^2.0.11",
|
|
40
40
|
"@smithy/middleware-content-length": "^2.0.13",
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.1.
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.1.1",
|
|
42
42
|
"@smithy/middleware-retry": "^2.0.16",
|
|
43
43
|
"@smithy/middleware-serde": "^2.0.11",
|
|
44
44
|
"@smithy/middleware-stack": "^2.0.5",
|