Class: AWS.ComprehendMedical

Inherits:
AWS.Service show all
Identifier:
comprehendmedical
API Version:
2018-10-30
Defined in:
(unknown)

Overview

Constructs a service interface object. Each API operation is exposed as a function on service.

Service Description

Comprehend Medical extracts structured information from unstructured clinical text. Use these actions to gain insight in your documents.

Sending a Request Using ComprehendMedical

var comprehendmedical = new AWS.ComprehendMedical();
comprehendmedical.detectEntities(params, function (err, data) {
  if (err) console.log(err, err.stack); // an error occurred
  else     console.log(data);           // successful response
});

Locking the API Version

In order to ensure that the ComprehendMedical object uses this specific API, you can construct the object by passing the apiVersion option to the constructor:

var comprehendmedical = new AWS.ComprehendMedical({apiVersion: '2018-10-30'});

You can also set the API version globally in AWS.config.apiVersions using the comprehendmedical service identifier:

AWS.config.apiVersions = {
  comprehendmedical: '2018-10-30',
  // other service API versions
};

var comprehendmedical = new AWS.ComprehendMedical();

Version:

  • 2018-10-30

Constructor Summary

Property Summary

Properties inherited from AWS.Service

apiVersions

Method Summary

Methods inherited from AWS.Service

makeRequest, makeUnauthenticatedRequest, waitFor, setupRequestListeners, defineService

Constructor Details

new AWS.ComprehendMedical(options = {}) ⇒ Object

Constructs a service object. This object has one method for each API operation.

Examples:

Constructing a ComprehendMedical object

var comprehendmedical = new AWS.ComprehendMedical({apiVersion: '2018-10-30'});

