Burke and all,

As I was working through some of my Order Entry use cases today, my design for Order Groups ended up evolving such that they could be nested. So, just like you can have Obs that fall into nested Obs Groups, the same would be true for Orders. An example of this might be:

OrderGroup: XYZ Oncology Treatment {

    OrderGroup:  Pre-medication {
        1-N DrugOrders...
    }

    OrderGroup:  Chemotherapy {

        OrderGroup:  Cycle 1 {
            1-N DrugOrders...
        }

        OrderGroup:  Cycle 2 {
            1-N DrugOrders...
        }

    }

    Order Group:  Post-medication {
        1-N DrugOrders...
    }

}

Where I am going with this is that you would have an OrderSet whose members might be other OrderSets, and which would produce an OrderGroup for each OrderSet.

Is there anything in your conception of Order Groups that would make this approach fundamentally wrong? Is your first reaction positive or negative to this approach?

Thanks,
Mike

_________________________________________

To unsubscribe from OpenMRS Developers' mailing list, send an e-mail to 
lists...@listserv.iupui.edu with "SIGNOFF openmrs-devel-l" in the  body (not 
the subject) of your e-mail.

[mailto:lists...@listserv.iupui.edu?body=SIGNOFF%20openmrs-devel-l]

Reply via email to