Adding GIS and Medical Imaging to the calendar
This commit is contained in:
parent
4432382693
commit
49338d1c1f
|
@ -4,9 +4,9 @@ calendarId,title,body,recurrenceRule,start,end,category,location,bgColor,color,b
|
|||
1,CDM WG Meeting : NLP,The NLP working group will present some potential updates to the NOTE_NLP table.,,2023-02-07 10:00:00,2023-02-07 11:00:00,time,Teams: https://tinyurl.com/cdm1sttues,,,
|
||||
2,CDM WG Vocabulary Discussion,Anna Ostropolets will join to ask us about our experiences using the OMOP Standard Vocabulary for ETL and other purposes,,2023-02-21 13:00:00,2023-02-21 14:00:00,time,Teams: https://tinyurl.com/cdm3rdtues,,,
|
||||
1,CDM WG : HADES,Martijn Schuemie will present about the HADES working group and how their work interconnects with the OMOP CDM,,2023-03-07 9:00:00,2023-03-07 10:00:00,time,Teams: https://tinyurl.com/cdm1sttues,,,
|
||||
2,CDM WG Meeting,,,2023-03-21 13:00:00,2023-03-21 14:00:00,time,Teams: https://tinyurl.com/cdm3rdtues,,,
|
||||
2,CDM WG : Medical Imaging,Paul Nagy will talk to us about the modeling work being done in the Medical Imaging working group,,2023-03-21 13:00:00,2023-03-21 14:00:00,time,Teams: https://tinyurl.com/cdm3rdtues,,,
|
||||
1,CDM WG Meeting,,,2023-04-04 10:00:00,2023-04-04 11:00:00,time,Teams: https://tinyurl.com/cdm1sttues,,,
|
||||
2,CDM WG Meeting,,,2023-04-18 13:00:00,2023-04-18 14:00:00,time,Teams: https://tinyurl.com/cdm3rdtues,,,
|
||||
2,CDM WG : GIS,The GIS working group will join us to share what they are working on and how we might support them.,,2023-04-18 13:00:00,2023-04-18 14:00:00,time,Teams: https://tinyurl.com/cdm3rdtues,,,
|
||||
1,CDM WG Meeting,,,2023-05-02 10:00:00,2023-05-02 11:00:00,time,Teams: https://tinyurl.com/cdm1sttues,,,
|
||||
2,CDM WG Meeting,,,2023-05-16 13:00:00,2023-05-16 14:00:00,time,Teams: https://tinyurl.com/cdm3rdtues,,,
|
||||
1,CDM WG Meeting,,,2023-06-06 10:00:00,2023-06-06 11:00:00,time,Teams: https://tinyurl.com/cdm1sttues,,,
|
||||
|
|
|
File diff suppressed because one or more lines are too long
|
@ -22,12 +22,12 @@ for (cdmVersion in supportedVersions) {
|
|||
}
|
||||
}
|
||||
|
||||
CommonDataModel::buildRelease("5.4")
|
||||
CommonDataModel::buildRelease("5.3")
|
||||
|
||||
#############
|
||||
# Zipping release
|
||||
# All dialects
|
||||
CommonDataModel::buildReleaseZip(cdmVersion="5.4", outputfolder="output")
|
||||
CommonDataModel::buildReleaseZip(cdmVersion="5.3", outputfolder="output")
|
||||
|
||||
buildReleaseZip()
|
||||
|
||||
|
|
|
@ -4,9 +4,9 @@ calendarId,title,body,recurrenceRule,start,end,category,location,bgColor,color,b
|
|||
1,CDM WG Meeting : NLP,The NLP working group will present some potential updates to the NOTE_NLP table.,,2023-02-07 10:00:00,2023-02-07 11:00:00,time,Teams: https://tinyurl.com/cdm1sttues,,,
|
||||
2,CDM WG Vocabulary Discussion,Anna Ostropolets will join to ask us about our experiences using the OMOP Standard Vocabulary for ETL and other purposes,,2023-02-21 13:00:00,2023-02-21 14:00:00,time,Teams: https://tinyurl.com/cdm3rdtues,,,
|
||||
1,CDM WG : HADES,Martijn Schuemie will present about the HADES working group and how their work interconnects with the OMOP CDM,,2023-03-07 9:00:00,2023-03-07 10:00:00,time,Teams: https://tinyurl.com/cdm1sttues,,,
|
||||
2,CDM WG Meeting,,,2023-03-21 13:00:00,2023-03-21 14:00:00,time,Teams: https://tinyurl.com/cdm3rdtues,,,
|
||||
2,CDM WG : Medical Imaging,Paul Nagy will talk to us about the modeling work being done in the Medical Imaging working group,,2023-03-21 13:00:00,2023-03-21 14:00:00,time,Teams: https://tinyurl.com/cdm3rdtues,,,
|
||||
1,CDM WG Meeting,,,2023-04-04 10:00:00,2023-04-04 11:00:00,time,Teams: https://tinyurl.com/cdm1sttues,,,
|
||||
2,CDM WG Meeting,,,2023-04-18 13:00:00,2023-04-18 14:00:00,time,Teams: https://tinyurl.com/cdm3rdtues,,,
|
||||
2,CDM WG : GIS,The GIS working group will join us to share what they are working on and how we might support them.,,2023-04-18 13:00:00,2023-04-18 14:00:00,time,Teams: https://tinyurl.com/cdm3rdtues,,,
|
||||
1,CDM WG Meeting,,,2023-05-02 10:00:00,2023-05-02 11:00:00,time,Teams: https://tinyurl.com/cdm1sttues,,,
|
||||
2,CDM WG Meeting,,,2023-05-16 13:00:00,2023-05-16 14:00:00,time,Teams: https://tinyurl.com/cdm3rdtues,,,
|
||||
1,CDM WG Meeting,,,2023-06-06 10:00:00,2023-06-06 11:00:00,time,Teams: https://tinyurl.com/cdm1sttues,,,
|
||||
|
|
|
Loading…
Reference in New Issue