After a certain trigger, I need to pull what the max dwell time is from a list of lab samples in my queue. Is there a command for this? I know it should probably look like this:
maxof(getlistofcurrentdwelltimes("NameOfQueue"));
I just don't know the correct syntax. This question is related to another question I have just for context.