README.md in cqm-reports-3.0.1 vs README.md in cqm-reports-3.1.0
- old
+ new
@@ -22,10 +22,10 @@
==========
A QRDA document can be imported into a CQM::Patient (defined in [cqm-models](https://github.com/projecttacoma/cqm-models)) using the following commands.
doc = Nokogiri::XML(file)
- patient = QRDA::Cat1::PatientImporter.instance.parse_cat1(doc)
+ patient, warnings = QRDA::Cat1::PatientImporter.instance.parse_cat1(doc)
Exporting QRDA Category I
==========
Exporting a QRDA document from a CQM::Patient (defined in [cqm-models](https://github.com/projecttacoma/cqm-models)) using the following command.