MedicalScribeJobSummary
Provides detailed information about a specific Medical Scribe job.
Contents
- CompletionTime
-
The date and time the specified Medical Scribe job finished processing.
Timestamps are in the format
YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example,2022-05-04T12:32:58.761000-07:00
represents a Medical Scribe job that finished processing at 12:32 PM UTC-7 on May 4, 2022.Type: Timestamp
Required: No
- CreationTime
-
The date and time the specified Medical Scribe job request was made.
Timestamps are in the format
YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example,2022-05-04T12:32:58.761000-07:00
represents a Medical Scribe job that started processing at 12:32 PM UTC-7 on May 4, 2022.Type: Timestamp
Required: No
- FailureReason
-
If
MedicalScribeJobStatus
isFAILED
,FailureReason
contains information about why the transcription job failed. See also: Common Errors.Type: String
Required: No
- LanguageCode
-
The language code used to create your Medical Scribe job. US English (
en-US
) is the only supported language for Medical Scribe jobs.Type: String
Valid Values:
en-US
Required: No
- MedicalScribeJobName
-
The name of the Medical Scribe job. Job names are case sensitive and must be unique within an AWS account.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 200.
Pattern:
^[0-9a-zA-Z._-]+
Required: No
- MedicalScribeJobStatus
-
Provides the status of the specified Medical Scribe job.
If the status is
COMPLETED
, the job is finished and you can find the results at the location specified inMedicalScribeOutput
If the status isFAILED
,FailureReason
provides details on why your Medical Scribe job failed.Type: String
Valid Values:
QUEUED | IN_PROGRESS | FAILED | COMPLETED
Required: No
- StartTime
-
The date and time your Medical Scribe job began processing.
Timestamps are in the format
YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example,2022-05-04T12:32:58.789000-07:00
represents a Medical Scribe job that started processing at 12:32 PM UTC-7 on May 4, 2022.Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: