cs4ec / CS4EC_DSL

MIT License
1 stars 0 forks source link

Implement a 'WaitingList' concept #7

Open thomasGodfrey opened 3 years ago

thomasGodfrey commented 3 years ago

Implement a waiting list for patients based on my observations in the ED.

szschaler commented 3 years ago

Cool feature. What of this needs exposing in the modelling language (what might differ between EDs?)?

thomasGodfrey commented 3 years ago

In the modeling language, I would consider:

szschaler commented 3 years ago

Good start. Remember to differentiate between simulation state and the modelling of processes and tools. Your table above sounds a bit like it's modelling simulation state; in particular, you're talking about specific patients. I wonder whether the more relevant information at the DSML-level is about the schema (i.e., the column headers of the table without the rows).

I would also expect something in the model about how agents interact with the table. How do they add things, how do things get updated or removed, how and when do agents learn about changes in the table, ...