gov.va.medora.mdo.dao.vista.VistaUserDao.getSecurityKeyDescriptiveName C# (CSharp) Method

getSecurityKeyDescriptiveName() private method

private getSecurityKeyDescriptiveName ( string ien ) : string
ien string
return string
        internal string getSecurityKeyDescriptiveName(string ien)
        {
            string arg = "$P($G(^DIC(19.1," + ien + ",0)),U,2)";
            return VistaUtils.getVariableValue(cxn, arg);
        }
VistaUserDao