Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/*
[예상진단 목록 화면] 등록된 예상진단 목록을 보여줌.*/

package com.mnchatbot.myapplication.ui.diagnosis;
import static android.content.Context.MODE_PRIVATE;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
[예상진단 세부화면] 챗봇상담 후 저장한 내용 보여줌.
상담 일자(날짜, 시간), 질병명, 축종, 정의, 원인, 보호자에 대한 조언 보여줌. */

package com.mnchatbot.myapplication.ui.diagnosis;

import static android.content.Context.MODE_PRIVATE;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/*
[질병백과 목록 화면] 등록된 질병명 목록을 10개 먼저 보여줌.*/

package com.mnchatbot.myapplication.ui.dictionary;

import static android.content.Context.MODE_PRIVATE;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/*
[질병백과 세부화면] 등록된 질병에 대한 정보를 보여줌.*/

package com.mnchatbot.myapplication.ui.dictionary;

import static android.content.Context.MODE_PRIVATE;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/*
[상담신청 내역 화면] 신청한 상담 목록을 보여줌.*/

package com.mnchatbot.myapplication.ui.history;

import android.app.AlertDialog;
Expand Down