Skip to content

Commit e6b6e46

Browse files
author
Tejas Ganesh Naik
committed
proper formatting of output in jsv3
1 parent cb2c579 commit e6b6e46

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

javascriptv3/example_code/medical-imaging/actions/start-dicom-import-job.js

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,20 @@ export const startDicomImportJob = async (
4444
}),
4545
);
4646
console.log(response);
47-
// {// '$metadata': {// httpStatusCode: 200,// requestId: '6e81d191-d46b-4e48-a08a-cdcc7e11eb79',// extendedRequestId: undefined,// cfId: undefined,// attempts: 1,// totalRetryDelay: 0// },// datastoreId: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',// jobId: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',// jobStatus: 'SUBMITTED',// submittedAt: 2023-09-22T14:48:45.767Z// }
47+
// {
48+
// '$metadata': {
49+
// httpStatusCode: 200,
50+
// requestId: '6e81d191-d46b-4e48-a08a-cdcc7e11eb79',
51+
// extendedRequestId: undefined,
52+
// cfId: undefined,
53+
// attempts: 1,
54+
// totalRetryDelay: 0
55+
// },
56+
// datastoreId: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
57+
// jobId: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
58+
// jobStatus: 'SUBMITTED',
59+
// submittedAt: 2023-09-22T14:48:45.767Z
60+
// }
4861
return response;
4962
};
5063
// snippet-end:[medical-imaging.JavaScript.dicom.startDicomImportJobV3]

0 commit comments

Comments
 (0)