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

Reimagining Bedtypes V2 #1103

Closed
2 tasks
gigincg opened this issue Nov 17, 2022 · 1 comment
Closed
2 tasks

Reimagining Bedtypes V2 #1103

gigincg opened this issue Nov 17, 2022 · 1 comment
Assignees
Labels

Comments

@gigincg
Copy link
Member

gigincg commented Nov 17, 2022

As a continuation of ohcnetwork/care_fe#2151 We need to be able to add flags to Bed objects, as well as attach assets to the ConsultationBed Table (For instance if a certain medical equipment(Asset) was used to treat a patient during his visit, that specific ConsultationBed Entry should have a relation to the Asset.

  • BedFlag ThroughTable
  • ConsultationBed-Asset ThroughTable

After the Backend changes are shipped, the UI Issues for these features maybe filed

@gigincg gigincg added the P2 label Nov 17, 2022
@yaswanthsaivendra
Copy link
Contributor

yaswanthsaivendra commented May 28, 2023

Is this issue still relevant, can I take up this one??

And as far I understand 2nd part of it, It requires to create a seperate through table ConsultationBedAsset with the schema of something like this,
ConsultationBedAsset:
consultation_bed - ForeignKey
asset - ForeignKey

but i didn't get the purpose of BedFlag through table . can u please explain?

@sainak sainak self-assigned this Jul 3, 2023
@sainak sainak closed this as completed Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants