-
Notifications
You must be signed in to change notification settings - Fork 0
/
testkit.go
20 lines (17 loc) · 1 KB
/
testkit.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// This file was auto-generated by Fern from our API Definition.
package api
type CreateRegistrableTestkitOrderRequest struct {
UserId string `json:"user_id" url:"-"`
LabTestId string `json:"lab_test_id" url:"-"`
ShippingDetails *ShippingAddress `json:"shipping_details,omitempty" url:"-"`
Passthrough *string `json:"passthrough,omitempty" url:"-"`
}
type RegisterTestkitRequest struct {
UserId string `json:"user_id" url:"-"`
SampleId string `json:"sample_id" url:"-"`
PatientDetails *PatientDetails `json:"patient_details,omitempty" url:"-"`
PatientAddress *PatientAddressCompatible `json:"patient_address,omitempty" url:"-"`
Physician *PhysicianCreateRequestBase `json:"physician,omitempty" url:"-"`
HealthInsurance *HealthInsuranceCreateRequest `json:"health_insurance,omitempty" url:"-"`
Consents []*Consent `json:"consents,omitempty" url:"-"`
}