Options Hash (options):

  • params (map)

    An optional map of parameters to bind to every request sent by this service object. For more information on bound parameters, see "Working with Services" in the Getting Started Guide.

  • endpoint (String)

    The endpoint URI to send requests to. The default endpoint is built from the configured region. The endpoint should be a string like 'https://{service}.{region}.amazonaws.com'.

  • accessKeyId (String)

    your AWS access key ID.

  • secretAccessKey (String)

    your AWS secret access key.

  • sessionToken (AWS.Credentials)

    the optional AWS session token to sign requests with.

  • credentials (AWS.Credentials)

    the AWS credentials to sign requests with. You can either specify this object, or specify the accessKeyId and secretAccessKey options directly.

  • credentialProvider (AWS.CredentialProviderChain)

    the provider chain used to resolve credentials if no static credentials property is set.

  • region (String)

    the region to send service requests to. See AWS.ComprehendMedical.region for more information.

  • maxRetries (Integer)

    the maximum amount of retries to attempt with a request. See AWS.ComprehendMedical.maxRetries for more information.

  • maxRedirects (Integer)

    the maximum amount of redirects to follow with a request. See AWS.ComprehendMedical.maxRedirects for more information.

  • sslEnabled (Boolean)

    whether to enable SSL for requests.

  • paramValidation (Boolean|map)

    whether input parameters should be validated against the operation description before sending the request. Defaults to true. Pass a map to enable any of the following specific validation features:

    • min [Boolean] — Validates that a value meets the min constraint. This is enabled by default when paramValidation is set to true.
    • max [Boolean] — Validates that a value meets the max constraint.
    • pattern [Boolean] — Validates that a string value matches a regular expression.
    • enum [Boolean] — Validates that a string value matches one of the allowable enum values.
  • computeChecksums (Boolean)

    whether to compute checksums for payload bodies when the service accepts it (currently supported in S3 only)

  • convertResponseTypes (Boolean)

    whether types are converted when parsing response data. Currently only supported for JSON based services. Turning this off may improve performance on large response payloads. Defaults to true.

  • correctClockSkew (Boolean)

    whether to apply a clock skew correction and retry requests that fail because of an skewed client clock. Defaults to false.

  • s3ForcePathStyle (Boolean)

    whether to force path style URLs for S3 objects.

  • s3BucketEndpoint (Boolean)

    whether the provided endpoint addresses an individual bucket (false if it addresses the root API endpoint). Note that setting this configuration option requires an endpoint to be provided explicitly to the service constructor.

  • s3DisableBodySigning (Boolean)

    whether S3 body signing should be disabled when using signature version v4. Body signing can only be disabled when using https. Defaults to true.

  • retryDelayOptions (map)

    A set of options to configure the retry delay on retryable errors. Currently supported options are:

    • base [Integer] — The base number of milliseconds to use in the exponential backoff for operation retries. Defaults to 100 ms for all services except DynamoDB, where it defaults to 50ms.
    • customBackoff [function] — A custom function that accepts a retry count and returns the amount of time to delay in milliseconds. The base option will be ignored if this option is supplied.
  • httpOptions (map)

    A set of options to pass to the low-level HTTP request. Currently supported options are:

    • proxy [String] — the URL to proxy requests through
    • agent [http.Agent, https.Agent] — the Agent object to perform HTTP requests with. Used for connection pooling. Defaults to the global agent (http.globalAgent) for non-SSL connections. Note that for SSL connections, a special Agent object is used in order to enable peer certificate verification. This feature is only available in the Node.js environment.
    • connectTimeout [Integer] — Sets the socket to timeout after failing to establish a connection with the server after connectTimeout milliseconds. This timeout has no effect once a socket connection has been established.
    • timeout [Integer] — Sets the socket to timeout after timeout milliseconds of inactivity on the socket. Defaults to two minutes (120000).
    • xhrAsync [Boolean] — Whether the SDK will send asynchronous HTTP requests. Used in the browser environment only. Set to false to send requests synchronously. Defaults to true (async on).
    • xhrWithCredentials [Boolean] — Sets the "withCredentials" property of an XMLHttpRequest object. Used in the browser environment only. Defaults to false.
  • apiVersion (String, Date)

    a String in YYYY-MM-DD format (or a date) that represents the latest possible API version that can be used in all services (unless overridden by apiVersions). Specify 'latest' to use the latest possible version.

  • apiVersions (map<String, String|Date>)

    a map of service identifiers (the lowercase service class name) with the API version to use when instantiating a service. Specify 'latest' for each individual that can use the latest available version.

  • logger (#write, #log)

    an object that responds to .write() (like a stream) or .log() (like the console object) in order to log information about requests

  • systemClockOffset (Number)

    an offset value in milliseconds to apply to all signing times. Use this to compensate for clock skew when your system may be out of sync with the service time. Note that this configuration option can only be applied to the global AWS.config object and cannot be overridden in service-specific configuration. Defaults to 0 milliseconds.

  • signatureVersion (String)

    the signature version to sign requests with (overriding the API configuration). Possible values are: 'v2', 'v3', 'v4'.

  • signatureCache (Boolean)

    whether the signature to sign requests with (overriding the API configuration) is cached. Only applies to the signature version 'v4'. Defaults to true.

  • dynamoDbCrc32 (Boolean)

    whether to validate the CRC32 checksum of HTTP response bodies returned by DynamoDB. Default: true.

  • useAccelerateEndpoint (Boolean)

    Whether to use the S3 Transfer Acceleration endpoint with the S3 service. Default: false.

  • clientSideMonitoring (Boolean)

    whether to collect and publish this client's performance metrics of all its API requests.

  • endpointDiscoveryEnabled (Boolean)

    whether to enable endpoint discovery for operations that allow optionally using an endpoint returned by the service. Defaults to 'false'

  • endpointCacheSize (Number)

    the size of the global cache storing endpoints from endpoint discovery operations. Once endpoint cache is created, updating this setting cannot change existing cache size. Defaults to 1000

  • hostPrefixEnabled (Boolean)

    whether to marshal request parameters to the prefix of hostname. Defaults to true.

Property Details

endpointAWS.Endpoint (readwrite)

Returns an Endpoint object representing the endpoint URL for service requests.

Returns:

  • (AWS.Endpoint)

    an Endpoint object representing the endpoint URL for service requests.

Method Details

detectEntities(params = {}, callback) ⇒ AWS.Request

Inspects the clinical text for a variety of medical entities and returns specific information about them such as entity category, location, and confidence score on that information .

Service Reference:

Examples:

Calling the detectEntities operation

var params = {
  Text: 'STRING_VALUE' /* required */
};
comprehendmedical.detectEntities(params, function(err, data) {
  if (err) console.log(err, err.stack); // an error occurred
  else     console.log(data);           // successful response
});

Parameters:

  • params (Object) (defaults to: {})
    • Text — (String)

      A UTF-8 text string containing the clinical content being examined for entities. Each string must contain fewer than 20,000 bytes of characters.

Callback (callback):

  • function(err, data) { ... }

    Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.

    Context (this):

    • (AWS.Response)

      the response object containing error, data properties, and the original request object.

    Parameters:

    • err (Error)

      the error object returned from the request. Set to null if the request is successful.

    • data (Object)

      the de-serialized data returned from the request. Set to null if a request error occurs. The data object has the following properties:

      • Entities — (Array<map>)

        The collection of medical entities extracted from the input text and their associated information. For each entity, the response provides the entity text, the entity category, where the entity text begins and ends, and the level of confidence that Comprehend Medical has in the detection and analysis. Attributes and traits of the entity are also returned.

        • Id — (Integer)

          The numeric identifier for the entity. This is a monotonically increasing id unique within this response rather than a global unique identifier.

        • BeginOffset — (Integer)

          The 0-based character offset in the input text that shows where the entity begins. The offset returns the UTF-8 code point in the string.

        • EndOffset — (Integer)

          The 0-based character offset in the input text that shows where the entity ends. The offset returns the UTF-8 code point in the string.

        • Score — (Float)

          The level of confidence that Comprehend Medical has in the accuracy of the detection.

        • Text — (String)

          The segment of input text extracted as this entity.

        • Category — (String)

          The category of the entity.

          Possible values include:
          • "MEDICATION"
          • "MEDICAL_CONDITION"
          • "PROTECTED_HEALTH_INFORMATION"
          • "TEST_TREATMENT_PROCEDURE"
          • "ANATOMY"
        • Type — (String)

          Describes the specific type of entity with category of entities.

          Possible values include:
          • "NAME"
          • "DOSAGE"
          • "ROUTE_OR_MODE"
          • "FORM"
          • "FREQUENCY"
          • "DURATION"
          • "GENERIC_NAME"
          • "BRAND_NAME"
          • "STRENGTH"
          • "RATE"
          • "ACUITY"
          • "TEST_NAME"
          • "TEST_VALUE"
          • "TEST_UNITS"
          • "PROCEDURE_NAME"
          • "TREATMENT_NAME"
          • "DATE"
          • "AGE"
          • "CONTACT_POINT"
          • "EMAIL"
          • "IDENTIFIER"
          • "URL"
          • "ADDRESS"
          • "PROFESSION"
          • "SYSTEM_ORGAN_SITE"
          • "DIRECTION"
          • "QUALITY"
          • "QUANTITY"
        • Traits — (Array<map>)

          Contextual information for the entity

          • Name — (String)

            Provides a name or contextual description about the trait.

            Possible values include:
            • "SIGN"
            • "SYMPTOM"
            • "DIAGNOSIS"
            • "NEGATION"
          • Score — (Float)

            The level of confidence that Comprehend Medical has in the accuracy of this trait.

        • Attributes — (Array<map>)

          The extracted attributes that relate to this entity.

          • Type — (String)

            The type of attribute.

            Possible values include:
            • "NAME"
            • "DOSAGE"
            • "ROUTE_OR_MODE"
            • "FORM"
            • "FREQUENCY"
            • "DURATION"
            • "GENERIC_NAME"
            • "BRAND_NAME"
            • "STRENGTH"
            • "RATE"
            • "ACUITY"
            • "TEST_NAME"
            • "TEST_VALUE"
            • "TEST_UNITS"
            • "PROCEDURE_NAME"
            • "TREATMENT_NAME"
            • "DATE"
            • "AGE"
            • "CONTACT_POINT"
            • "EMAIL"
            • "IDENTIFIER"
            • "URL"
            • "ADDRESS"
            • "PROFESSION"
            • "SYSTEM_ORGAN_SITE"
            • "DIRECTION"
            • "QUALITY"
            • "QUANTITY"
          • Score — (Float)

            The level of confidence that Comprehend Medical has that the segment of text is correctly recognized as an attribute.

          • RelationshipScore — (Float)

            The level of confidence that Comprehend Medical has that this attribute is correctly related to this entity.

          • Id — (Integer)

            The numeric identifier for this attribute. This is a monotonically increasing id unique within this response rather than a global unique identifier.

          • BeginOffset — (Integer)

            The 0-based character offset in the input text that shows where the attribute begins. The offset returns the UTF-8 code point in the string.

          • EndOffset — (Integer)

            The 0-based character offset in the input text that shows where the attribute ends. The offset returns the UTF-8 code point in the string.

          • Text — (String)

            The segment of input text extracted as this attribute.

          • Traits — (Array<map>)

            Contextual information for this attribute.

            • Name — (String)

              Provides a name or contextual description about the trait.

              Possible values include:
              • "SIGN"
              • "SYMPTOM"
              • "DIAGNOSIS"
              • "NEGATION"
            • Score — (Float)

              The level of confidence that Comprehend Medical has in the accuracy of this trait.

      • UnmappedAttributes — (Array<map>)

        Attributes extracted from the input text that we were unable to relate to an entity.

        • Type — (String)

          The type of the attribute, could be one of the following values: "MEDICATION", "MEDICAL_CONDITION", "ANATOMY", "TEST_AND_TREATMENT_PROCEDURE" or "PERSONAL_HEALTH_INFORMATION".

          Possible values include:
          • "MEDICATION"
          • "MEDICAL_CONDITION"
          • "PROTECTED_HEALTH_INFORMATION"
          • "TEST_TREATMENT_PROCEDURE"
          • "ANATOMY"
        • Attribute — (map)

          The specific attribute that has been extracted but not mapped to an entity.

          • Type — (String)

            The type of attribute.

            Possible values include:
            • "NAME"
            • "DOSAGE"
            • "ROUTE_OR_MODE"
            • "FORM"
            • "FREQUENCY"
            • "DURATION"
            • "GENERIC_NAME"
            • "BRAND_NAME"
            • "STRENGTH"
            • "RATE"
            • "ACUITY"
            • "TEST_NAME"
            • "TEST_VALUE"
            • "TEST_UNITS"
            • "PROCEDURE_NAME"
            • "TREATMENT_NAME"
            • "DATE"
            • "AGE"
            • "CONTACT_POINT"
            • "EMAIL"
            • "IDENTIFIER"
            • "URL"
            • "ADDRESS"
            • "PROFESSION"
            • "SYSTEM_ORGAN_SITE"
            • "DIRECTION"
            • "QUALITY"
            • "QUANTITY"
          • Score — (Float)

            The level of confidence that Comprehend Medical has that the segment of text is correctly recognized as an attribute.

          • RelationshipScore — (Float)

            The level of confidence that Comprehend Medical has that this attribute is correctly related to this entity.

          • Id — (Integer)

            The numeric identifier for this attribute. This is a monotonically increasing id unique within this response rather than a global unique identifier.

          • BeginOffset — (Integer)

            The 0-based character offset in the input text that shows where the attribute begins. The offset returns the UTF-8 code point in the string.

          • EndOffset — (Integer)

            The 0-based character offset in the input text that shows where the attribute ends. The offset returns the UTF-8 code point in the string.

          • Text — (String)

            The segment of input text extracted as this attribute.

          • Traits — (Array<map>)

            Contextual information for this attribute.

            • Name — (String)

              Provides a name or contextual description about the trait.

              Possible values include:
              • "SIGN"
              • "SYMPTOM"
              • "DIAGNOSIS"
              • "NEGATION"
            • Score — (Float)

              The level of confidence that Comprehend Medical has in the accuracy of this trait.

      • PaginationToken — (String)

        If the result of the previous request to DetectEntities was truncated, include the Paginationtoken to fetch the next page of entities.

Returns:

  • (AWS.Request)

    a handle to the operation request for subsequent event callback registration.

detectPHI(params = {}, callback) ⇒ AWS.Request

Inspects the clinical text for personal health information (PHI) entities and entity category, location, and confidence score on that information.

Service Reference:

Examples:

Calling the detectPHI operation

var params = {
  Text: 'STRING_VALUE' /* required */
};
comprehendmedical.detectPHI(params, function(err, data) {
  if (err) console.log(err, err.stack); // an error occurred
  else     console.log(data);           // successful response
});

Parameters:

  • params (Object) (defaults to: {})
    • Text — (String)

      A UTF-8 text string containing the clinical content being examined for PHI entities. Each string must contain fewer than 20,000 bytes of characters.

Callback (callback):

  • function(err, data) { ... }

    Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.

    Context (this):

    • (AWS.Response)

      the response object containing error, data properties, and the original request object.

    Parameters:

    • err (Error)

      the error object returned from the request. Set to null if the request is successful.

    • data (Object)

      the de-serialized data returned from the request. Set to null if a request error occurs. The data object has the following properties:

      • Entities — (Array<map>)

        The collection of PHI entities extracted from the input text and their associated information. For each entity, the response provides the entity text, the entity category, where the entity text begins and ends, and the level of confidence that Comprehend Medical has in its detection.

        • Id — (Integer)

          The numeric identifier for the entity. This is a monotonically increasing id unique within this response rather than a global unique identifier.

        • BeginOffset — (Integer)

          The 0-based character offset in the input text that shows where the entity begins. The offset returns the UTF-8 code point in the string.

        • EndOffset — (Integer)

          The 0-based character offset in the input text that shows where the entity ends. The offset returns the UTF-8 code point in the string.

        • Score — (Float)

          The level of confidence that Comprehend Medical has in the accuracy of the detection.

        • Text — (String)

          The segment of input text extracted as this entity.

        • Category — (String)

          The category of the entity.

          Possible values include:
          • "MEDICATION"
          • "MEDICAL_CONDITION"
          • "PROTECTED_HEALTH_INFORMATION"
          • "TEST_TREATMENT_PROCEDURE"
          • "ANATOMY"
        • Type — (String)

          Describes the specific type of entity with category of entities.

          Possible values include:
          • "NAME"
          • "DOSAGE"
          • "ROUTE_OR_MODE"
          • "FORM"
          • "FREQUENCY"
          • "DURATION"
          • "GENERIC_NAME"
          • "BRAND_NAME"
          • "STRENGTH"
          • "RATE"
          • "ACUITY"
          • "TEST_NAME"
          • "TEST_VALUE"
          • "TEST_UNITS"
          • "PROCEDURE_NAME"
          • "TREATMENT_NAME"
          • "DATE"
          • "AGE"
          • "CONTACT_POINT"
          • "EMAIL"
          • "IDENTIFIER"
          • "URL"
          • "ADDRESS"
          • "PROFESSION"
          • "SYSTEM_ORGAN_SITE"
          • "DIRECTION"
          • "QUALITY"
          • "QUANTITY"
        • Traits — (Array<map>)

          Contextual information for the entity

          • Name — (String)

            Provides a name or contextual description about the trait.

            Possible values include:
            • "SIGN"
            • "SYMPTOM"
            • "DIAGNOSIS"
            • "NEGATION"
          • Score — (Float)

            The level of confidence that Comprehend Medical has in the accuracy of this trait.

        • Attributes — (Array<map>)

          The extracted attributes that relate to this entity.

          • Type — (String)

            The type of attribute.

            Possible values include:
            • "NAME"
            • "DOSAGE"
            • "ROUTE_OR_MODE"
            • "FORM"
            • "FREQUENCY"
            • "DURATION"
            • "GENERIC_NAME"
            • "BRAND_NAME"
            • "STRENGTH"
            • "RATE"
            • "ACUITY"
            • "TEST_NAME"
            • "TEST_VALUE"
            • "TEST_UNITS"
            • "PROCEDURE_NAME"
            • "TREATMENT_NAME"
            • "DATE"
            • "AGE"
            • "CONTACT_POINT"
            • "EMAIL"
            • "IDENTIFIER"
            • "URL"
            • "ADDRESS"
            • "PROFESSION"
            • "SYSTEM_ORGAN_SITE"
            • "DIRECTION"
            • "QUALITY"
            • "QUANTITY"
          • Score — (Float)

            The level of confidence that Comprehend Medical has that the segment of text is correctly recognized as an attribute.

          • RelationshipScore — (Float)

            The level of confidence that Comprehend Medical has that this attribute is correctly related to this entity.

          • Id — (Integer)

            The numeric identifier for this attribute. This is a monotonically increasing id unique within this response rather than a global unique identifier.

          • BeginOffset — (Integer)

            The 0-based character offset in the input text that shows where the attribute begins. The offset returns the UTF-8 code point in the string.

          • EndOffset — (Integer)

            The 0-based character offset in the input text that shows where the attribute ends. The offset returns the UTF-8 code point in the string.

          • Text — (String)

            The segment of input text extracted as this attribute.

          • Traits — (Array<map>)

            Contextual information for this attribute.

            • Name — (String)

              Provides a name or contextual description about the trait.

              Possible values include:
              • "SIGN"
              • "SYMPTOM"
              • "DIAGNOSIS"
              • "NEGATION"
            • Score — (Float)

              The level of confidence that Comprehend Medical has in the accuracy of this trait.

      • PaginationToken — (String)

        If the result of the previous request to DetectPHI was truncated, include the Paginationtoken to fetch the next page of PHI entities.

Returns:

  • (AWS.Request)

    a handle to the operation request for subsequent event callback registration.