Class: Aws::Types::Attribute

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)


17
18
19
# File 'sig/types.rbs', line 17

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")


20
21
22
# File 'sig/types.rbs', line 20

def category
  @category
end

#end_offset::Integer

Returns the value of attribute end_offset.

Returns:

  • (::Integer)


18
19
20
# File 'sig/types.rbs', line 18

def end_offset
  @end_offset
end

#id::Integer

Returns the value of attribute id.

Returns:

  • (::Integer)


16
17
18
# File 'sig/types.rbs', line 16

def id
  @id
end

#relationship_score::Float

Returns the value of attribute relationship_score.

Returns:

  • (::Float)


14
15
16
# File 'sig/types.rbs', line 14

def relationship_score
  @relationship_score
end

#relationship_type"EVERY", ...

Returns the value of attribute relationship_type.

Returns:

  • ("EVERY", "WITH_DOSAGE", "ADMINISTERED_VIA", "FOR", "NEGATIVE", "OVERLAP", "DOSAGE", "ROUTE_OR_MODE", "FORM", "FREQUENCY", "DURATION", "STRENGTH", "RATE", "ACUITY", "TEST_VALUE", "TEST_UNITS", "TEST_UNIT", "DIRECTION", "SYSTEM_ORGAN_SITE", "AMOUNT", "USAGE", "QUALITY")


15
16
17
# File 'sig/types.rbs', line 15

def relationship_type
  @relationship_type
end

#score::Float

Returns the value of attribute score.

Returns:

  • (::Float)


13
14
15
# File 'sig/types.rbs', line 13

def score
  @score
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


19
20
21
# File 'sig/types.rbs', line 19

def text
  @text
end

#traits::Array[Types::Trait]

Returns the value of attribute traits.

Returns:



21
22
23
# File 'sig/types.rbs', line 21

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")


12
13
14
# File 'sig/types.rbs', line 12

def type
  @type
end