Class: Aws::Types::SNOMEDCTEntity
- Inherits:
-
Object
- Object
- Aws::Types::SNOMEDCTEntity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Array[Types::SNOMEDCTAttribute]
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.
-
#id ⇒ ::Integer
Returns the value of attribute id.
-
#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 ⇒ "DX_NAME", ...
Returns the value of attribute type.
Instance Attribute Details
#attributes ⇒ ::Array[Types::SNOMEDCTAttribute]
Returns the value of attribute attributes.
409 410 411 |
# File 'sig/types.rbs', line 409 def attributes @attributes end |
#begin_offset ⇒ ::Integer
Returns the value of attribute begin_offset.
407 408 409 |
# File 'sig/types.rbs', line 407 def begin_offset @begin_offset end |
#category ⇒ "MEDICAL_CONDITION", ...
Returns the value of attribute category.
404 405 406 |
# File 'sig/types.rbs', line 404 def category @category end |
#end_offset ⇒ ::Integer
Returns the value of attribute end_offset.
408 409 410 |
# File 'sig/types.rbs', line 408 def end_offset @end_offset end |
#id ⇒ ::Integer
Returns the value of attribute id.
402 403 404 |
# File 'sig/types.rbs', line 402 def id @id end |
#score ⇒ ::Float
Returns the value of attribute score.
406 407 408 |
# File 'sig/types.rbs', line 406 def score @score end |
#snomedct_concepts ⇒ ::Array[Types::SNOMEDCTConcept]
Returns the value of attribute snomedct_concepts.
411 412 413 |
# File 'sig/types.rbs', line 411 def snomedct_concepts @snomedct_concepts end |
#text ⇒ ::String
Returns the value of attribute text.
403 404 405 |
# File 'sig/types.rbs', line 403 def text @text end |
#traits ⇒ ::Array[Types::SNOMEDCTTrait]
Returns the value of attribute traits.
410 411 412 |
# File 'sig/types.rbs', line 410 def traits @traits end |
#type ⇒ "DX_NAME", ...
Returns the value of attribute type.
405 406 407 |
# File 'sig/types.rbs', line 405 def type @type end |