records333
Technical User
I would like to capture hospital admission type that are null AND capture values that are inpatient and emergency. I tried the following which adversely impacts all records. Any recommendations on the following code?
({PAT_ENC_HSP.HOSP_ADMSN_TYPE_C} in ["1", "2"]and
isnull ({PAT_ENC_HSP.HOSP_ADMSN_TYPE_C}))
({PAT_ENC_HSP.HOSP_ADMSN_TYPE_C} in ["1", "2"]and
isnull ({PAT_ENC_HSP.HOSP_ADMSN_TYPE_C}))