I know that there is not a way within the "Export Clinical Kits" to export the Clinical Document Types, and I know that there is more to the DocTypes than just inserting it into the DocType table, but does anyone know how you can effectively port DocType from a Dev system into Production without having to type it all in manually?
What makes you think that there would be more than bringing in the values from the DOCTYPES table?
You can add document types to the DOCTYPES table, but it does not create those new document types as document types that can be signed or require additional signature under security.
You're right. I did a SQL trace and the UI inserted into DOCTYPES and SECGATE. I looked at the DOCTYPES table and there doesn't seem to be a trigger that is adding the SECGATE information. So you would have to write update statements that inserted into both tables.
Is SECGATE only in C-EMR? I dont see it in CPS.