소스 검색

동의서 즐겨찾기 API URL 수정

songjunekeun 5 년 전
부모
커밋
9a22f062c3
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      app/src/main/java/com/dbs/mplus/knuh/util/ConsentConfig.java

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