Maps to load or delete code set information

These maps load or delete code set information:

  • load_code_set_mongo – loads a single code set collection with documents for each code value in the input json file.
  • load_all_code_sets – loads all the external code set collections that are specified in the code_set_json_list.txt input file, but calling load_code_set_mongo.
  • delete_code_set_values – deletes all the documents from a single collection. The collection itself is not removed from the database.
  • delete_all_code_set_values – deletes all the documents from collections specified in the code_set_json_list.txt input file