cdisc-org / analysis-results-standard

This repository will be where all the results for the Analysis Results Standard will be delivered.
MIT License
50 stars 9 forks source link

Add operation order to the model #200

Closed ASL-rmarshall closed 7 months ago

ASL-rmarshall commented 1 year ago

It may be necessary to specify the order of operations within a method because an operation may reference the results of an operation within the same method (e.g. calculation of a percent where the numerator comes from a "count" operation in the same method).

ASL-rmarshall commented 7 months ago

This was discussed on 2024-03-13 and it was agreed that the order attribute should be added to the Operation class.

ASL-rmarshall commented 7 months ago

The order attribute has been added to the Operation class.