def test_main(self):
        # test
        main()

        # post conditions
        self._mapping_table_checks()
        self._ehr_only_records_excluded()
        self._all_rdr_records_included()
 def test_main(self):
     main()
     self._mapping_table_checks()
     self._ehr_only_records_excluded()
     self._all_rdr_records_included()
 def test_main(self):
     main()
     self._mapping_table_checks()
     self._ehr_only_records_excluded()
     self._all_rdr_records_included()
     self._check_ehr_person_observation()
Example #4
0
 def test_main(self):
     main()
     self._ehr_only_records_excluded()
     self._all_rdr_records_included()