Skip to content

/AWS1/CL_TNBMEDICALTRANSCRIP02

Provides detailed information about a specific medical transcription job.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_MEDICALTRANSCRIPTIONJOB00 TYPE /AWS1/TNBTRANSCRIPTIONJOBNAME /AWS1/TNBTRANSCRIPTIONJOBNAME

The name of the medical transcription job. Job names are case sensitive and must be unique within an Amazon Web Services account.

IV_CREATIONTIME TYPE /AWS1/TNBDATETIME /AWS1/TNBDATETIME

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.

IV_STARTTIME TYPE /AWS1/TNBDATETIME /AWS1/TNBDATETIME

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.

IV_COMPLETIONTIME TYPE /AWS1/TNBDATETIME /AWS1/TNBDATETIME

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.

IV_LANGUAGECODE TYPE /AWS1/TNBLANGUAGECODE /AWS1/TNBLANGUAGECODE

The language code used to create your medical transcription. US English (en-US) is the only supported language for medical transcriptions.

IV_TRANSCRIPTIONJOBSTATUS TYPE /AWS1/TNBTRANSCRIPTIONJOBSTAT /AWS1/TNBTRANSCRIPTIONJOBSTAT

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.

IV_FAILUREREASON TYPE /AWS1/TNBFAILUREREASON /AWS1/TNBFAILUREREASON

If TranscriptionJobStatus is FAILED, FailureReason contains information about why the transcription job failed. See also: Common Errors.

IV_OUTPUTLOCATIONTYPE TYPE /AWS1/TNBOUTPUTLOCATIONTYPE /AWS1/TNBOUTPUTLOCATIONTYPE

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.

IV_SPECIALTY TYPE /AWS1/TNBSPECIALTY /AWS1/TNBSPECIALTY

Provides the medical specialty represented in your media.

IV_CONTENTIDENTIFICATIONTYPE TYPE /AWS1/TNBMEDICALCONTIDENTIFI00 /AWS1/TNBMEDICALCONTIDENTIFI00

Labels all personal health information (PHI) identified in your transcript. For more information, see Identifying personal health information (PHI) in a transcription.

IV_TYPE TYPE /AWS1/TNBTYPE /AWS1/TNBTYPE

Indicates whether the input media is a dictation or a conversation, as specified in the StartMedicalTranscriptionJob request.


Queryable Attributes

MedicalTranscriptionJobName

The name of the medical transcription job. Job names are case sensitive and must be unique within an Amazon Web Services account.

Accessible with the following methods

Method Description
GET_MEDICALTRANSCRIPTIONJO00() Getter for MEDICALTRANSCRIPTIONJOBNAME, with configurable de
ASK_MEDICALTRANSCRIPTIONJO00() Getter for MEDICALTRANSCRIPTIONJOBNAME w/ exceptions if fiel
HAS_MEDICALTRANSCRIPTIONJO00() Determine if MEDICALTRANSCRIPTIONJOBNAME has a value

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.

Accessible with the following methods

Method Description
GET_CREATIONTIME() Getter for CREATIONTIME, with configurable default
ASK_CREATIONTIME() Getter for CREATIONTIME w/ exceptions if field has no value
HAS_CREATIONTIME() Determine if CREATIONTIME has a value

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.

Accessible with the following methods

Method Description
GET_STARTTIME() Getter for STARTTIME, with configurable default
ASK_STARTTIME() Getter for STARTTIME w/ exceptions if field has no value
HAS_STARTTIME() Determine if STARTTIME has a value

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.

Accessible with the following methods

Method Description
GET_COMPLETIONTIME() Getter for COMPLETIONTIME, with configurable default
ASK_COMPLETIONTIME() Getter for COMPLETIONTIME w/ exceptions if field has no valu
HAS_COMPLETIONTIME() Determine if COMPLETIONTIME has a value

LanguageCode

The language code used to create your medical transcription. US English (en-US) is the only supported language for medical transcriptions.

Accessible with the following methods

Method Description
GET_LANGUAGECODE() Getter for LANGUAGECODE, with configurable default
ASK_LANGUAGECODE() Getter for LANGUAGECODE w/ exceptions if field has no value
HAS_LANGUAGECODE() Determine if LANGUAGECODE has a value

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.

Accessible with the following methods

Method Description
GET_TRANSCRIPTIONJOBSTATUS() Getter for TRANSCRIPTIONJOBSTATUS, with configurable default
ASK_TRANSCRIPTIONJOBSTATUS() Getter for TRANSCRIPTIONJOBSTATUS w/ exceptions if field has
HAS_TRANSCRIPTIONJOBSTATUS() Determine if TRANSCRIPTIONJOBSTATUS has a value

FailureReason

If TranscriptionJobStatus is FAILED, FailureReason contains information about why the transcription job failed. See also: Common Errors.

Accessible with the following methods

Method Description
GET_FAILUREREASON() Getter for FAILUREREASON, with configurable default
ASK_FAILUREREASON() Getter for FAILUREREASON w/ exceptions if field has no value
HAS_FAILUREREASON() Determine if FAILUREREASON has a value

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.

Accessible with the following methods

Method Description
GET_OUTPUTLOCATIONTYPE() Getter for OUTPUTLOCATIONTYPE, with configurable default
ASK_OUTPUTLOCATIONTYPE() Getter for OUTPUTLOCATIONTYPE w/ exceptions if field has no
HAS_OUTPUTLOCATIONTYPE() Determine if OUTPUTLOCATIONTYPE has a value

Specialty

Provides the medical specialty represented in your media.

Accessible with the following methods

Method Description
GET_SPECIALTY() Getter for SPECIALTY, with configurable default
ASK_SPECIALTY() Getter for SPECIALTY w/ exceptions if field has no value
HAS_SPECIALTY() Determine if SPECIALTY has a value

ContentIdentificationType

Labels all personal health information (PHI) identified in your transcript. For more information, see Identifying personal health information (PHI) in a transcription.

Accessible with the following methods

Method Description
GET_CONTIDENTIFICATIONTYPE() Getter for CONTENTIDENTIFICATIONTYPE, with configurable defa
ASK_CONTIDENTIFICATIONTYPE() Getter for CONTENTIDENTIFICATIONTYPE w/ exceptions if field
HAS_CONTIDENTIFICATIONTYPE() Determine if CONTENTIDENTIFICATIONTYPE has a value

Type

Indicates whether the input media is a dictation or a conversation, as specified in the StartMedicalTranscriptionJob request.

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_MEDICALTRANSCRIPTIONJOBSUMS

TYPES TT_MEDICALTRANSCRIPTIONJOBSUMS TYPE STANDARD TABLE OF REF TO /AWS1/CL_TNBMEDICALTRANSCRIP02 WITH DEFAULT KEY
.