feat(mapping): 完成 PHIS 健康档案转换(T-212)
This commit is contained in:
+34
-20
@@ -117,26 +117,40 @@ type HealthRecordBaseInfo struct {
|
||||
}
|
||||
|
||||
type HealthRecordCreateInfo struct {
|
||||
CheckID string `json:"checkId,omitempty"`
|
||||
IDCard string `json:"idCard,omitempty"`
|
||||
PersonName string `json:"personName,omitempty"`
|
||||
SexCode string `json:"sexCode,omitempty"`
|
||||
Birthday string `json:"birthday,omitempty"`
|
||||
PhrID string `json:"phrId,omitempty"`
|
||||
MobileNumber string `json:"mobileNumber,omitempty"`
|
||||
RegionCode string `json:"regionCode,omitempty"`
|
||||
ManaDoctorID string `json:"manaDoctorId,omitempty"`
|
||||
ManaUnitID string `json:"manaUnitId,omitempty"`
|
||||
CreateUser string `json:"createUser,omitempty"`
|
||||
CreateUnit string `json:"createUnit,omitempty"`
|
||||
NationCode string `json:"nationCode,omitempty"`
|
||||
EducationCode string `json:"educationCode,omitempty"`
|
||||
WorkCode string `json:"workCode,omitempty"`
|
||||
MaritalStatusCode string `json:"maritalStatusCode,omitempty"`
|
||||
BloodTypeCode string `json:"bloodTypeCode,omitempty"`
|
||||
RhBloodCode string `json:"rhBloodCode,omitempty"`
|
||||
InsuranceCode string `json:"insuranceCode,omitempty"`
|
||||
AddressNumber string `json:"addressNumber,omitempty"`
|
||||
CheckID string `json:"checkId,omitempty"`
|
||||
IDCard string `json:"idCard,omitempty"`
|
||||
PersonName string `json:"personName,omitempty"`
|
||||
SexCode string `json:"sexCode,omitempty"`
|
||||
Birthday string `json:"birthday,omitempty"`
|
||||
WorkPlace string `json:"workPlace,omitempty"`
|
||||
PhrID string `json:"phrId,omitempty"`
|
||||
MobileNumber string `json:"mobileNumber,omitempty"`
|
||||
PhoneNumber string `json:"phoneNumber,omitempty"`
|
||||
Contact string `json:"contact,omitempty"`
|
||||
ContactPhone string `json:"contactPhone,omitempty"`
|
||||
RegisteredPermanent string `json:"registeredPermanent,omitempty"`
|
||||
RegionCode string `json:"regionCode,omitempty"`
|
||||
Address string `json:"address,omitempty"`
|
||||
AddressCode string `json:"addressCode,omitempty"`
|
||||
AddressNumber string `json:"addressNumber,omitempty"`
|
||||
HomePlace string `json:"homePlace,omitempty"`
|
||||
HomePlaceCode string `json:"homePlaceCode,omitempty"`
|
||||
HomePlaceNumber string `json:"homePlaceNumber,omitempty"`
|
||||
CardType string `json:"cardType,omitempty"`
|
||||
ManaDoctorID string `json:"manaDoctorId,omitempty"`
|
||||
ManaUnitID string `json:"manaUnitId,omitempty"`
|
||||
CreateUser string `json:"createUser,omitempty"`
|
||||
CreateUnit string `json:"createUnit,omitempty"`
|
||||
NationCode string `json:"nationCode,omitempty"`
|
||||
EducationCode string `json:"educationCode,omitempty"`
|
||||
WorkCode string `json:"workCode,omitempty"`
|
||||
MaritalStatusCode string `json:"maritalStatusCode,omitempty"`
|
||||
BloodTypeCode string `json:"bloodTypeCode,omitempty"`
|
||||
RhBloodCode string `json:"rhBloodCode,omitempty"`
|
||||
InsuranceCode string `json:"insuranceCode,omitempty"`
|
||||
InsuranceType string `json:"insuranceType,omitempty"`
|
||||
IsFillSHHJ string `json:"isFillShhj,omitempty"`
|
||||
CreateDate string `json:"createDate,omitempty"`
|
||||
}
|
||||
|
||||
type HealthRecordSaveResult struct {
|
||||
|
||||
Reference in New Issue
Block a user