Class: Aws::Types::ICD10CMEntity
- Inherits:
-
Object
- Object
- Aws::Types::ICD10CMEntity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Array[Types::ICD10CMAttribute]
Returns the value of attribute attributes.
-
#begin_offset ⇒ ::Integer
Returns the value of attribute begin_offset.
-
#category ⇒ "MEDICAL_CONDITION"
Returns the value of attribute category.
-
#end_offset ⇒ ::Integer
Returns the value of attribute end_offset.
-
#icd10cm_concepts ⇒ ::Array[Types::ICD10CMConcept]
Returns the value of attribute icd10cm_concepts.
-
#id ⇒ ::Integer
Returns the value of attribute id.
-
#score ⇒ ::Float
Returns the value of attribute score.
-
#text ⇒ ::String
Returns the value of attribute text.
-
#traits ⇒ ::Array[Types::ICD10CMTrait]
Returns the value of attribute traits.
-
#type ⇒ "DX_NAME", "TIME_EXPRESSION"
Returns the value of attribute type.
Instance Attribute Details
#attributes ⇒ ::Array[Types::ICD10CMAttribute]
Returns the value of attribute attributes.
186 187 188 |
# File 'sig/types.rbs', line 186 def attributes @attributes end |
#begin_offset ⇒ ::Integer
Returns the value of attribute begin_offset.
184 185 186 |
# File 'sig/types.rbs', line 184 def begin_offset @begin_offset end |
#category ⇒ "MEDICAL_CONDITION"
Returns the value of attribute category.
181 182 183 |
# File 'sig/types.rbs', line 181 def category @category end |
#end_offset ⇒ ::Integer
Returns the value of attribute end_offset.
185 186 187 |
# File 'sig/types.rbs', line 185 def end_offset @end_offset end |
#icd10cm_concepts ⇒ ::Array[Types::ICD10CMConcept]
Returns the value of attribute icd10cm_concepts.
188 189 190 |
# File 'sig/types.rbs', line 188 def icd10cm_concepts @icd10cm_concepts end |
#id ⇒ ::Integer
Returns the value of attribute id.
179 180 181 |
# File 'sig/types.rbs', line 179 def id @id end |
#score ⇒ ::Float
Returns the value of attribute score.
183 184 185 |
# File 'sig/types.rbs', line 183 def score @score end |
#text ⇒ ::String
Returns the value of attribute text.
180 181 182 |
# File 'sig/types.rbs', line 180 def text @text end |
#traits ⇒ ::Array[Types::ICD10CMTrait]
Returns the value of attribute traits.
187 188 189 |
# File 'sig/types.rbs', line 187 def traits @traits end |
#type ⇒ "DX_NAME", "TIME_EXPRESSION"
Returns the value of attribute type.
182 183 184 |
# File 'sig/types.rbs', line 182 def type @type end |