| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.Transcribe.Types.MedicalTranscriptionJobSummary
Description
Synopsis
- data MedicalTranscriptionJobSummary = MedicalTranscriptionJobSummary' {
- completionTime :: Maybe POSIX
 - contentIdentificationType :: Maybe MedicalContentIdentificationType
 - creationTime :: Maybe POSIX
 - failureReason :: Maybe Text
 - languageCode :: Maybe LanguageCode
 - medicalTranscriptionJobName :: Maybe Text
 - outputLocationType :: Maybe OutputLocationType
 - specialty :: Maybe Specialty
 - startTime :: Maybe POSIX
 - transcriptionJobStatus :: Maybe TranscriptionJobStatus
 - type' :: Maybe Type
 
 - newMedicalTranscriptionJobSummary :: MedicalTranscriptionJobSummary
 - medicalTranscriptionJobSummary_completionTime :: Lens' MedicalTranscriptionJobSummary (Maybe UTCTime)
 - medicalTranscriptionJobSummary_contentIdentificationType :: Lens' MedicalTranscriptionJobSummary (Maybe MedicalContentIdentificationType)
 - medicalTranscriptionJobSummary_creationTime :: Lens' MedicalTranscriptionJobSummary (Maybe UTCTime)
 - medicalTranscriptionJobSummary_failureReason :: Lens' MedicalTranscriptionJobSummary (Maybe Text)
 - medicalTranscriptionJobSummary_languageCode :: Lens' MedicalTranscriptionJobSummary (Maybe LanguageCode)
 - medicalTranscriptionJobSummary_medicalTranscriptionJobName :: Lens' MedicalTranscriptionJobSummary (Maybe Text)
 - medicalTranscriptionJobSummary_outputLocationType :: Lens' MedicalTranscriptionJobSummary (Maybe OutputLocationType)
 - medicalTranscriptionJobSummary_specialty :: Lens' MedicalTranscriptionJobSummary (Maybe Specialty)
 - medicalTranscriptionJobSummary_startTime :: Lens' MedicalTranscriptionJobSummary (Maybe UTCTime)
 - medicalTranscriptionJobSummary_transcriptionJobStatus :: Lens' MedicalTranscriptionJobSummary (Maybe TranscriptionJobStatus)
 - medicalTranscriptionJobSummary_type :: Lens' MedicalTranscriptionJobSummary (Maybe Type)
 
Documentation
data MedicalTranscriptionJobSummary Source #
Provides detailed information about a specific medical transcription job.
See: newMedicalTranscriptionJobSummary smart constructor.
Constructors
| MedicalTranscriptionJobSummary' | |
Fields 
  | |
Instances
newMedicalTranscriptionJobSummary :: MedicalTranscriptionJobSummary Source #
Create a value of MedicalTranscriptionJobSummary with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:completionTime:MedicalTranscriptionJobSummary', medicalTranscriptionJobSummary_completionTime - The date and time the specified medical transcription job finished
 processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For
 example, 2022-05-04T12:33:13.922000-07:00 represents a transcription
 job that started processing at 12:33 PM UTC-7 on May 4, 2022.
$sel:contentIdentificationType:MedicalTranscriptionJobSummary', medicalTranscriptionJobSummary_contentIdentificationType - Labels all personal health information (PHI) identified in your
 transcript. For more information, see
 Identifying personal health information (PHI) in a transcription.
$sel:creationTime:MedicalTranscriptionJobSummary', medicalTranscriptionJobSummary_creationTime - The date and time the specified medical transcription 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 transcription
 job that started processing at 12:32 PM UTC-7 on May 4, 2022.
$sel:failureReason:MedicalTranscriptionJobSummary', medicalTranscriptionJobSummary_failureReason - If TranscriptionJobStatus is FAILED, FailureReason contains
 information about why the transcription job failed. See also:
 Common Errors.
$sel:languageCode:MedicalTranscriptionJobSummary', medicalTranscriptionJobSummary_languageCode - The language code used to create your medical transcription. US English
 (en-US) is the only supported language for medical transcriptions.
$sel:medicalTranscriptionJobName:MedicalTranscriptionJobSummary', medicalTranscriptionJobSummary_medicalTranscriptionJobName - The name of the medical transcription job. Job names are case sensitive
 and must be unique within an Amazon Web Services account.
$sel:outputLocationType:MedicalTranscriptionJobSummary', medicalTranscriptionJobSummary_outputLocationType - Indicates where the specified medical transcription output is stored.
If the value is CUSTOMER_BUCKET, the location is the Amazon S3 bucket
 you specified using the OutputBucketName parameter in your request. If
 you also included OutputKey in your request, your output is located in
 the path you specified in your request.
