Start a new topic

Coded Valuesets

Add a new Valueset type called Coded Valueset. A Coded Valueset resembles a Manual Rule:

  • A specification must be provided in Studio
  • The c# code to populate a Coded Valueset must be implemented in the Engine project in Visual Studio
    • The implementation has access to
      • Constants
      • Tables
      • Views
      • Other Valuesets (Studio must detect circular references, director must sequence) 

Coded Valuesets are exposed for load in Director and when the load executes, the Engine in question will execute the implementation to retrieve the data to populate the Valueset.


Login or Signup to post a comment