Class: Aws::Types::ICD10CMEntity

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::ICD10CMAttribute]

Returns the value of attribute attributes.

Returns:



186
187
188
# File 'sig/types.rbs', line 186

def attributes
  @attributes
end

#begin_offset::Integer

Returns the value of attribute begin_offset.

Returns:

  • (::Integer)


184
185
186
# File 'sig/types.rbs', line 184

def begin_offset
  @begin_offset
end

#category"MEDICAL_CONDITION"

Returns the value of attribute category.

Returns:

  • ("MEDICAL_CONDITION")


181
182
183
# File 'sig/types.rbs', line 181

def category
  @category
end

#end_offset::Integer

Returns the value of attribute end_offset.

Returns:

  • (::Integer)


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.

Returns:



188
189
190
# File 'sig/types.rbs', line 188

def icd10cm_concepts
  @icd10cm_concepts
end

#id::Integer

Returns the value of attribute id.

Returns:

  • (::Integer)


179
180
181
# File 'sig/types.rbs', line 179

def id
  @id
end

#score::Float

Returns the value of attribute score.

Returns:

  • (::Float)


183
184
185
# File 'sig/types.rbs', line 183

def score
  @score
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


180
181
182
# File 'sig/types.rbs', line 180

def text
  @text
end

#traits::Array[Types::ICD10CMTrait]

Returns the value of attribute traits.

Returns:



187
188
189
# File 'sig/types.rbs', line 187

def traits
  @traits
end

#type"DX_NAME", "TIME_EXPRESSION"

Returns the value of attribute type.

Returns:

  • ("DX_NAME", "TIME_EXPRESSION")


182
183
184
# File 'sig/types.rbs', line 182

def type
  @type
end