1
0
mirror of https://github.com/dnpm-dip/mv64e-mtb-dto-go.git synced 2025-09-13 10:42:52 +00:00

Merge pull request #12 from pcvolkmer/update-datamodel

This commit is contained in:
2025-08-19 16:21:39 +02:00
committed by GitHub
2 changed files with 1856 additions and 1140 deletions

3
mtb.go
View File

@@ -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