Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create a new file containing the document instance's header.
  2. Name the document with its proper "Document Content Module Template Name".
  3. Place the document in the "CDAHeaders" folder in the run directory.
  4. Update the "CDA-Documents-Sections.xlsx" spreadsheet found in the "Excel" folder in the run directory:
  5. In the "Documents" sheet, add the document to the list.  Provide the "Document Content Module Template Name" and the , "Document Content Module Keyname", and "Template ID" fields.
  6. In the "Documents|Sections" sheet, add entries for each of the document's corresponding sections.  Provide the "Document Content Module Template Name", "Section Template Name", "Section Content Module Template ID", and "Required" fields.
  7. Delete the "cda_doc_store" database and restart the server to update the database.

...

  1. Create a new folder in the "CDASections" folder in the run directory.
  2. Name the folder with the section's proper "Section Template Name". 
  3. Inside the folder, create a new file containing the section's Template ID.
  4. Name the file "TemplateID".
  5. Update the "CDA-Documents-Sections.xlsx" spreadsheet found in the "Excel" folder in the run directory:
  6. In the "Sections" sheet, add the section to the list.  (NOTE: this sheet is used for reference only.  It is not used to populate the database.)
  7. In the "Documents|Sections" sheet, add entries for every document that contains the new section.  Provide the "Document Content Module Template Name", "Section Template Name", "Section Content Module Template ID", and "Required" fields.
  8. Delete the "cda_doc_store" database and restart the server to update the database.

...

  1. Create a new file containing the section's code.
  2. Name the file with the information found in the instance's <text> element located beneath the <title> element.  This will be used to distinguish between different section instances.
  3. Place the file in the folder with the proper section name type found in the "CDASections" folder in the run directory.
  4. Delete the "cda_doc_store" database and restart the server to update the database.

...