Class: Aws::Types::Entity

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

Returns the value of attribute attributes.

Returns:



153
154
155
# File 'sig/types.rbs', line 153

def attributes
  @attributes
end

#begin_offset::Integer

Returns the value of attribute begin_offset.

Returns:

  • (::Integer)


146
147
148
# File 'sig/types.rbs', line 146

def begin_offset
  @begin_offset
end

#category"MEDICATION", ...

Returns the value of attribute category.

Returns:

  • ("MEDICATION", "MEDICAL_CONDITION", "PROTECTED_HEALTH_INFORMATION", "TEST_TREATMENT_PROCEDURE", "ANATOMY", "TIME_EXPRESSION", "BEHAVIORAL_ENVIRONMENTAL_SOCIAL")


150
151
152
# File 'sig/types.rbs', line 150

def category
  @category
end

#end_offset::Integer

Returns the value of attribute end_offset.

Returns:

  • (::Integer)


147
148
149
# File 'sig/types.rbs', line 147

def end_offset
  @end_offset
end

#id::Integer

Returns the value of attribute id.

Returns:

  • (::Integer)


145
146
147
# File 'sig/types.rbs', line 145

def id
  @id
end

#score::Float

Returns the value of attribute score.

Returns:

  • (::Float)


148
149
150
# File 'sig/types.rbs', line 148

def score
  @score
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


149
150
151
# File 'sig/types.rbs', line 149

def text
  @text
end

#traits::Array[Types::Trait]

Returns the value of attribute traits.

Returns:



152
153
154
# File 'sig/types.rbs', line 152

def traits
  @traits
end

#type"NAME", ...

Returns the value of attribute type.

Returns:

  • ("NAME", "DX_NAME", "DOSAGE", "ROUTE_OR_MODE", "FORM", "FREQUENCY", "DURATION", "GENERIC_NAME", "BRAND_NAME", "STRENGTH", "RATE", "ACUITY", "TEST_NAME", "TEST_VALUE", "TEST_UNITS", "TEST_UNIT", "PROCEDURE_NAME", "TREATMENT_NAME", "DATE", "AGE", "CONTACT_POINT", "PHONE_OR_FAX", "EMAIL", "IDENTIFIER", "ID", "URL", "ADDRESS", "PROFESSION", "SYSTEM_ORGAN_SITE", "DIRECTION", "QUALITY", "QUANTITY", "TIME_EXPRESSION", "TIME_TO_MEDICATION_NAME", "TIME_TO_DX_NAME", "TIME_TO_TEST_NAME", "TIME_TO_PROCEDURE_NAME", "TIME_TO_TREATMENT_NAME", "AMOUNT", "GENDER", "RACE_ETHNICITY", "ALLERGIES", "TOBACCO_USE", "ALCOHOL_CONSUMPTION", "REC_DRUG_USE")


151
152
153
# File 'sig/types.rbs', line 151

def type
  @type
end