|
@@ -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);
|
|
|
- }
|
|
|
|
|
|
}
|