Class: Aws::Types::SNOMEDCTEntity

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Array[Types::SNOMEDCTAttribute]

Returns the value of attribute attributes.

Returns:



409
410
411
# File 'sig/types.rbs', line 409

def attributes
  @attributes
end

#begin_offset::Integer

Returns the value of attribute begin_offset.

Returns:

  • (::Integer)


407
408
409
# File 'sig/types.rbs', line 407

def begin_offset
  @begin_offset
end

#category"MEDICAL_CONDITION", ...

Returns the value of attribute category.

Returns:

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


404
405
406
# File 'sig/types.rbs', line 404

def category
  @category
end

#end_offset::Integer

Returns the value of attribute end_offset.

Returns:

  • (::Integer)


408
409
410
# File 'sig/types.rbs', line 408

def end_offset
  @end_offset
end

#id::Integer

Returns the value of attribute id.

Returns:

  • (::Integer)


402
403
404
# File 'sig/types.rbs', line 402

def id
  @id
end

#score::Float

Returns the value of attribute score.

Returns:

  • (::Float)


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.

Returns:



411
412
413
# File 'sig/types.rbs', line 411

def snomedct_concepts
  @snomedct_concepts
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


403
404
405
# File 'sig/types.rbs', line 403

def text
  @text
end

#traits::Array[Types::SNOMEDCTTrait]

Returns the value of attribute traits.

Returns:



410
411
412
# File 'sig/types.rbs', line 410

def traits
  @traits
end

#type"DX_NAME", ...

Returns the value of attribute type.

Returns:

  • ("DX_NAME", "TEST_NAME", "PROCEDURE_NAME", "TREATMENT_NAME")


405
406
407
# File 'sig/types.rbs', line 405

def type
  @type
end