
New to GP report writing, I apologize if the question is basic.
I am trying to write a report and Gender = 1, Marital Status = 1 and Race = 3.
Is there a code table or system table that lets me know what these values represent?
IE: Gender = Male, Marital Status = Married, Race = Black?
Thanks!
Jack
*This post is locked for comments
I have the same question (0)FYI - If you need the info
dbo.DYN_FUNC_GENDER(GENDER)
dbo.DYN_FUNC_MARITALSTATUS(MARITALSTATUS)
dbo.DYN_FUNC_Ethnic_Origin(ETHNORGN)
Thanks FTG!