/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The detected attributes that relate to an entity. This includes an extracted
* segment of the text that is an attribute of an entity, or otherwise related to
* an entity. InferICD10CM detects the following attributes:
* Direction
, System, Organ or Site
, and
* Acuity
.See Also:
AWS
* API Reference
The type of attribute. InferICD10CM detects entities of the type
* DX_NAME
.
The type of attribute. InferICD10CM detects entities of the type
* DX_NAME
.
The type of attribute. InferICD10CM detects entities of the type
* DX_NAME
.
The type of attribute. InferICD10CM detects entities of the type
* DX_NAME
.
The type of attribute. InferICD10CM detects entities of the type
* DX_NAME
.
The type of attribute. InferICD10CM detects entities of the type
* DX_NAME
.
The level of confidence that Amazon Comprehend Medical has that the segment * of text is correctly recognized as an attribute.
*/ inline double GetScore() const{ return m_score; } /** *The level of confidence that Amazon Comprehend Medical has that the segment * of text is correctly recognized as an attribute.
*/ inline bool ScoreHasBeenSet() const { return m_scoreHasBeenSet; } /** *The level of confidence that Amazon Comprehend Medical has that the segment * of text is correctly recognized as an attribute.
*/ inline void SetScore(double value) { m_scoreHasBeenSet = true; m_score = value; } /** *The level of confidence that Amazon Comprehend Medical has that the segment * of text is correctly recognized as an attribute.
*/ inline ICD10CMAttribute& WithScore(double value) { SetScore(value); return *this;} /** *The level of confidence that Amazon Comprehend Medical has that this * attribute is correctly related to this entity.
*/ inline double GetRelationshipScore() const{ return m_relationshipScore; } /** *The level of confidence that Amazon Comprehend Medical has that this * attribute is correctly related to this entity.
*/ inline bool RelationshipScoreHasBeenSet() const { return m_relationshipScoreHasBeenSet; } /** *The level of confidence that Amazon Comprehend Medical has that this * attribute is correctly related to this entity.
*/ inline void SetRelationshipScore(double value) { m_relationshipScoreHasBeenSet = true; m_relationshipScore = value; } /** *The level of confidence that Amazon Comprehend Medical has that this * attribute is correctly related to this entity.
*/ inline ICD10CMAttribute& WithRelationshipScore(double value) { SetRelationshipScore(value); return *this;} /** *The numeric identifier for this attribute. This is a monotonically increasing * id unique within this response rather than a global unique identifier.
*/ inline int GetId() const{ return m_id; } /** *The numeric identifier for this attribute. This is a monotonically increasing * id unique within this response rather than a global unique identifier.
*/ inline bool IdHasBeenSet() const { return m_idHasBeenSet; } /** *The numeric identifier for this attribute. This is a monotonically increasing * id unique within this response rather than a global unique identifier.
*/ inline void SetId(int value) { m_idHasBeenSet = true; m_id = value; } /** *The numeric identifier for this attribute. This is a monotonically increasing * id unique within this response rather than a global unique identifier.
*/ inline ICD10CMAttribute& WithId(int value) { SetId(value); return *this;} /** *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.
*/ inline int GetBeginOffset() const{ return m_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.
*/ inline bool BeginOffsetHasBeenSet() const { return m_beginOffsetHasBeenSet; } /** *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.
*/ inline void SetBeginOffset(int value) { m_beginOffsetHasBeenSet = true; m_beginOffset = value; } /** *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.
*/ inline ICD10CMAttribute& WithBeginOffset(int value) { SetBeginOffset(value); return *this;} /** *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.
*/ inline int GetEndOffset() const{ return m_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.
*/ inline bool EndOffsetHasBeenSet() const { return m_endOffsetHasBeenSet; } /** *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.
*/ inline void SetEndOffset(int value) { m_endOffsetHasBeenSet = true; m_endOffset = value; } /** *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.
*/ inline ICD10CMAttribute& WithEndOffset(int value) { SetEndOffset(value); return *this;} /** *The segment of input text which contains the detected attribute.
*/ inline const Aws::String& GetText() const{ return m_text; } /** *The segment of input text which contains the detected attribute.
*/ inline bool TextHasBeenSet() const { return m_textHasBeenSet; } /** *The segment of input text which contains the detected attribute.
*/ inline void SetText(const Aws::String& value) { m_textHasBeenSet = true; m_text = value; } /** *The segment of input text which contains the detected attribute.
*/ inline void SetText(Aws::String&& value) { m_textHasBeenSet = true; m_text = std::move(value); } /** *The segment of input text which contains the detected attribute.
*/ inline void SetText(const char* value) { m_textHasBeenSet = true; m_text.assign(value); } /** *The segment of input text which contains the detected attribute.
*/ inline ICD10CMAttribute& WithText(const Aws::String& value) { SetText(value); return *this;} /** *The segment of input text which contains the detected attribute.
*/ inline ICD10CMAttribute& WithText(Aws::String&& value) { SetText(std::move(value)); return *this;} /** *The segment of input text which contains the detected attribute.
*/ inline ICD10CMAttribute& WithText(const char* value) { SetText(value); return *this;} /** *The contextual information for the attribute. The traits recognized by
* InferICD10CM are DIAGNOSIS
, SIGN
,
* SYMPTOM
, and NEGATION
.
The contextual information for the attribute. The traits recognized by
* InferICD10CM are DIAGNOSIS
, SIGN
,
* SYMPTOM
, and NEGATION
.
The contextual information for the attribute. The traits recognized by
* InferICD10CM are DIAGNOSIS
, SIGN
,
* SYMPTOM
, and NEGATION
.
The contextual information for the attribute. The traits recognized by
* InferICD10CM are DIAGNOSIS
, SIGN
,
* SYMPTOM
, and NEGATION
.
The contextual information for the attribute. The traits recognized by
* InferICD10CM are DIAGNOSIS
, SIGN
,
* SYMPTOM
, and NEGATION
.
The contextual information for the attribute. The traits recognized by
* InferICD10CM are DIAGNOSIS
, SIGN
,
* SYMPTOM
, and NEGATION
.
The contextual information for the attribute. The traits recognized by
* InferICD10CM are DIAGNOSIS
, SIGN
,
* SYMPTOM
, and NEGATION
.
The contextual information for the attribute. The traits recognized by
* InferICD10CM are DIAGNOSIS
, SIGN
,
* SYMPTOM
, and NEGATION
.
The category of attribute. Can be either of DX_NAME
or
* TIME_EXPRESSION
.
The category of attribute. Can be either of DX_NAME
or
* TIME_EXPRESSION
.
The category of attribute. Can be either of DX_NAME
or
* TIME_EXPRESSION
.
The category of attribute. Can be either of DX_NAME
or
* TIME_EXPRESSION
.
The category of attribute. Can be either of DX_NAME
or
* TIME_EXPRESSION
.
The category of attribute. Can be either of DX_NAME
or
* TIME_EXPRESSION
.
The type of relationship between the entity and attribute. Type for the
* relationship can be either of OVERLAP
or
* SYSTEM_ORGAN_SITE
.
The type of relationship between the entity and attribute. Type for the
* relationship can be either of OVERLAP
or
* SYSTEM_ORGAN_SITE
.
The type of relationship between the entity and attribute. Type for the
* relationship can be either of OVERLAP
or
* SYSTEM_ORGAN_SITE
.
The type of relationship between the entity and attribute. Type for the
* relationship can be either of OVERLAP
or
* SYSTEM_ORGAN_SITE
.
The type of relationship between the entity and attribute. Type for the
* relationship can be either of OVERLAP
or
* SYSTEM_ORGAN_SITE
.
The type of relationship between the entity and attribute. Type for the
* relationship can be either of OVERLAP
or
* SYSTEM_ORGAN_SITE
.