Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Add blood type info to patient #2186

Closed
jackcmeyer opened this issue Jun 29, 2020 · 3 comments · Fixed by #2190
Closed

Add blood type info to patient #2186

jackcmeyer opened this issue Jun 29, 2020 · 3 comments · Fixed by #2190
Assignees
Labels
🚀enhancement an issue/pull request that adds a feature to the application good first issue indicates an issue is good for a first time contributor help wanted indicates that an issue is open for contributions patients issue/pull request that interacts with patients module
Projects
Milestone

Comments

@jackcmeyer
Copy link
Member

Scenario

AS
A user who can see patient details

I WANT
Blood type information displayed

SO THAT
I can be aware of someone's blood type

Acceptance Criteria

GIVEN
A patient needs to be created

WHEN
I create the patient

THEN
An option for blood type should be shown

GIVEN
A patient needs to be edited

WHEN
I edit the patient

THEN
An option for blood type should be shown

GIVEN
A patient

WHEN
I view the patient

THEN
The blood type should be shown

Related Issues

Technical Notes

Possible blood types:
A+
A-
AB+
AB-
B+
B-
O+
O-

@jackcmeyer jackcmeyer transferred this issue from HospitalRun/hospitalrun Jun 29, 2020
@jackcmeyer jackcmeyer added good first issue indicates an issue is good for a first time contributor help wanted indicates that an issue is open for contributions patients issue/pull request that interacts with patients module 🚀enhancement an issue/pull request that adds a feature to the application labels Jun 29, 2020
@jackcmeyer jackcmeyer added this to the v2.0 milestone Jun 29, 2020
@jackcmeyer jackcmeyer added this to To do in Version 2.0 via automation Jun 29, 2020
@saksham93
Copy link
Contributor

Hi,
I wish to work on this issue.
Thanks

@blestab
Copy link
Contributor

blestab commented Jun 29, 2020

Technical Notes

Possible blood types:
A+
A-
AB+
AB-
B+
B-
O+
O-

Maybe add an Unknown option as well?

@saksham93
Copy link
Contributor

@blestab Sure!

Version 2.0 automation moved this from To do to Done Jul 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🚀enhancement an issue/pull request that adds a feature to the application good first issue indicates an issue is good for a first time contributor help wanted indicates that an issue is open for contributions patients issue/pull request that interacts with patients module
Projects
Version 2.0
  
Done
Development

Successfully merging a pull request may close this issue.

3 participants