Info
Version: | 4.0.0-preview.4 |
Author(s): | Amazon Web Services |
Last Update: | Friday, October 11, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/aws/aws-sdk-net/ |
NuGet Url: | https://www.nuget.org/packages/AWSSDK.ComprehendMedical |
Install
Install-Package AWSSDK.ComprehendMedical
dotnet add package AWSSDK.ComprehendMedical
paket add AWSSDK.ComprehendMedical
AWSSDK.ComprehendMedical Download (Unzip the "nupkg" after downloading)
Dependencies
- AWSSDK.Core(>= 3.5.2.6 && < 3.6.0)
Tags
DetectPHI extracts PHI from your clinical text, and detectEntities extracts entities such as medication, medical conditions, or anatomy. DetectEntities also extracts attributes (e.g.
dosage for medication) and identifies contextual traits (e.g. negation) for each entity.