Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Put two patient states below this and link them to the Branch step. Name the patient states 'tachycardia?' and 'Aged over 75 yrs?'. Now put a Sync Node below these using the Add Sync Node button . Link the two patient states down to this. Edit the Sync node properties  to make it 80 by 10 and turn off the Display name check box. Jin it up to a new Action box named 'Consider tachycardia in the over 75 yrs population.' It should all look like this:

Image Added

Put the same GELLO in 'tachycardia?' as before. The GELLO for 'Aged over 75 yrs' is:

   Context GLIF_VMR::GLIFDecisionNode
Let age: PQ = factory.Now() - vmr.patient.dob
Let ageInYears: PQ = age.convert('yr')
   ageInYears >= factory.PQ(75, 'yr')

jhewvfjds