@aws-sdk/client-transcribe 3.821.0 → 3.824.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/dist-cjs/index.js +6 -1
- package/dist-es/models/models_0.js +5 -0
- package/dist-types/commands/GetMedicalScribeJobCommand.d.ts +1 -1
- package/dist-types/commands/StartMedicalScribeJobCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +20 -0
- package/dist-types/ts3.4/models/models_0.d.ts +5 -0
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -491,8 +491,13 @@ var Rule;
|
|
|
491
491
|
}, "visit");
|
|
492
492
|
})(Rule || (Rule = {}));
|
|
493
493
|
var MedicalScribeNoteTemplate = {
|
|
494
|
+
BEHAVIORAL_SOAP: "BEHAVIORAL_SOAP",
|
|
495
|
+
BIRP: "BIRP",
|
|
496
|
+
DAP: "DAP",
|
|
494
497
|
GIRPP: "GIRPP",
|
|
495
|
-
HISTORY_AND_PHYSICAL: "HISTORY_AND_PHYSICAL"
|
|
498
|
+
HISTORY_AND_PHYSICAL: "HISTORY_AND_PHYSICAL",
|
|
499
|
+
PHYSICAL_SOAP: "PHYSICAL_SOAP",
|
|
500
|
+
SIRP: "SIRP"
|
|
496
501
|
};
|
|
497
502
|
var CLMLanguageCode = {
|
|
498
503
|
DE_DE: "de-DE",
|
|
@@ -204,8 +204,13 @@ export var Rule;
|
|
|
204
204
|
};
|
|
205
205
|
})(Rule || (Rule = {}));
|
|
206
206
|
export const MedicalScribeNoteTemplate = {
|
|
207
|
+
BEHAVIORAL_SOAP: "BEHAVIORAL_SOAP",
|
|
208
|
+
BIRP: "BIRP",
|
|
209
|
+
DAP: "DAP",
|
|
207
210
|
GIRPP: "GIRPP",
|
|
208
211
|
HISTORY_AND_PHYSICAL: "HISTORY_AND_PHYSICAL",
|
|
212
|
+
PHYSICAL_SOAP: "PHYSICAL_SOAP",
|
|
213
|
+
SIRP: "SIRP",
|
|
209
214
|
};
|
|
210
215
|
export const CLMLanguageCode = {
|
|
211
216
|
DE_DE: "de-DE",
|
|
@@ -71,7 +71,7 @@ declare const GetMedicalScribeJobCommand_base: {
|
|
|
71
71
|
* // VocabularyFilterName: "STRING_VALUE",
|
|
72
72
|
* // VocabularyFilterMethod: "remove" || "mask" || "tag",
|
|
73
73
|
* // ClinicalNoteGenerationSettings: { // ClinicalNoteGenerationSettings
|
|
74
|
-
* // NoteTemplate: "HISTORY_AND_PHYSICAL" || "GIRPP",
|
|
74
|
+
* // NoteTemplate: "HISTORY_AND_PHYSICAL" || "GIRPP" || "BIRP" || "SIRP" || "DAP" || "BEHAVIORAL_SOAP" || "PHYSICAL_SOAP",
|
|
75
75
|
* // },
|
|
76
76
|
* // },
|
|
77
77
|
* // DataAccessRoleArn: "STRING_VALUE",
|
|
@@ -99,7 +99,7 @@ declare const StartMedicalScribeJobCommand_base: {
|
|
|
99
99
|
* VocabularyFilterName: "STRING_VALUE",
|
|
100
100
|
* VocabularyFilterMethod: "remove" || "mask" || "tag",
|
|
101
101
|
* ClinicalNoteGenerationSettings: { // ClinicalNoteGenerationSettings
|
|
102
|
-
* NoteTemplate: "HISTORY_AND_PHYSICAL" || "GIRPP",
|
|
102
|
+
* NoteTemplate: "HISTORY_AND_PHYSICAL" || "GIRPP" || "BIRP" || "SIRP" || "DAP" || "BEHAVIORAL_SOAP" || "PHYSICAL_SOAP",
|
|
103
103
|
* },
|
|
104
104
|
* },
|
|
105
105
|
* ChannelDefinitions: [ // MedicalScribeChannelDefinitions
|
|
@@ -142,7 +142,7 @@ declare const StartMedicalScribeJobCommand_base: {
|
|
|
142
142
|
* // VocabularyFilterName: "STRING_VALUE",
|
|
143
143
|
* // VocabularyFilterMethod: "remove" || "mask" || "tag",
|
|
144
144
|
* // ClinicalNoteGenerationSettings: { // ClinicalNoteGenerationSettings
|
|
145
|
-
* // NoteTemplate: "HISTORY_AND_PHYSICAL" || "GIRPP",
|
|
145
|
+
* // NoteTemplate: "HISTORY_AND_PHYSICAL" || "GIRPP" || "BIRP" || "SIRP" || "DAP" || "BEHAVIORAL_SOAP" || "PHYSICAL_SOAP",
|
|
146
146
|
* // },
|
|
147
147
|
* // },
|
|
148
148
|
* // DataAccessRoleArn: "STRING_VALUE",
|
|
@@ -1389,8 +1389,13 @@ export interface CategoryProperties {
|
|
|
1389
1389
|
* @enum
|
|
1390
1390
|
*/
|
|
1391
1391
|
export declare const MedicalScribeNoteTemplate: {
|
|
1392
|
+
readonly BEHAVIORAL_SOAP: "BEHAVIORAL_SOAP";
|
|
1393
|
+
readonly BIRP: "BIRP";
|
|
1394
|
+
readonly DAP: "DAP";
|
|
1392
1395
|
readonly GIRPP: "GIRPP";
|
|
1393
1396
|
readonly HISTORY_AND_PHYSICAL: "HISTORY_AND_PHYSICAL";
|
|
1397
|
+
readonly PHYSICAL_SOAP: "PHYSICAL_SOAP";
|
|
1398
|
+
readonly SIRP: "SIRP";
|
|
1394
1399
|
};
|
|
1395
1400
|
/**
|
|
1396
1401
|
* @public
|
|
@@ -1412,6 +1417,21 @@ export interface ClinicalNoteGenerationSettings {
|
|
|
1412
1417
|
* <p>GIRPP: Provides summaries based on the patients progress toward goals. Examples of sections include Goal, Intervention,
|
|
1413
1418
|
* Response, Progress, and Plan.</p>
|
|
1414
1419
|
* </li>
|
|
1420
|
+
* <li>
|
|
1421
|
+
* <p>BIRP: Focuses on the patient's behavioral patterns and responses. Examples of sections include Behavior, Intervention, Response, and Plan.</p>
|
|
1422
|
+
* </li>
|
|
1423
|
+
* <li>
|
|
1424
|
+
* <p>SIRP: Emphasizes the situational context of therapy. Examples of sections include Situation, Intervention, Response, and Plan.</p>
|
|
1425
|
+
* </li>
|
|
1426
|
+
* <li>
|
|
1427
|
+
* <p>DAP: Provides a simplified format for clinical documentation. Examples of sections include Data, Assessment, and Plan.</p>
|
|
1428
|
+
* </li>
|
|
1429
|
+
* <li>
|
|
1430
|
+
* <p>BEHAVIORAL_SOAP: Behavioral health focused documentation format. Examples of sections include Subjective, Objective, Assessment, and Plan.</p>
|
|
1431
|
+
* </li>
|
|
1432
|
+
* <li>
|
|
1433
|
+
* <p>PHYSICAL_SOAP: Physical health focused documentation format. Examples of sections include Subjective, Objective, Assessment, and Plan.</p>
|
|
1434
|
+
* </li>
|
|
1415
1435
|
* </ul>
|
|
1416
1436
|
* @public
|
|
1417
1437
|
*/
|
|
@@ -384,8 +384,13 @@ export interface CategoryProperties {
|
|
|
384
384
|
InputType?: InputType | undefined;
|
|
385
385
|
}
|
|
386
386
|
export declare const MedicalScribeNoteTemplate: {
|
|
387
|
+
readonly BEHAVIORAL_SOAP: "BEHAVIORAL_SOAP";
|
|
388
|
+
readonly BIRP: "BIRP";
|
|
389
|
+
readonly DAP: "DAP";
|
|
387
390
|
readonly GIRPP: "GIRPP";
|
|
388
391
|
readonly HISTORY_AND_PHYSICAL: "HISTORY_AND_PHYSICAL";
|
|
392
|
+
readonly PHYSICAL_SOAP: "PHYSICAL_SOAP";
|
|
393
|
+
readonly SIRP: "SIRP";
|
|
389
394
|
};
|
|
390
395
|
export type MedicalScribeNoteTemplate =
|
|
391
396
|
(typeof MedicalScribeNoteTemplate)[keyof typeof MedicalScribeNoteTemplate];
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-transcribe",
|
|
3
3
|
"description": "AWS SDK for JavaScript Transcribe Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.824.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-transcribe",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.823.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.823.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.821.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.821.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.821.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.823.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.821.0",
|
|
30
30
|
"@aws-sdk/types": "3.821.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.821.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.821.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.823.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.4",
|
|
35
35
|
"@smithy/core": "^3.5.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.4",
|