1
0
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:
2025-08-19 16:08:56 +02:00
parent 51d3ffaa00
commit fb30de809b
2 changed files with 1856 additions and 1140 deletions

3
mtb.go
View File

@@ -826,7 +826,7 @@ type NgsReportCoding struct {
}
type Patient struct {
Address Address `json:"address"`
Address *Address `json:"address,omitempty"`
Age *Age `json:"age,omitempty"`
BirthDate string `json:"birthDate"`
DateOfDeath *string `json:"dateOfDeath,omitempty"`
@@ -1301,6 +1301,7 @@ const (
Correction MvhSubmissionType = "correction"
Followup MvhSubmissionType = "followup"
Initial MvhSubmissionType = "initial"
Test MvhSubmissionType = "test"
)
type Chromosome string

File diff suppressed because it is too large Load Diff