HealthcareBatchAction interface

Options for a healthcare batch action.

Extends

Properties

kind

The kind of the action.

Inherited Properties

actionName

The name of the action.

disableServiceLogs

If set to true, you opt-out of having your text input logged for troubleshooting. By default, Cognitive Language Service logs your input text for 48 hours, solely to allow for troubleshooting issues. Setting this parameter to true, disables in logging and may limit our ability to remediate issues that occur.

Default is false.

fhirVersion

The FHIR Spec version that the result will use to format the fhirBundle. For additional information see https://www.hl7.org/fhir/overview.html.

modelVersion

The version of the model to be used by the action.

stringIndexType

Specifies the measurement unit used to calculate the offset and length properties. For a list of possible values, see KnownStringIndexType.

The default is the JavaScript's default which is "Utf16CodeUnit".

Property Details

kind

The kind of the action.

kind: "Healthcare"

Property Value

"Healthcare"

Inherited Property Details

actionName

The name of the action.

actionName?: string

Property Value

string

Inherited From AnalyzeBatchActionCommon.actionName

disableServiceLogs

If set to true, you opt-out of having your text input logged for troubleshooting. By default, Cognitive Language Service logs your input text for 48 hours, solely to allow for troubleshooting issues. Setting this parameter to true, disables in logging and may limit our ability to remediate issues that occur.

Default is false.

disableServiceLogs?: boolean

Property Value

boolean

Inherited From HealthcareAction.disableServiceLogs

fhirVersion

The FHIR Spec version that the result will use to format the fhirBundle. For additional information see https://www.hl7.org/fhir/overview.html.

fhirVersion?: string

Property Value

string

Inherited From HealthcareAction.fhirVersion

modelVersion

The version of the model to be used by the action.

modelVersion?: string

Property Value

string

Inherited From HealthcareAction.modelVersion

stringIndexType

Specifies the measurement unit used to calculate the offset and length properties. For a list of possible values, see KnownStringIndexType.

The default is the JavaScript's default which is "Utf16CodeUnit".

stringIndexType?: string

Property Value

string

Inherited From HealthcareAction.stringIndexType