Class: Aws::Types::SNOMEDCTAttribute

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#begin_offset::Integer

Returns the value of attribute begin_offset.

Returns:

  • (::Integer)


379
380
381
# File 'sig/types.rbs', line 379

def begin_offset
  @begin_offset
end

#category"MEDICAL_CONDITION", ...

Returns the value of attribute category.

Returns:

  • ("MEDICAL_CONDITION", "ANATOMY", "TEST_TREATMENT_PROCEDURE")


373
374
375
# File 'sig/types.rbs', line 373

def category
  @category
end

#end_offset::Integer

Returns the value of attribute end_offset.

Returns:

  • (::Integer)


380
381
382
# File 'sig/types.rbs', line 380

def end_offset
  @end_offset
end

#id::Integer

Returns the value of attribute id.

Returns:

  • (::Integer)


378
379
380
# File 'sig/types.rbs', line 378

def id
  @id
end

#relationship_score::Float

Returns the value of attribute relationship_score.

Returns:

  • (::Float)


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.

Returns:

  • ("ACUITY", "QUALITY", "TEST_VALUE", "TEST_UNITS", "DIRECTION", "SYSTEM_ORGAN_SITE", "TEST_UNIT")


377
378
379
# File 'sig/types.rbs', line 377

def relationship_type
  @relationship_type
end

#score::Float

Returns the value of attribute score.

Returns:

  • (::Float)


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.

Returns:



383
384
385
# File 'sig/types.rbs', line 383

def snomedct_concepts
  @snomedct_concepts
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


381
382
383
# File 'sig/types.rbs', line 381

def text
  @text
end

#traits::Array[Types::SNOMEDCTTrait]

Returns the value of attribute traits.

Returns:



382
383
384
# File 'sig/types.rbs', line 382

def traits
  @traits
end

#type"ACUITY", ...

Returns the value of attribute type.

Returns:

  • ("ACUITY", "QUALITY", "DIRECTION", "SYSTEM_ORGAN_SITE", "TEST_VALUE", "TEST_UNIT")


374
375
376
# File 'sig/types.rbs', line 374

def type
  @type
end