Difference between revisions of "ROUTINE VASITE"

From VistApedia
Jump to: navigation, search
(Created page with " <pre> PRIM^VASITE:PRIM+9 PRIM(DATE) ; -returns medical center division of primary medical center division ; - input date, if date is null then date will be today...")
 
(No difference)

Latest revision as of 17:05, 23 April 2019

PRIM^VASITE:PRIM+9
 PRIM(DATE) ;  -returns medical center division of primary medical center division
  ;          - input date, if date is null then date will be today
  ;
  N PRIM
  S:'$D(DATE) DATE=DT S DATE=DATE+.24
  S PRIM=$G(^VA(389.9,+$O(^(+$O(^VA(389.9,"AIVDT1",1,$$IVDATE(DATE))),0)),0))
  Q $S($P(PRIM,"^",4)?3N:$P(PRIM,"^",3),1:-1)
  ;