org.openmrs.module.ipd.api.util.IPDConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bahmni-ipd-api Show documentation
Show all versions of bahmni-ipd-api Show documentation
Bahmni IPD API contains all backend APIs for IPD
package org.openmrs.module.ipd.api.util;
public class IPDConstants {
public static final String IPD_VIEW_DRUG_CHART = "drugChart";
}