Opened 13 years ago
Closed 13 years ago
#346 closed enhancement (fixed)
Create virtual patient for cases with consent=no or not asked
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v2.1 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
This would be useful for statistical purposes. The patients should have names like: NoXXXXX and NotAskedXXXXX where XXXXX is a five-digit running number.
We should not create a virtual patient if consent=yes.
Already existing cases with No or Not asked need to be fixed manually or with a batch importer.
Change History (4)
comment:1 by , 13 years ago
Status: | new → assigned |
---|
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 13 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Oh no... If a 'Not asked' virtual patient has been registered it becomes impossible to register a 'No' consent. The auto-naming procedure will find the 'Not askedXXXXX' patient, and try to convert 't askedXXXXXX' to a number.
comment:4 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
(In [1504]) Fixes #346: Create virtual patient for cases with consent=no or not asked