Browse Source

Merge branch 'master' of http://wcollector.idatabank.com:5230/dbs289/LifeCenter.git

huiwon.seo 4 năm trước cách đây
mục cha
commit
3fcf9ee60e

+ 0 - 13
src/test/java/com/lemon/lifecenter/LifeCenterApplicationTests.java

@@ -13,18 +13,5 @@ class LifeCenterApplicationTests {
 	@Test
 	void contextLoads() {
 	}
-	
-	@Autowired PHRService phrService;
-	
-	@Test
-	void insertPhr() {
-		PatientPHRHistoryDTO dto = new PatientPHRHistoryDTO();
-    	dto.setPatientIdx(1046);
-    	dto.setPhrType("temperature");
-    	dto.setPhrValue(36.5f);
-    	dto.setRecordedBy("홍길동");
-    	
-    	phrService.insertPHR(dto);
-	}
 
 }