Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: UKE匿名化ツールの年齢計算を修正 #21

Merged
merged 13 commits into from
Apr 13, 2023
Merged

Commits on Mar 29, 2023

  1. test: add test cases for birthday calculation

    Signed-off-by: Kengo TODA <toda_k@henry.jp>
    KengoTODA committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    d5bc9ba View commit details
    Browse the repository at this point in the history
  2. build: reflect changes to IDEA config file

    Signed-off-by: Kengo TODA <toda_k@henry.jp>
    KengoTODA committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    c78e189 View commit details
    Browse the repository at this point in the history
  3. fix: improve the birthday count logic

    Signed-off-by: Kengo TODA <toda_k@henry.jp>
    KengoTODA committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    c4559ed View commit details
    Browse the repository at this point in the history
  4. feat: print 未就学児 if patient is 0-6 years old

    Signed-off-by: Kengo TODA <toda_k@henry.jp>
    KengoTODA committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    0d055fa View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. test: minor updates

    KengoTODA authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    143e10b View commit details
    Browse the repository at this point in the history
  2. feat: add 75歳到達月判定

    Signed-off-by: Kengo TODA <toda_k@henry.jp>
    KengoTODA committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    16ee55d View commit details
    Browse the repository at this point in the history
  3. chore: remove needless import

    Signed-off-by: Kengo TODA <toda_k@henry.jp>
    KengoTODA committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    d28889d View commit details
    Browse the repository at this point in the history
  4. enhance calculation method (still in progress)

    Signed-off-by: Kengo TODA <toda_k@henry.jp>
    KengoTODA committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    2c9eabf View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. improve treatment method of birthday

    Signed-off-by: Kengo TODA <toda_k@henry.jp>
    KengoTODA committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    8b3a514 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. fix several corner cases

    Signed-off-by: Kengo TODA <toda_k@henry.jp>
    KengoTODA committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    6433ab6 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. fix: 75歳到達月特例にあてはまらないことを表示する

    Signed-off-by: Kengo TODA <toda_k@henry.jp>
    KengoTODA committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    916295e View commit details
    Browse the repository at this point in the history
  2. test: rename the spec file

    Signed-off-by: Kengo TODA <toda_k@henry.jp>
    KengoTODA committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    08778c4 View commit details
    Browse the repository at this point in the history
  3. shorten length of the patient name

    Signed-off-by: Kengo TODA <toda_k@henry.jp>
    KengoTODA committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    a0c1b6d View commit details
    Browse the repository at this point in the history