Uploaded image for project: 'CQL Issue Tracker'
  1. CQL Issue Tracker
  2. CQLIT-2

validate core collection assumptions

XMLWordPrintable

    • Icon: Question Question
    • Resolution: Done
    • Icon: Minor Minor
    • None

      I'n encoding a transpiler I'm interpreting each library to have a series of collections that are all uniquely identified, as illustrated:

      var usings = _.keyBy(library.usings.def, 'localIdentifier');
      var includes = _.keyBy(library.includes.def, 'localIdentifier');
      var codeSystems = _.keyBy(library.codeSystems.def, 'name');
      var valueSets = _.keyBy(library.valueSets.def, 'name');
      var parameters = _.keyBy(library.parameters.def, 'name');
      var statements = _.keyBy(library.statements.def, 'name');

      Is this a valid assumption

            bryn_rhodes Bryn Rhodes
            ErichBSchulz Erich Schulz (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: