Select the objects that you wish to see in the downloaded PDF
Info Source Call Graph Entry Points External References FileMan Files Accessed Via FileMan Db Call Global Variables Directly Accessed Naked Globals Local Variables
;PEP;Return FIPS code for X=2-letter-State-designator.
; e.g.: S State_FIPS=$$ST^AUTTFIPS("AZ")
; The lookup failed if +State_FIPS = 0
;
CT(AUT)
;PEP;AUT=IEN of ^AUTTCTY(. Return 3-digit FIPS for County.
; IEN is used assuming RPMS applications will have IEN.
; e.g.: S County_FIPS=$$CT^AUTTFIPS(4)
; The lookup failed if +County_FIPS = 0
;