AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The extracted attributes that relate to this entity. The attributes recognized by InferRxNorm are DOSAGE, DURATION, FORM, FREQUENCY, RATE, ROUTE_OR_MODE.

Inheritance Hierarchy

System.Object
  Amazon.ComprehendMedical.Model.RxNormAttribute

Namespace: Amazon.ComprehendMedical.Model
Assembly: AWSSDK.ComprehendMedical.dll
Version: 3.x.y.z

Syntax

C#
public class RxNormAttribute

The RxNormAttribute type exposes the following members

Constructors

NameDescription
Public Method RxNormAttribute()

Properties

NameTypeDescription
Public Property BeginOffset System.Int32

Gets and sets the property BeginOffset.

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.

Public Property EndOffset System.Int32

Gets and sets the property EndOffset.

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.

Public Property Id System.Int32

Gets and sets the property Id.

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

Public Property RelationshipScore System.Single

Gets and sets the property RelationshipScore.

The level of confidence that Amazon Comprehend Medical has that the attribute is accurately linked to an entity.

Public Property Score System.Single

Gets and sets the property Score.

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

Public Property Text System.String

Gets and sets the property Text.

The segment of input text which corresponds to the detected attribute.

Public Property Traits System.Collections.Generic.List<Amazon.ComprehendMedical.Model.RxNormTrait>

Gets and sets the property Traits.

Contextual information for the attribute. InferRxNorm recognizes the trait NEGATION for attributes, i.e. that the patient is not taking a specific dose or form of a medication.

Public Property Type Amazon.ComprehendMedical.RxNormAttributeType

Gets and sets the property Type.

The type of attribute. The types of attributes recognized by InferRxNorm are BRAND_NAME and GENERIC_NAME.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5