0% found this document useful (0 votes)
11 views1 page

Understanding Null in Medical Diagnosis

Null in a diagnosis field of a patient record does not necessarily mean the patient has no disease, but rather that the diagnosis is incomplete or the disease is unidentified. Using null values should generally be avoided as it can lead to confusion about a patient's health status. A complete diagnosis is preferable to an unknown or null value.

Uploaded by

nasham92
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views1 page

Understanding Null in Medical Diagnosis

Null in a diagnosis field of a patient record does not necessarily mean the patient has no disease, but rather that the diagnosis is incomplete or the disease is unidentified. Using null values should generally be avoided as it can lead to confusion about a patient's health status. A complete diagnosis is preferable to an unknown or null value.

Uploaded by

nasham92
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

6

null in this case may mean that diagnosis is not complete and
disease has not been identified. Notice possibility of confusion
that null means that the patient has no disease! This is one of
the reasons why using nulls is not a great idea! We will see
other reasons as well later
Example of a Relation
Diagnosis: an example relation/table
Patient Disease
J im Schizophrenic
J ane Obsessive-Comp
J erry Manic
J oe null

You might also like