Description Usage Arguments Value
View source: R/examples_nulls.R
This function will return the C_BioSense_ID for visits where required fields are missing, as well as what fields that are missing. As mentioned in 'get_req_nulls', fields were treated as null if they were null in every single record of the visit, *except* for ones that had to be present in every record and thus are done at the record-level: Treating_Facility_ID, Trigger_Event, Message_Control_ID, Processing_ID, Version_ID, Message_Profile_ID, Recorded_Date_Time, Message_Date_Time, First_Patient_ID, and Medical_Record_Number.
1 | examples_nulls(i, data)
|
i |
A facility ID, as a string. |
data |
The raw data from BioSense on which these examples will be generated. |
A data frame containing the patient-visit IDs and fields for this visit that were null.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.