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
.
Namespace: Amazon.ComprehendMedical.Model
Assembly: AWSSDK.ComprehendMedical.dll
Version: 3.x.y.z
public class RxNormAttribute
The RxNormAttribute type exposes the following members
Name | Description | |
---|---|---|
![]() |
RxNormAttribute() |
Name | Type | Description | |
---|---|---|---|
![]() |
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. |
![]() |
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. |
![]() |
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. |
![]() |
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. |
![]() |
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. |
![]() |
Text | System.String |
Gets and sets the property Text. The segment of input text which corresponds to the detected attribute. |
![]() |
Traits | System.Collections.Generic.List<Amazon.ComprehendMedical.Model.RxNormTrait> |
Gets and sets the property Traits.
Contextual information for the attribute. InferRxNorm recognizes the trait |
![]() |
Type | Amazon.ComprehendMedical.RxNormAttributeType |
Gets and sets the property Type.
The type of attribute. The types of attributes recognized by InferRxNorm are |
.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