init project
This commit is contained in:
11
pkg/models/patient/patient.go
Normal file
11
pkg/models/patient/patient.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package patient
|
||||
|
||||
type Patient struct {
|
||||
ID string `bson:"_id"`
|
||||
NoRM string `bson:"norm"`
|
||||
Name string `bson:"name"`
|
||||
Telecom string `bson:"telecom"`
|
||||
Gender string `bson:"gender"`
|
||||
BirthDate string `bson:"birthDate"`
|
||||
Address string `bson:"address"`
|
||||
}
|
||||
Reference in New Issue
Block a user