Class: Aws::Types::SNOMEDCTAttribute
- Inherits:
-
Object
- Object
- Aws::Types::SNOMEDCTAttribute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#id ⇒ ::Integer
Returns the value of attribute id.
-
#relationship_score ⇒ ::Float
Returns the value of attribute relationship_score.
-
#relationship_type ⇒ "ACUITY", ...
Returns the value of attribute relationship_type.
-
#score ⇒ ::Float
Returns the value of attribute score.
-
#snomedct_concepts ⇒ ::Array[Types::SNOMEDCTConcept]
Returns the value of attribute snomedct_concepts.
-
#text ⇒ ::String
Returns the value of attribute text.
-
#traits ⇒ ::Array[Types::SNOMEDCTTrait]
Returns the value of attribute traits.
-
#type ⇒ "ACUITY", ...
Returns the value of attribute type.
Instance Attribute Details
#begin_offset ⇒ ::Integer
Returns the value of attribute begin_offset.
379 380 381 |
# File 'sig/types.rbs', line 379 def begin_offset @begin_offset end |
#category ⇒ "MEDICAL_CONDITION", ...
Returns the value of attribute category.
373 374 375 |
# File 'sig/types.rbs', line 373 def category @category end |
#end_offset ⇒ ::Integer
Returns the value of attribute end_offset.
380 381 382 |
# File 'sig/types.rbs', line 380 def end_offset @end_offset end |
#id ⇒ ::Integer
Returns the value of attribute id.
378 379 380 |
# File 'sig/types.rbs', line 378 def id @id end |
#relationship_score ⇒ ::Float
Returns the value of attribute relationship_score.
376 377 378 |
# File 'sig/types.rbs', line 376 def relationship_score @relationship_score end |
#relationship_type ⇒ "ACUITY", ...
Returns the value of attribute relationship_type.
377 378 379 |
# File 'sig/types.rbs', line 377 def relationship_type @relationship_type end |
#score ⇒ ::Float
Returns the value of attribute score.
375 376 377 |
# File 'sig/types.rbs', line 375 def score @score end |
#snomedct_concepts ⇒ ::Array[Types::SNOMEDCTConcept]
Returns the value of attribute snomedct_concepts.
383 384 385 |
# File 'sig/types.rbs', line 383 def snomedct_concepts @snomedct_concepts end |
#text ⇒ ::String
Returns the value of attribute text.
381 382 383 |
# File 'sig/types.rbs', line 381 def text @text end |
#traits ⇒ ::Array[Types::SNOMEDCTTrait]
Returns the value of attribute traits.
382 383 384 |
# File 'sig/types.rbs', line 382 def traits @traits end |
#type ⇒ "ACUITY", ...
Returns the value of attribute type.
374 375 376 |
# File 'sig/types.rbs', line 374 def type @type end |