Mongoose Docs for ECG model
undefined
| Field Name |
Field Type |
Comment |
Required |
Default |
Min |
Max |
Nested Schema |
| id_patient |
ObjectID |
|
False |
|
|
|
|
| id_registration |
ObjectID |
|
True |
|
|
|
|
| letter_number |
String |
|
True |
|
|
|
|
| letter_running_number |
Number |
|
True |
|
|
|
|
| referral_unit |
Mixed |
|
True |
|
|
|
|
| patient.address |
Mixed |
|
True |
|
|
|
|
| patient.age |
Mixed |
|
True |
|
|
|
|
| heart_valve.aorta |
String |
|
True |
baik |
|
|
|
| heart_valve.mitral |
String |
|
True |
baik |
|
|
|
| heart_valve.trikuspid |
String |
|
True |
baik |
|
|
|
| heart_valve.pulmonal |
String |
|
True |
baik |
|
|
|
| conclusion |
String |
|
True |
|
|
|
|
| created_at |
Date |
|
True |
() => moment() |
|
|
|
| created_by |
Mixed |
|
True |
|
|
|
|
| updated_at |
Date |
|
True |
() => moment() |
|
|
|
| updated_by |
Mixed |
|
False |
|
|
|
|
| _id |
ObjectID |
|
False |
|
|
|
|
| __v |
Number |
|
False |
|
|
|
|