JonathanNYC
IS-IT--Management
I have a report that displays patient initials (Last Initial, First Initial). The report is displayed in a public area for the nurses to track patients. We use the initials for confidentiality.
For female patients, a pregnancy test must be done. The nurses used to be able to determine (for the most part) the gender of the person my their name - with the initials only it is difficult to do. Using a gender symbol on the report to denote patient sex would not violate confidentiality and it would tell the nurse if the patient was female or male.
I tried inserting a symbol in an if statement, without success. I was unable to insert a symbol. Can this be done? If yes, does anyone have any options. I am using Crystal 10.5.
Here is the statement I tried:
if {pcxPatient.sex} = "M" then "insert a symbol for the male gender here" else
if {pcxPatient.sex} = "F" then "insert a symbol for the female gender here" else " "
For female patients, a pregnancy test must be done. The nurses used to be able to determine (for the most part) the gender of the person my their name - with the initials only it is difficult to do. Using a gender symbol on the report to denote patient sex would not violate confidentiality and it would tell the nurse if the patient was female or male.
I tried inserting a symbol in an if statement, without success. I was unable to insert a symbol. Can this be done? If yes, does anyone have any options. I am using Crystal 10.5.
Here is the statement I tried:
if {pcxPatient.sex} = "M" then "insert a symbol for the male gender here" else
if {pcxPatient.sex} = "F" then "insert a symbol for the female gender here" else " "