cdisc-org / cdisc-rules-engine

Open source offering of the cdisc rules engine
MIT License
46 stars 12 forks source link

get_model_filtered_variables - clarification on functionality #627

Open mhungria opened 6 months ago

mhungria commented 6 months ago

The documentation on the Reference guide for the get_model_filtered_variables operation appears to refer to retrieving variables from the requested IG and not the IG underlying model. Could you clarify the functionality?

I'm looking for an operation to get the list of variables (or subsets) for an IG underlying model? i.e., implemented_model_variables, implemented_model_identifiers, ... that returns the corresponding list of variables for the requested IG underlying model. It means, giving the IG, the operation will find the underlying model first and then get the corresponding list of variables as the result.

If not, could this functionality be added?