pears.psHealthTaskType
Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.
Original SQL
CREATE FUNCTION "pears"."psHealthTaskType"( IN "ShiftID" CHAR(20),IN "ShiftPlanID" CHAR(20) ) RETURNS CHAR(100) BEGIN -- lookup template, hard code translation table here RETURN '29' -- this is task type ics -- the task type ids are autogenerated, not visible on the website but can be read from browser URL END