If the value is SERVICE_BUCKET, the location is a service-managed
 Amazon S3 bucket. To access a transcript stored in a service-managed
 bucket, use the URI shown in the TranscriptFileUri field.
$sel:specialty:MedicalTranscriptionJobSummary', medicalTranscriptionJobSummary_specialty - Provides the medical specialty represented in your media.
$sel:startTime:MedicalTranscriptionJobSummary', medicalTranscriptionJobSummary_startTime - The date and time your medical transcription 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 transcription
 job that started processing at 12:32 PM UTC-7 on May 4, 2022.
$sel:transcriptionJobStatus:MedicalTranscriptionJobSummary', medicalTranscriptionJobSummary_transcriptionJobStatus - Provides the status of your medical transcription job.
If the status is COMPLETED, the job is finished and you can find the
 results at the location specified in TranscriptFileUri. If the status
 is FAILED, FailureReason provides details on why your transcription
 job failed.
$sel:type':MedicalTranscriptionJobSummary', medicalTranscriptionJobSummary_type - Indicates whether the input media is a dictation or a conversation, as
 specified in the StartMedicalTranscriptionJob request.
medicalTranscriptionJobSummary_completionTime :: Lens' MedicalTranscriptionJobSummary (Maybe UTCTime) Source #
The date and time the specified medical transcription job finished processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For
 example, 2022-05-04T12:33:13.922000-07:00 represents a transcription
 job that started processing at 12:33 PM UTC-7 on May 4, 2022.
medicalTranscriptionJobSummary_contentIdentificationType :: Lens' MedicalTranscriptionJobSummary (Maybe MedicalContentIdentificationType) Source #
Labels all personal health information (PHI) identified in your transcript. For more information, see Identifying personal health information (PHI) in a transcription.
medicalTranscriptionJobSummary_creationTime :: Lens' MedicalTranscriptionJobSummary (Maybe UTCTime) Source #
The date and time the specified medical transcription 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 transcription
 job that started processing at 12:32 PM UTC-7 on May 4, 2022.
medicalTranscriptionJobSummary_failureReason :: Lens' MedicalTranscriptionJobSummary (Maybe Text) Source #
If TranscriptionJobStatus is FAILED, FailureReason contains
 information about why the transcription job failed. See also:
 Common Errors.
medicalTranscriptionJobSummary_languageCode :: Lens' MedicalTranscriptionJobSummary (Maybe LanguageCode) Source #
The language code used to create your medical transcription. US English
 (en-US) is the only supported language for medical transcriptions.
medicalTranscriptionJobSummary_medicalTranscriptionJobName :: Lens' MedicalTranscriptionJobSummary (Maybe Text) Source #
The name of the medical transcription job. Job names are case sensitive and must be unique within an Amazon Web Services account.
medicalTranscriptionJobSummary_outputLocationType :: Lens' MedicalTranscriptionJobSummary (Maybe OutputLocationType) Source #
Indicates where the specified medical transcription output is stored.
If the value is CUSTOMER_BUCKET, the location is the Amazon S3 bucket
 you specified using the OutputBucketName parameter in your request. If
 you also included OutputKey in your request, your output is located in
 the path you specified in your request.
If the value is SERVICE_BUCKET, the location is a service-managed
 Amazon S3 bucket. To access a transcript stored in a service-managed
 bucket, use the URI shown in the TranscriptFileUri field.
medicalTranscriptionJobSummary_specialty :: Lens' MedicalTranscriptionJobSummary (Maybe Specialty) Source #
Provides the medical specialty represented in your media.
medicalTranscriptionJobSummary_startTime :: Lens' MedicalTranscriptionJobSummary (Maybe UTCTime) Source #
The date and time your medical transcription 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 transcription
 job that started processing at 12:32 PM UTC-7 on May 4, 2022.
medicalTranscriptionJobSummary_transcriptionJobStatus :: Lens' MedicalTranscriptionJobSummary (Maybe TranscriptionJobStatus) Source #
Provides the status of your medical transcription job.
If the status is COMPLETED, the job is finished and you can find the
 results at the location specified in TranscriptFileUri. If the status
 is FAILED, FailureReason provides details on why your transcription
 job failed.
medicalTranscriptionJobSummary_type :: Lens' MedicalTranscriptionJobSummary (Maybe Type) Source #
Indicates whether the input media is a dictation or a conversation, as
 specified in the StartMedicalTranscriptionJob request.