mirror of
https://github.com/dnpm-dip/mv64e-mtb-dto-go.git
synced 2025-09-13 02:32:51 +00:00
chore: update data model
* add submission type 'test' * make patients address optional
This commit is contained in:
3
mtb.go
3
mtb.go
@@ -826,7 +826,7 @@ type NgsReportCoding struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type Patient struct {
|
type Patient struct {
|
||||||
Address Address `json:"address"`
|
Address *Address `json:"address,omitempty"`
|
||||||
Age *Age `json:"age,omitempty"`
|
Age *Age `json:"age,omitempty"`
|
||||||
BirthDate string `json:"birthDate"`
|
BirthDate string `json:"birthDate"`
|
||||||
DateOfDeath *string `json:"dateOfDeath,omitempty"`
|
DateOfDeath *string `json:"dateOfDeath,omitempty"`
|
||||||
@@ -1301,6 +1301,7 @@ const (
|
|||||||
Correction MvhSubmissionType = "correction"
|
Correction MvhSubmissionType = "correction"
|
||||||
Followup MvhSubmissionType = "followup"
|
Followup MvhSubmissionType = "followup"
|
||||||
Initial MvhSubmissionType = "initial"
|
Initial MvhSubmissionType = "initial"
|
||||||
|
Test MvhSubmissionType = "test"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Chromosome string
|
type Chromosome string
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user