Skip to content

Add preferredGender to room #907

@MaxSchaefer

Description

@MaxSchaefer

Describe the feature

A room should have the attribute preferredGender. This attribute should accept these values

enum Gender {
GENDER_UNSPECIFIED = 0;
GENDER_FEMALE = 1;
GENDER_MALE = 2;
GENDER_DIVERSE = 3;
}

Why is this feature needed?

Auf den meisten Stationen außerhalb der Intensivstation (wo viele Patient:innen sowieso nicht bei Bewusstsein sind) werden "Frauen" und "Männerzimmer" verteilt. Damit Frauen und Männer nicht gemeinsam auf einem Zimmer liegen müssen. Diese Zuteilung ist aber nicht fix und kann sich je nach Belegung der Station ändern.

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions