ESAAdmittedAggregated: Title: ESAAdmittedAggregated Author: Edmund Haacke Date...

ESAAdmittedAggregatedR Documentation

Title: ESAAdmittedAggregated Author: Edmund Haacke Date created: 22.09.2021 Date modified: 22.09.2021 Changelog: - 22.09.21: file created. Description: Container for the admitted patient care episodes. Transfers calculation 4 definition of transfers used here A) burden on site where transfer arrived at A.1) where an episode moves only specialty code A.2) where an episode moves specialty code and site A.3) where an episode moves only site (but same specialty) B) burden on site where transfer originated from B.1) where an episode arrives to a new site, irrrespective of specialty

Description

Title: ESAAdmittedAggregated Author: Edmund Haacke Date created: 22.09.2021 Date modified: 22.09.2021 Changelog: - 22.09.21: file created. Description: Container for the admitted patient care episodes. Transfers calculation 4 definition of transfers used here A) burden on site where transfer arrived at A.1) where an episode moves only specialty code A.2) where an episode moves specialty code and site A.3) where an episode moves only site (but same specialty) B) burden on site where transfer originated from B.1) where an episode arrives to a new site, irrrespective of specialty

Title: ESAAdmittedAggregated Author: Edmund Haacke Date created: 22.09.2021 Date modified: 22.09.2021 Changelog: - 22.09.21: file created. Description: Container for the admitted patient care episodes. Transfers calculation 4 definition of transfers used here A) burden on site where transfer arrived at A.1) where an episode moves only specialty code A.2) where an episode moves specialty code and site A.3) where an episode moves only site (but same specialty) B) burden on site where transfer originated from B.1) where an episode arrives to a new site, irrrespective of specialty

Methods

Public methods


Method new()

Usage
ESAAdmittedAggregated$new(
  data,
  date.min,
  date.max,
  episodeStartDate.col,
  episodeEndDate.col,
  dischargeDate.col,
  episodeIdent.col,
  episodeNo.col,
  provider.col,
  providerSite.col,
  patientIdent.col,
  episodeSpecialty.col,
  spellIdent.col = NULL,
  spellHospitalIdent.col = NULL
)

Method specialties()

Usage
ESAAdmittedAggregated$specialties()

Method transfers()

Usage
ESAAdmittedAggregated$transfers()

Method longStayPatients_days21()

Usage
ESAAdmittedAggregated$longStayPatients_days21()

Method longStayPatients_daysAll()

Usage
ESAAdmittedAggregated$longStayPatients_daysAll()

Method getRawCleanedData()

Usage
ESAAdmittedAggregated$getRawCleanedData()

Method getProviderSite()

Usage
ESAAdmittedAggregated$getProviderSite()

Method getDateCol()

Usage
ESAAdmittedAggregated$getDateCol()

Method clone()

The objects of this class are cloneable with this method.

Usage
ESAAdmittedAggregated$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


nhsengland/ESA_ED_Crowding documentation built on Nov. 23, 2022, 4:49 p.m.