We use social security number as the operator ID number, and do not want the SSN to appear in the glucose result comment. Can operator ID number be converted to name?
• Yes. Different medical centers use different types of operator ID number and transform these numbers in various ways for display in the result comment. Some use the internal user number. Others use the last 4 or 5 digits of the SSN, and some display the operator’s name or initials. In routine ^LAZPGPCX, line PCX+10 reads – S OPER=$TR($$PFIELD^LAZPGU(IN,3),QUOTE) ;Operator ID Insert a line immediately after this one to transform OPER in whatever way is desired. For example, to change OPER from SSN to name use – S OPER=$P($G(^VA(200,+$O(^VA(200,”SSN”,OPER,0)),0)),U) • We created a pseudo-user with the required XUS SIGNON and LAZPGPCX security keys, for use with PCxLink. However, the pseudo-user still cannot sign-on. On attempting to sign-on through the broker an error message is displayed indicating the connection has been lost. • A new feature in Vista requires users to complete an access agreement on their first sign-on. This requirement is not supported by the RPC Broker (at least n
We use social security number as the operator ID number, and do not want the SSN to appear in the glucose result comment. Can operator ID number be converted to name?