Explorar o código

동의서 즐겨찾기 API URL 수정

songjunekeun %!s(int64=5) %!d(string=hai) anos
pai
achega
9a22f062c3

+ 2 - 1
app/src/main/java/com/dbs/mplus/knuh/util/ConsentConfig.java

@@ -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";