Hi All,
I need to generate a score where I divide points attained by total points
possible (both calculated in data nodes in CC)
Would this command work?
(/data/Experience_score, /, /data/Experience_total_pts_possible)
Thanks,
Sangya
Hi All,
I need to generate a score where I divide points attained by total points
possible (both calculated in data nodes in CC)
Would this command work?
(/data/Experience_score, /, /data/Experience_total_pts_possible)
Thanks,
Sangya
I found storing the score values in a separate variable and then using that
variable for further calculations seems to be working for me. Scoring is a
necessary requirements in healthcare scenarios at least for GCS Type of
scoring and quite a few scenarios in healthcare.
Regards
manish
/data/Experience_score div /data/Experience_total_pts_possible