forked from ramses-antibiotics/ramses-package
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
76 lines (75 loc) · 2.17 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Generated by roxygen2: do not edit by hand
export(Encounter)
export(MedicationRequest)
export(Patient)
export(Patient.DBIConnection)
export(Patient.RamsesObject)
export(TherapyEpisode)
export(TherapyEpisode.DBIConnection)
export(TherapyEpisode.MedicationRequest)
export(bridge_encounter_therapy_overlap)
export(bridge_episode_prescription_initiation)
export(bridge_episode_prescription_overlap)
export(bridge_spell_therapy_overlap)
export(bridge_tables)
export(clinical_feature_interval)
export(clinical_feature_last)
export(clinical_feature_mean)
export(clinical_feature_ols_trend)
export(collect)
export(compute)
export(compute_DDDs)
export(connect_local_database)
export(create_mock_database)
export(create_therapy_episodes)
export(download_icd10cm)
export(get_ATC_name)
export(import_icd)
export(load_inpatient_diagnoses)
export(load_inpatient_episodes)
export(load_inpatient_investigations)
export(load_inpatient_microbiology)
export(load_medications)
export(longitudinal_table)
export(map_ICD10_CCS)
export(map_ICD10_CCSR)
export(map_charlson_comorbidities)
export(map_infections_abx_indications)
export(parenteral_changes)
export(therapy_table)
export(therapy_timeline)
export(transitive_closure_control)
export(validate_administrations)
export(validate_inpatient_diagnoses)
export(validate_inpatient_episodes)
export(validate_investigations)
export(validate_microbiology)
export(validate_prescriptions)
exportClasses(Encounter)
exportClasses(MedicationRequest)
exportClasses(Patient)
exportClasses(RamsesObject)
exportClasses(TherapyEpisode)
exportMethods(clinical_feature_interval)
exportMethods(clinical_feature_last)
exportMethods(clinical_feature_mean)
exportMethods(clinical_feature_ols_trend)
exportMethods(collect)
exportMethods(compute)
exportMethods(longitudinal_table)
exportMethods(show)
exportMethods(therapy_timeline)
importClassesFrom(duckdb,duckdb_connection)
importFrom(AMR,ab_atc)
importFrom(Rdpack,reprompt)
importFrom(data.table,":=")
importFrom(data.table,data.table)
importFrom(dplyr,collect)
importFrom(dplyr,compute)
importFrom(dplyr,tbl)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(methods,show)
importFrom(rlang,.data)
importFrom(stats,na.omit)
importFrom(units,set_units)