You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2017. It is now read-only.
Hi, I have CCDA documents that do not include <templateId> tag which is not required by a standard (from what I've read). So I would like to have a way of providing document type by hand. We could use the second arguments of the BlueButton function which is already defined as options. So here:
Hi, I have CCDA documents that do not include
<templateId>tag which is not required by a standard (from what I've read). So I would like to have a way of providing document type by hand. We could use the second arguments of theBlueButtonfunction which is already defined as options. So here:bluebutton.js/lib/bluebutton.js
Line 23 in 5d0ee7e
opts.typeis provided and use it. What do you think? I can create PR for that.