Wiki Spaces
Documentation
Projects
Resources
Get Help from Others
Q&A: Ask OpenMRS
Discussion: OpenMRS Talk
Real-Time: IRC Chat | Slack
Related ticket: https://issues.openmrs.org/browse/TRUNK-5424
Definition of Order.isActive(); https://github.com/openmrs/openmrs-core/blame/master/api/src/main/java/org/openmrs/Order.java#L423
Active order (as defined by isActive()):
Started order (isStarted()):
Effective start date of an order (getEffectiveStartDate()):
Effective end date of an order (getEffectiveStopDate()):
You can also access the notes below here.