|
@@ -12,11 +12,12 @@ public class ConsentConfig {
|
|
|
public static final String GET_DEPT_LIST = "GetDeptList"; // 진료과 리스트
|
|
|
public static final String GET_DOCTOR_LIST = "GetDoctorList"; // 진료의 리스트
|
|
|
public static final String GET_PATIENT_LIST = "GetPatientList"; // 환자 리스트 조회
|
|
|
+ public static final String GET_CONSENT_SET_LIST = "GetConsentSetList"; // 사용자 동의서 즐겨찾기
|
|
|
|
|
|
public static final String HOST_CONSENT = BuildConfig.CONSENT_SERVER_URL + "ConsentSvc.asmx";
|
|
|
public static final String GET_CONSENT_CATEGORYY = "GetCategoryForDropdown";
|
|
|
public static final String GET_CONSENT_SEARCH = "GetConsentBySearch";
|
|
|
- public static final String GET_CONSENT_SET_LIST = "GetConsentSetList";
|
|
|
+
|
|
|
|
|
|
public final static int CONNECT_TIMEOUT = 5000;
|
|
|
public final static String CERTIFICATE_IP = "192.168.100.191";
|