Discover Packages
github.com/dgmann/document-manager/m1-helper
bdt
package
Version:
v0.0.0-...-d8b21ba
Opens a new window with list of versions in this module.
Published: Feb 18, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Address struct {
Street string `json:"street"`
Zip string `json:"zip"`
City string `json:"city"`
}
type Patient struct {
Id string `json:"id"`
FirstName string `json:"firstName"`
LastName string `json:"lastName"`
BirthDate *time .Time `json:"birthDate"`
PhoneNumber string `json:"phoneNumber"`
Address Address `json:"address"`
}
Parse BDT file
Format:
- first three numbers define the field length, i.e 9 + length of value
- next 4 numbers defining the field id
- then the actual value (length as defined above)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.