ESAAdmittedAggregated | R 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
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
new()
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 )
specialties()
ESAAdmittedAggregated$specialties()
transfers()
ESAAdmittedAggregated$transfers()
longStayPatients_days21()
ESAAdmittedAggregated$longStayPatients_days21()
longStayPatients_daysAll()
ESAAdmittedAggregated$longStayPatients_daysAll()
getRawCleanedData()
ESAAdmittedAggregated$getRawCleanedData()
getProviderSite()
ESAAdmittedAggregated$getProviderSite()
getDateCol()
ESAAdmittedAggregated$getDateCol()
clone()
The objects of this class are cloneable with this method.
ESAAdmittedAggregated$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.