Project

General

Profile

Actions

Feature #112

closed

患者詳細画面に個々の在宅情報を表示する

Added by 關山 和丈 9 months ago. Updated 5 months ago.

Status:
Closed
Priority:
Normal
Assignee:
Start date:
07/17/2025
Due date:
07/17/2025
% Done:

0%

Estimated time:
9:00 h
Spent time:

Description

タスクの切り分け

  • 在宅患者詳細テーブルの作成 1:30
  • 在宅患者詳細APIを作成 1:30
  • 患者詳細画面に個々の患者詳細データを表示できる 3hr
  • 患者詳細画面のアクションをRailsにPOSTする 2hr
  • 患者氏名から患者詳細画面を表示できる 1hr
types/patient.ts
export interface Patient {
  id: string;
  receptionId: string;
  name: string;
  deliveryStatus: "配送完了" | "未配送";
  medicalInstitution: string;
  packaging: "有" | "無";
  printMethod: string;
  createdDate: string;
}

export interface PatientTableProps {
  patients: Patient[];
}

Files

Actions

Also available in: Atom PDF