Procore.Model.RestV10ProjectsProjectIdIncidentsAlertsGet200ResponseInnerInjury (procore_sdk v0.3.0)

Summary

Types

@type t() ::
  %Procore.Model.RestV10ProjectsProjectIdIncidentsAlertsGet200ResponseInnerInjury{
    affected_body_part: String.t() | nil,
    affected_body_parts: [String.t()] | nil,
    affected_party: Procore.Model.Party.t() | nil,
    affected_person:
      Procore.Model.RestV10ProjectsProjectIdIncidentsAlertsGet200ResponseInnerInjuryAffectedPerson.t()
      | nil,
    affliction_type: Procore.Model.AfflictionType1.t() | nil,
    afflictions: [Procore.Model.IncidentAffliction1.t()] | nil,
    body_diagram_type: String.t() | nil,
    body_parts: [Procore.Model.BodyPart1.t()] | nil,
    custom_fields:
      Procore.Model.RestV11ProjectsProjectIdRecycleBinIncidentsWitnessStatementsGet200ResponseInnerCustomFields.t()
      | nil,
    date_of_death: Date.t() | nil,
    date_returned_to_work: Date.t() | nil,
    filing_type: String.t() | nil,
    full_number: String.t() | nil,
    harm_source: Procore.Model.HarmSource1.t() | nil,
    hospitalized_overnight: boolean() | nil,
    id: integer() | nil,
    incident_id: integer() | nil,
    number: integer() | nil,
    recordable: boolean() | nil,
    treated_in_er: boolean() | nil,
    treatment_facility: String.t() | nil,
    treatment_facility_address: String.t() | nil,
    treatment_provider: String.t() | nil,
    type: String.t() | nil,
    work_days_absent: integer() | nil,
    work_days_restricted: integer() | nil,
    work_days_transferred: integer() | nil
  }

Functions