/** * This Source Code Form is subject to the terms of the Mozilla Public License, * v. 2.0. If a copy of the MPL was not distributed with this file, You can * obtain one at http://mozilla.org/MPL/2.0/. OpenMRS is also distributed under * the terms of the Healthcare Disclaimer located at http://openmrs.org/license. * * Copyright (C) OpenMRS Inc. OpenMRS is a registered trademark and the OpenMRS * graphic logo is a trademark of OpenMRS Inc. */ package org.openmrs.module.webservices.rest.web; public class RestTestConstants1_10 { public final static String CARE_SETTING_UUID = "6f0c9a92-6f24-11e3-af88-005056821db0"; public final static String ORDER_FREQUENCY_UUID = "28090760-7c38-11e3-baa7-0800200c9a66"; public final static String ORDER_UUID = "2c96f25c-4949-4f72-9931-d808fbc226df"; public final static String ORDER_TYPE_UUID = "52a447d3-a64a-11e3-9aeb-50e549534c5e"; public final static String COUGH_SYRUP_UUID = "0cbe2ed3-cd5f-4f46-9459-26127c9265ab"; }