public class UpgradeUtil extends Object
Modifier and Type | Method and Description |
---|---|
static Integer |
getConceptIdForUnits(String units)
Returns conceptId for the given units from DatabaseUtil#ORDER_ENTRY_UPGRADE_SETTINGS_FILENAME
located in application data directory.
|
static String |
getConceptUuid(Connection connection,
int conceptId) |
static String |
getGlobalProperty(Connection connection,
String gp) |
static List<Integer> |
getMemberSetIds(Connection connection,
String conceptUuid) |
static Integer |
getOrderFrequencyIdForConceptId(Connection connection,
Integer conceptIdForFrequency) |
public static Integer getConceptIdForUnits(String units)
units
- public static String getConceptUuid(Connection connection, int conceptId) throws SQLException
SQLException
public static String getGlobalProperty(Connection connection, String gp) throws SQLException
SQLException
public static List<Integer> getMemberSetIds(Connection connection, String conceptUuid) throws SQLException
SQLException
public static Integer getOrderFrequencyIdForConceptId(Connection connection, Integer conceptIdForFrequency) throws SQLException
SQLException
Copyright © 2024 OpenMRS Inc.. All rights reserved.