pears.psHealthCanSendPerson

Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.

CREATE FUNCTION "pears"."psHealthCanSendPerson"( 
  IN "persid" CHAR(20),IN "RecipientOrCarer" CHAR(1) ) 
RETURNS SMALLINT
BEGIN
  -- check divisions, status etc
  -- 1 to send, anything else won't
  -- RecipientOrCarer R - Recip, C - Carer, U - User ( if needed )
  RETURN 1
END
  • database/functions/pears_pshealthcansendperson.txt
  • Last modified: 2026/08/07 19:24
  • by 127.0.0.1