Class AnalyzeHealthcareEntitiesAction


  • public class AnalyzeHealthcareEntitiesAction
    extends Object
    Configurations that allow callers to specify details about how to execute an healthcare analysis action in a set of documents.
    • Constructor Detail

      • AnalyzeHealthcareEntitiesAction

        public AnalyzeHealthcareEntitiesAction()
    • Method Detail

      • getActionName

        public String getActionName()
        Get the name of action.
        Returns:
        the name of action.
      • getModelVersion

        public String getModelVersion()
        Gets the version of the text analytics model used by this operation.
        Returns:
        The model version.
      • setModelVersion

        public AnalyzeHealthcareEntitiesAction setModelVersion​(String modelVersion)
        Sets the model version. This value indicates which model will be used for scoring, e.g. "latest", "2019-10-01". If a model-version is not specified, the API will default to the latest, non-preview version.
        Parameters:
        modelVersion - The model version.
        Returns:
        The AnalyzeHealthcareEntitiesAction object itself.
      • isServiceLogsDisabled

        public boolean isServiceLogsDisabled()
        Gets the value of service logs disable status. The default value of this property is 'true'. This means, Text Analytics service won't log your input text. Setting this property to 'false', enables logging your input text for 48 hours, solely to allow for troubleshooting issues.
        Returns:
        true if service logging of input text is disabled.
      • setServiceLogsDisabled

        public AnalyzeHealthcareEntitiesAction setServiceLogsDisabled​(boolean disableServiceLogs)
        Sets the value of service logs disable status.
        Parameters:
        disableServiceLogs - The default value of this property is 'true'. This means, Text Analytics service won't log your input text. Setting this property to 'false', enables logging your input text for 48 hours, solely to allow for troubleshooting issues.
        Returns:
        The AnalyzeHealthcareEntitiesAction object itself.
      • getFhirVersion

        public FhirVersion getFhirVersion()
        Get the fhirVersion property: The FHIR Spec version that the result will use to format the fhirBundle. For additional information see https://www.hl7.org/fhir/overview.html.
        Returns:
        the fhirVersion value.
      • setFhirVersion

        public AnalyzeHealthcareEntitiesAction setFhirVersion​(FhirVersion fhirVersion)
        Set the fhirVersion property: The FHIR Spec version that the result will use to format the fhirBundle. For additional information see https://www.hl7.org/fhir/overview.html.
        Parameters:
        fhirVersion - the fhirVersion value to set.
        Returns:
        the AnalyzeHealthcareEntitiesAction object itself.