drugtrace

package
v1.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 6, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package drugtrace 包含阿里健康追溯码相关结构体

https://open.taobao.com/API.htm?docId=40971&docType=2

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddEntReqDto

type AddEntReqDto struct {
	// 企业其他地址省市区信息
	StoreAddrs []Address `json:"store_addrs,omitempty" xml:"store_addrs>address,omitempty"`
	// 企业详细注册地址
	DictRegionDetail string `json:"dict_region_detail,omitempty" xml:"dict_region_detail,omitempty"`
	// 新增企业名称
	EntName string `json:"ent_name,omitempty" xml:"ent_name,omitempty"`
	// 追溯业务负责人联系电话
	MobilePhone string `json:"mobile_phone,omitempty" xml:"mobile_phone,omitempty"`
	// 唯一认证代码:唯一认证代码是证件的编号,是国家对您的唯一认证编码。 如:证件是营业执照,唯一认证编码就是营业执照上的社会信用代码或组织机构代码。 证件是身份证,唯一认证编码就是身份证号。 证件是护照,唯一认证编码就是护照编号。 证件是医疗职业许可证,唯一认证编码就是许可证上的卫生机构组织代码或登记号。 以药品注册证为证件入驻的境外企业,唯一认证代码可填“无”。
	OrgCode string `json:"org_code,omitempty" xml:"org_code,omitempty"`
	// 固定电话
	Tel string `json:"tel,omitempty" xml:"tel,omitempty"`
	// 追溯业务负责人名称
	ContactPsnNm string `json:"contact_psn_nm,omitempty" xml:"contact_psn_nm,omitempty"`
	// 追溯负责人联系邮箱
	Email string `json:"email,omitempty" xml:"email,omitempty"`
	// 企业注册地址省市区信息
	RegAddr *Address `json:"reg_addr,omitempty" xml:"reg_addr,omitempty"`
	// 用类型code值:比如是医疗机构则传3.企业/机构类型枚举结构:(类型code,类型名称); 枚举值:PROD_ENT(1,"生产企业"), WHOLESALE_ENT(2,"批发企业"), MEDICAL_ENT(3,"医疗机构"), RESALE_ENT(4,"零售企业"), LOGISTICS_ENT(5,"物流企业"), MAH_ENT(7,"上市许可持有人"), CENTRAL_RANDOMIZATION_SYSTEM_PROVIDER(8,"中央随机化系统提供商");
	UserRoleType int64 `json:"user_role_type,omitempty" xml:"user_role_type,omitempty"`
	// 用类型code值,并且需要与userRoleType值相映射:比如userRoleType传的3,只能取枚举值中第三个参数是3的类型;如果没有映射的细分类型,则填0.企业/机构细分类型枚举结构:(类型code,类型名称,对应企业/机构类型code);枚举值:PRODUCE_CHINA(13, "境内生产企业", 1), PRODUCE_FOREIGN(14, "境外生产企业", 1), DISEASE_CENTER(31, "疾控中心", 3), INOCULATION_ENT(32, "接种单位", 3), OTHER_MEDICAL_ENT(33, "其他", 3), MEDICAL_34(34, "综合医院", 3), MEDICAL_35(35, "中医医院", 3), MEDICAL_36(36, "中西医结合医院", 3), MEDICAL_37(37, "民族医院", 3), MEDICAL_38(38, "专科医院,不含中医专科医院", 3), MEDICAL_39(39, "疗养院", 3), MEDICAL_310(310, "护理院(站)", 3), MEDICAL_311(311, "社区卫生服务中心", 3), MEDICAL_312(312, "社区卫生服务站", 3), MEDICAL_313(313, "街道卫生院", 3), MEDICAL_314(314, "乡镇卫生院", 3), MEDICAL_315(315, "门诊部", 3), MEDICAL_316(316, "诊所", 3), MEDICAL_317(317, "卫生所(室)", 3), MEDICAL_318(318, "医务室", 3), MEDICAL_319(319, "中小学卫生保健所", 3), MEDICAL_320(320, "村卫生室", 3), MEDICAL_321(321, "急救中心", 3), MEDICAL_322(322, "急救中心站", 3), MEDICAL_323(323, "急救站", 3), MEDICAL_324(324, "血站", 3), MEDICAL_325(325, "单采血浆站", 3), MEDICAL_326(326, "妇幼保健院", 3), MEDICAL_327(327, "妇幼保健所包括妇女、儿童保健所", 3), MEDICAL_328(328, "妇幼保健站包括妇幼保健中心", 3), MEDICAL_329(329, "生殖保健中心", 3), MEDICAL_330(330, "专科疾病防治院", 3), MEDICAL_331(331, "专科疾病防治所(站、中心)", 3), MEDICAL_333(333, "卫生防疫站", 3), MEDICAL_334(334, "卫生防病中心", 3), MEDICAL_335(335, "预防保健中心", 3), MEDICAL_336(336, "卫生监督所(局)", 3), MEDICAL_337(337, "卫生(综合)监督检验(监测、检测)所(站)", 3), MEDICAL_338(338, "环境卫生监督检验(监测、检测)所(站)", 3), MEDICAL_339(339, "放射卫生监督检验(监测、检测)所(站)", 3), MEDICAL_340(340, "劳动(职业、工业)卫生监督检验(监测、检测)所(站)", 3), MEDICAL_341(341, "食品卫生监督检验(监测、检测)所(站)", 3), MEDICAL_342(342, "学校卫生监督检验(监测、检测)所(站)", 3), MEDICAL_343(343, "其他卫生监督检验(监测、检测)所(站)", 3), MEDICAL_344(344, "医学科学(研究)院(所)", 3), MEDICAL_345(345, "预防医学研究院(所)", 3), MEDICAL_346(346, "中医(药)研究院(所)", 3), MEDICAL_347(347, "中西医结合研究所", 3), MEDICAL_348(348, "民族医(药)学研究所", 3), MEDICAL_349(349, "医学专科研究所", 3), MEDICAL_350(350, "药学研究所(包括药用植物研究所)", 3), MEDICAL_351(351, "医学普通高中等学校", 3), MEDICAL_352(352, "医学成人学校", 3), MEDICAL_353(353, "医学在职培训机构包括各类卫生技术人员、管理人员培训中心等", 3), MEDICAL_354(354, "健康教育所包括健康教育研究所", 3), MEDICAL_355(355, "健康教育站(中心)包括卫生宣教馆", 3), MEDICAL_356(356, "临床检验中心(所、站)", 3), MEDICAL_357(357, "卫生新闻出版社", 3), MEDICAL_358(358, "其他卫生事业机构", 3), MEDICAL_359(359, "红十字会", 3), MEDICAL_360(360, "医学会包括预防医学会、护理学会、医院管理学会等各类卫生专业学会", 3), MEDICAL_361(361, "协会", 3), MEDICAL_362(362, "其他卫生社会团体", 3), CHAIN_DRUG_STORE(41, "连锁药店总部", 4), DIRECT_CHAIN_DRUGS_STORE(42, "直营连锁药店", 4), JOIN_CHAIN_DRUG_STORE(43, "加盟连锁药店", 4), SINGLE_DRUG_STORE(44, "单体药店", 4), OTHER_DRUG_STORE(45, "其他", 4), MARKET_AUTH_HOLD_CHAINA(71, "境内持证商", 7), MARKET_AUTH_HOLD_FOREIGN(72, "境外持证商", 7) ;
	EntOrgType int64 `json:"ent_org_type,omitempty" xml:"ent_org_type,omitempty"`
	// 用类型code值:比如营业执照资质则传8.资质证照类型枚举结构:(类型code,类型值);枚举值:DRUG_BUSINESS_LICENSE(1, "药品经营许可证"), GSP(2, "GSP"), PRACTICE_LICENSE_OF_MEDICAL_INSTITUTION(3, "医疗机构执业许可证"), GMP(4, "GMP"), PHARMACEUTICAL_PRODUCTION_LICENSE(5, "药品生产许可证"), GUP(6, "GUP"), REGISTRATION_CERTIFICATE_OF_FOREIGN_ENTERPRISES(7, "外国企业常驻中国代表机构登记证"), BUSINESS_LICENSE(8, "营业执照"), OTHER(9, "其他"), ORG_CODE_LICENSE(10, "组织机构代码证"), PUBLIC_INSTITUTIONS_LICENSE(11, "事业单位法人证书"), PRIVATE_NON_ENTERPRISE_ORGANIZATION_LICENSE(12, "民办非企业单位登记证书"), AGENCY_BUSINESS_LICENSE(13, "代理公司营业执照"), IMPORT_DRUG_REGISTRATION_LICENSE(14, "进口药品注册证"), DRUG_REGISTRATION_APPROVAL_LICENSE(15, "药品注册批件"), AUTHORIZATION_LICENSE(16, "授权书") ;
	LicenseType int64 `json:"license_type,omitempty" xml:"license_type,omitempty"`
}

AddEntReqDto 结构体

type Address

type Address struct {
	// 省份名称/境外不用填,境内必填
	ProvName string `json:"prov_name,omitempty" xml:"prov_name,omitempty"`
	// 城市名称/境外不用填,境内必填
	CityName string `json:"city_name,omitempty" xml:"city_name,omitempty"`
	// 境内填写区县名称/境外则填写境外国家中文名称
	AreaName string `json:"area_name,omitempty" xml:"area_name,omitempty"`
}

Address 结构体

type AdvanceCodeSearchDto

type AdvanceCodeSearchDto struct {
	// 顶层结构
	PiatsCodeFlowResponseDTO *PiatsCodeFlowResponseDto `json:"piats_code_flow_response_d_t_o,omitempty" xml:"piats_code_flow_response_d_t_o,omitempty"`
}

AdvanceCodeSearchDto 结构体

type AlibabaAlihealthCodesellerGetuserawardAPIRequest added in v1.2.0

type AlibabaAlihealthCodesellerGetuserawardAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthCodesellerGetuserawardAPIRequest 贩卖机扫码查询领奖状态 API请求 alibaba.alihealth.codeseller.getuseraward

贩卖机扫码查询领奖状态

func NewAlibabaAlihealthCodesellerGetuserawardRequest

func NewAlibabaAlihealthCodesellerGetuserawardRequest() *AlibabaAlihealthCodesellerGetuserawardAPIRequest

NewAlibabaAlihealthCodesellerGetuserawardRequest 初始化AlibabaAlihealthCodesellerGetuserawardAPIRequest对象

func (AlibabaAlihealthCodesellerGetuserawardAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthCodesellerGetuserawardAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthCodesellerGetuserawardAPIRequest) GetCode added in v1.2.0

GetCode Code Getter

func (*AlibabaAlihealthCodesellerGetuserawardAPIRequest) SetCode added in v1.2.0

SetCode is Code Setter 追溯码

type AlibabaAlihealthCodesellerGetuserawardAPIResponse

type AlibabaAlihealthCodesellerGetuserawardAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthCodesellerGetuserawardAPIResponseModel
}

AlibabaAlihealthCodesellerGetuserawardAPIResponse 贩卖机扫码查询领奖状态 API返回值 alibaba.alihealth.codeseller.getuseraward

贩卖机扫码查询领奖状态

type AlibabaAlihealthCodesellerGetuserawardAPIResponseModel added in v1.2.0

type AlibabaAlihealthCodesellerGetuserawardAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_codeseller_getuseraward_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 状态码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 状态值
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 是否领取奖品 true:已领取 false:未领取 null:未知
	Model bool `json:"model,omitempty" xml:"model,omitempty"`
	// 响应标识
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthCodesellerGetuserawardAPIResponseModel is 贩卖机扫码查询领奖状态 成功返回结果

type AlibabaAlihealthDrugBillUpbillDetailWithcodeAPIRequest added in v1.2.0

type AlibabaAlihealthDrugBillUpbillDetailWithcodeAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugBillUpbillDetailWithcodeAPIRequest 查询上游出库单明细(带追溯码信息) API请求 alibaba.alihealth.drug.bill.upbill.detail.withcode

查询上游出库单明细(带追溯码信息)

func NewAlibabaAlihealthDrugBillUpbillDetailWithcodeRequest

func NewAlibabaAlihealthDrugBillUpbillDetailWithcodeRequest() *AlibabaAlihealthDrugBillUpbillDetailWithcodeAPIRequest

NewAlibabaAlihealthDrugBillUpbillDetailWithcodeRequest 初始化AlibabaAlihealthDrugBillUpbillDetailWithcodeAPIRequest对象

func (AlibabaAlihealthDrugBillUpbillDetailWithcodeAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugBillUpbillDetailWithcodeAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugBillUpbillDetailWithcodeAPIRequest) GetBillCode added in v1.2.0

GetBillCode BillCode Getter

func (AlibabaAlihealthDrugBillUpbillDetailWithcodeAPIRequest) GetFromRefUserId added in v1.2.0

GetFromRefUserId FromRefUserId Getter

func (AlibabaAlihealthDrugBillUpbillDetailWithcodeAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (AlibabaAlihealthDrugBillUpbillDetailWithcodeAPIRequest) GetToRefUserId added in v1.2.0

GetToRefUserId ToRefUserId Getter

func (*AlibabaAlihealthDrugBillUpbillDetailWithcodeAPIRequest) SetBillCode added in v1.2.0

SetBillCode is BillCode Setter 单据编码

func (*AlibabaAlihealthDrugBillUpbillDetailWithcodeAPIRequest) SetFromRefUserId added in v1.2.0

func (r *AlibabaAlihealthDrugBillUpbillDetailWithcodeAPIRequest) SetFromRefUserId(_fromRefUserId string) error

SetFromRefUserId is FromRefUserId Setter 发货企业renEntId

func (*AlibabaAlihealthDrugBillUpbillDetailWithcodeAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业id

func (*AlibabaAlihealthDrugBillUpbillDetailWithcodeAPIRequest) SetToRefUserId added in v1.2.0

SetToRefUserId is ToRefUserId Setter 收货企业refEntId

type AlibabaAlihealthDrugBillUpbillDetailWithcodeAPIResponse

type AlibabaAlihealthDrugBillUpbillDetailWithcodeAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugBillUpbillDetailWithcodeAPIResponseModel
}

AlibabaAlihealthDrugBillUpbillDetailWithcodeAPIResponse 查询上游出库单明细(带追溯码信息) API返回值 alibaba.alihealth.drug.bill.upbill.detail.withcode

查询上游出库单明细(带追溯码信息)

type AlibabaAlihealthDrugBillUpbillDetailWithcodeAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugBillUpbillDetailWithcodeAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_bill_upbill_detail_withcode_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugBillUpbillDetailWithcodeResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugBillUpbillDetailWithcodeAPIResponseModel is 查询上游出库单明细(带追溯码信息) 成功返回结果

type AlibabaAlihealthDrugBillUpbillDetailWithcodeResultModel

type AlibabaAlihealthDrugBillUpbillDetailWithcodeResultModel struct {
	// 提示信息编码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 提示信息内容
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 最外层对象
	Model *BillUpOutDetailDto `json:"model,omitempty" xml:"model,omitempty"`
	// 成功失败标记
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaAlihealthDrugBillUpbillDetailWithcodeResultModel 结构体

type AlibabaAlihealthDrugCodeAdvanceBillFlowDirectionAPIRequest added in v1.2.0

type AlibabaAlihealthDrugCodeAdvanceBillFlowDirectionAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugCodeAdvanceBillFlowDirectionAPIRequest 单据流向查询 API请求 alibaba.alihealth.drug.code.advance.bill.flow.direction

单据流向查询

func NewAlibabaAlihealthDrugCodeAdvanceBillFlowDirectionRequest

func NewAlibabaAlihealthDrugCodeAdvanceBillFlowDirectionRequest() *AlibabaAlihealthDrugCodeAdvanceBillFlowDirectionAPIRequest

NewAlibabaAlihealthDrugCodeAdvanceBillFlowDirectionRequest 初始化AlibabaAlihealthDrugCodeAdvanceBillFlowDirectionAPIRequest对象

func (AlibabaAlihealthDrugCodeAdvanceBillFlowDirectionAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugCodeAdvanceBillFlowDirectionAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugCodeAdvanceBillFlowDirectionAPIRequest) GetCode added in v1.2.0

GetCode Code Getter

func (*AlibabaAlihealthDrugCodeAdvanceBillFlowDirectionAPIRequest) SetCode added in v1.2.0

SetCode is Code Setter 追溯码

type AlibabaAlihealthDrugCodeAdvanceBillFlowDirectionAPIResponse

type AlibabaAlihealthDrugCodeAdvanceBillFlowDirectionAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugCodeAdvanceBillFlowDirectionAPIResponseModel
}

AlibabaAlihealthDrugCodeAdvanceBillFlowDirectionAPIResponse 单据流向查询 API返回值 alibaba.alihealth.drug.code.advance.bill.flow.direction

单据流向查询

type AlibabaAlihealthDrugCodeAdvanceBillFlowDirectionAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugCodeAdvanceBillFlowDirectionAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_code_advance_bill_flow_direction_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 和三方交互最外层model对象
	Result *TopResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugCodeAdvanceBillFlowDirectionAPIResponseModel is 单据流向查询 成功返回结果

type AlibabaAlihealthDrugCodeCodeCheckHospitalAPIRequest added in v1.2.0

type AlibabaAlihealthDrugCodeCodeCheckHospitalAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugCodeCodeCheckHospitalAPIRequest 码核查状态同步-医院 API请求 alibaba.alihealth.drug.code.code.check.hospital

码核查状态同步-医院

func NewAlibabaAlihealthDrugCodeCodeCheckHospitalRequest

func NewAlibabaAlihealthDrugCodeCodeCheckHospitalRequest() *AlibabaAlihealthDrugCodeCodeCheckHospitalAPIRequest

NewAlibabaAlihealthDrugCodeCodeCheckHospitalRequest 初始化AlibabaAlihealthDrugCodeCodeCheckHospitalAPIRequest对象

func (AlibabaAlihealthDrugCodeCodeCheckHospitalAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugCodeCodeCheckHospitalAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugCodeCodeCheckHospitalAPIRequest) GetAuthRefEntId added in v1.2.0

GetAuthRefEntId AuthRefEntId Getter

func (AlibabaAlihealthDrugCodeCodeCheckHospitalAPIRequest) GetBureauName added in v1.2.0

GetBureauName BureauName Getter

func (AlibabaAlihealthDrugCodeCodeCheckHospitalAPIRequest) GetCType added in v1.2.0

GetCType CType Getter

func (AlibabaAlihealthDrugCodeCodeCheckHospitalAPIRequest) GetCodes added in v1.2.0

GetCodes Codes Getter

func (AlibabaAlihealthDrugCodeCodeCheckHospitalAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (AlibabaAlihealthDrugCodeCodeCheckHospitalAPIRequest) GetTerminalName added in v1.2.0

GetTerminalName TerminalName Getter

func (AlibabaAlihealthDrugCodeCodeCheckHospitalAPIRequest) GetTerminalType added in v1.2.0

GetTerminalType TerminalType Getter

func (*AlibabaAlihealthDrugCodeCodeCheckHospitalAPIRequest) SetAuthRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugCodeCodeCheckHospitalAPIRequest) SetAuthRefEntId(_authRefEntId string) error

SetAuthRefEntId is AuthRefEntId Setter 认证企业refEntId

func (*AlibabaAlihealthDrugCodeCodeCheckHospitalAPIRequest) SetBureauName added in v1.2.0

SetBureauName is BureauName Setter 城市名

func (*AlibabaAlihealthDrugCodeCodeCheckHospitalAPIRequest) SetCType added in v1.2.0

SetCType is CType Setter 核销类型

func (*AlibabaAlihealthDrugCodeCodeCheckHospitalAPIRequest) SetCodes added in v1.2.0

SetCodes is Codes Setter 码列表

func (*AlibabaAlihealthDrugCodeCodeCheckHospitalAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业refEntId

func (*AlibabaAlihealthDrugCodeCodeCheckHospitalAPIRequest) SetTerminalName added in v1.2.0

func (r *AlibabaAlihealthDrugCodeCodeCheckHospitalAPIRequest) SetTerminalName(_terminalName string) error

SetTerminalName is TerminalName Setter 终端名称

func (*AlibabaAlihealthDrugCodeCodeCheckHospitalAPIRequest) SetTerminalType added in v1.2.0

func (r *AlibabaAlihealthDrugCodeCodeCheckHospitalAPIRequest) SetTerminalType(_terminalType string) error

SetTerminalType is TerminalType Setter 终端类型

type AlibabaAlihealthDrugCodeCodeCheckHospitalAPIResponse

type AlibabaAlihealthDrugCodeCodeCheckHospitalAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugCodeCodeCheckHospitalAPIResponseModel
}

AlibabaAlihealthDrugCodeCodeCheckHospitalAPIResponse 码核查状态同步-医院 API返回值 alibaba.alihealth.drug.code.code.check.hospital

码核查状态同步-医院

type AlibabaAlihealthDrugCodeCodeCheckHospitalAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugCodeCodeCheckHospitalAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_code_code_check_hospital_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugCodeCodeCheckHospitalResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugCodeCodeCheckHospitalAPIResponseModel is 码核查状态同步-医院 成功返回结果

type AlibabaAlihealthDrugCodeCodeCheckHospitalResultModel

type AlibabaAlihealthDrugCodeCodeCheckHospitalResultModel struct {
	// 成功失败编码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 成功失败描述
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 成功失败结果
	Model bool `json:"model,omitempty" xml:"model,omitempty"`
	// 成功失败标记
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaAlihealthDrugCodeCodeCheckHospitalResultModel 结构体

type AlibabaAlihealthDrugCodeCodeCheckMedicalInsuranceAPIRequest added in v1.2.0

type AlibabaAlihealthDrugCodeCodeCheckMedicalInsuranceAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugCodeCodeCheckMedicalInsuranceAPIRequest 码核查状态同步-医保 API请求 alibaba.alihealth.drug.code.code.check.medical.insurance

服务描述 核查平台在进行医保单据鉴证核查时,会记录单据中所有提交的追溯码信息;单据中的 追溯码包含所有正常和异常的数据; 此接口,针对正式鉴核的单据中提交的有效的、正常状态的追溯码,提供可由核查平台 发起,按单据鉴核时间顺序组织,向码上放心平台同步每笔单据核销的码状态信息; 入参采用数组方式提供,一次同步最多支持100条记录

func NewAlibabaAlihealthDrugCodeCodeCheckMedicalInsuranceRequest

func NewAlibabaAlihealthDrugCodeCodeCheckMedicalInsuranceRequest() *AlibabaAlihealthDrugCodeCodeCheckMedicalInsuranceAPIRequest

NewAlibabaAlihealthDrugCodeCodeCheckMedicalInsuranceRequest 初始化AlibabaAlihealthDrugCodeCodeCheckMedicalInsuranceAPIRequest对象

func (AlibabaAlihealthDrugCodeCodeCheckMedicalInsuranceAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugCodeCodeCheckMedicalInsuranceAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugCodeCodeCheckMedicalInsuranceAPIRequest) GetBureauName added in v1.2.0

GetBureauName BureauName Getter

func (AlibabaAlihealthDrugCodeCodeCheckMedicalInsuranceAPIRequest) GetCType added in v1.2.0

GetCType CType Getter

func (AlibabaAlihealthDrugCodeCodeCheckMedicalInsuranceAPIRequest) GetCodes added in v1.2.0

GetCodes Codes Getter

func (AlibabaAlihealthDrugCodeCodeCheckMedicalInsuranceAPIRequest) GetTerminalEntId added in v1.2.0

GetTerminalEntId TerminalEntId Getter

func (AlibabaAlihealthDrugCodeCodeCheckMedicalInsuranceAPIRequest) GetTerminalId added in v1.2.0

GetTerminalId TerminalId Getter

func (AlibabaAlihealthDrugCodeCodeCheckMedicalInsuranceAPIRequest) GetTerminalType added in v1.2.0

GetTerminalType TerminalType Getter

func (*AlibabaAlihealthDrugCodeCodeCheckMedicalInsuranceAPIRequest) SetBureauName added in v1.2.0

SetBureauName is BureauName Setter 行政区域

func (*AlibabaAlihealthDrugCodeCodeCheckMedicalInsuranceAPIRequest) SetCType added in v1.2.0

SetCType is CType Setter 核销类型(1012100:核销;1012900:退库)

func (*AlibabaAlihealthDrugCodeCodeCheckMedicalInsuranceAPIRequest) SetCodes added in v1.2.0

SetCodes is Codes Setter 码列表

func (*AlibabaAlihealthDrugCodeCodeCheckMedicalInsuranceAPIRequest) SetTerminalEntId added in v1.2.0

func (r *AlibabaAlihealthDrugCodeCodeCheckMedicalInsuranceAPIRequest) SetTerminalEntId(_terminalEntId string) error

SetTerminalEntId is TerminalEntId Setter 平台返回的终端id

func (*AlibabaAlihealthDrugCodeCodeCheckMedicalInsuranceAPIRequest) SetTerminalId added in v1.2.0

SetTerminalId is TerminalId Setter 终端id

func (*AlibabaAlihealthDrugCodeCodeCheckMedicalInsuranceAPIRequest) SetTerminalType added in v1.2.0

SetTerminalType is TerminalType Setter 终端类型(1005100-零售药店;1005200-医疗机构)

type AlibabaAlihealthDrugCodeCodeCheckMedicalInsuranceAPIResponse

type AlibabaAlihealthDrugCodeCodeCheckMedicalInsuranceAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugCodeCodeCheckMedicalInsuranceAPIResponseModel
}

AlibabaAlihealthDrugCodeCodeCheckMedicalInsuranceAPIResponse 码核查状态同步-医保 API返回值 alibaba.alihealth.drug.code.code.check.medical.insurance

服务描述 核查平台在进行医保单据鉴证核查时,会记录单据中所有提交的追溯码信息;单据中的 追溯码包含所有正常和异常的数据; 此接口,针对正式鉴核的单据中提交的有效的、正常状态的追溯码,提供可由核查平台 发起,按单据鉴核时间顺序组织,向码上放心平台同步每笔单据核销的码状态信息; 入参采用数组方式提供,一次同步最多支持100条记录

type AlibabaAlihealthDrugCodeCodeCheckMedicalInsuranceAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugCodeCodeCheckMedicalInsuranceAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_code_code_check_medical_insurance_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugCodeCodeCheckMedicalInsuranceResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugCodeCodeCheckMedicalInsuranceAPIResponseModel is 码核查状态同步-医保 成功返回结果

type AlibabaAlihealthDrugCodeCodeCheckMedicalInsuranceResultModel

type AlibabaAlihealthDrugCodeCodeCheckMedicalInsuranceResultModel struct {
	// 成功失败编码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 成功失败描述
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 成功失败结果
	Model bool `json:"model,omitempty" xml:"model,omitempty"`
	// 成功失败标记
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaAlihealthDrugCodeCodeCheckMedicalInsuranceResultModel 结构体

type AlibabaAlihealthDrugCodeCommonListCodeinfoAPIRequest added in v1.2.0

type AlibabaAlihealthDrugCodeCommonListCodeinfoAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugCodeCommonListCodeinfoAPIRequest 通用查询码接口 API请求 alibaba.alihealth.drug.code.common.list.codeinfo

通用查询码接口

func NewAlibabaAlihealthDrugCodeCommonListCodeinfoRequest

func NewAlibabaAlihealthDrugCodeCommonListCodeinfoRequest() *AlibabaAlihealthDrugCodeCommonListCodeinfoAPIRequest

NewAlibabaAlihealthDrugCodeCommonListCodeinfoRequest 初始化AlibabaAlihealthDrugCodeCommonListCodeinfoAPIRequest对象

func (AlibabaAlihealthDrugCodeCommonListCodeinfoAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugCodeCommonListCodeinfoAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugCodeCommonListCodeinfoAPIRequest) GetAuthRefEntId added in v1.2.0

GetAuthRefEntId AuthRefEntId Getter

func (AlibabaAlihealthDrugCodeCommonListCodeinfoAPIRequest) GetBureauName added in v1.2.0

GetBureauName BureauName Getter

func (AlibabaAlihealthDrugCodeCommonListCodeinfoAPIRequest) GetCertIsvNo added in v1.2.0

GetCertIsvNo CertIsvNo Getter

func (AlibabaAlihealthDrugCodeCommonListCodeinfoAPIRequest) GetCodeList added in v1.2.0

GetCodeList CodeList Getter

func (AlibabaAlihealthDrugCodeCommonListCodeinfoAPIRequest) GetErrorMessage added in v1.2.0

GetErrorMessage ErrorMessage Getter

func (AlibabaAlihealthDrugCodeCommonListCodeinfoAPIRequest) GetInvocation added in v1.2.0

GetInvocation Invocation Getter

func (AlibabaAlihealthDrugCodeCommonListCodeinfoAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (AlibabaAlihealthDrugCodeCommonListCodeinfoAPIRequest) GetSearchSource added in v1.2.0

GetSearchSource SearchSource Getter

func (AlibabaAlihealthDrugCodeCommonListCodeinfoAPIRequest) GetTerminalName added in v1.2.0

GetTerminalName TerminalName Getter

func (AlibabaAlihealthDrugCodeCommonListCodeinfoAPIRequest) GetTerminalType added in v1.2.0

GetTerminalType TerminalType Getter

func (*AlibabaAlihealthDrugCodeCommonListCodeinfoAPIRequest) SetAuthRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugCodeCommonListCodeinfoAPIRequest) SetAuthRefEntId(_authRefEntId string) error

SetAuthRefEntId is AuthRefEntId Setter 验证权限企业id

func (*AlibabaAlihealthDrugCodeCommonListCodeinfoAPIRequest) SetBureauName added in v1.2.0

SetBureauName is BureauName Setter 城市名称

func (*AlibabaAlihealthDrugCodeCommonListCodeinfoAPIRequest) SetCertIsvNo added in v1.2.0

SetCertIsvNo is CertIsvNo Setter 证件编号

func (*AlibabaAlihealthDrugCodeCommonListCodeinfoAPIRequest) SetCodeList added in v1.2.0

SetCodeList is CodeList Setter 追溯码

func (*AlibabaAlihealthDrugCodeCommonListCodeinfoAPIRequest) SetErrorMessage added in v1.2.0

func (r *AlibabaAlihealthDrugCodeCommonListCodeinfoAPIRequest) SetErrorMessage(_errorMessage string) error

SetErrorMessage is ErrorMessage Setter 错误信息

func (*AlibabaAlihealthDrugCodeCommonListCodeinfoAPIRequest) SetInvocation added in v1.2.0

SetInvocation is Invocation Setter 调用方式:formal-正式、test-测试

func (*AlibabaAlihealthDrugCodeCommonListCodeinfoAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业refEntId

func (*AlibabaAlihealthDrugCodeCommonListCodeinfoAPIRequest) SetSearchSource added in v1.2.0

func (r *AlibabaAlihealthDrugCodeCommonListCodeinfoAPIRequest) SetSearchSource(_searchSource string) error

SetSearchSource is SearchSource Setter 标示医院业务

func (*AlibabaAlihealthDrugCodeCommonListCodeinfoAPIRequest) SetTerminalName added in v1.2.0

func (r *AlibabaAlihealthDrugCodeCommonListCodeinfoAPIRequest) SetTerminalName(_terminalName string) error

SetTerminalName is TerminalName Setter 调用零售药店名称

func (*AlibabaAlihealthDrugCodeCommonListCodeinfoAPIRequest) SetTerminalType added in v1.2.0

func (r *AlibabaAlihealthDrugCodeCommonListCodeinfoAPIRequest) SetTerminalType(_terminalType string) error

SetTerminalType is TerminalType Setter 终端类型 1:零售

type AlibabaAlihealthDrugCodeCommonListCodeinfoAPIResponse

type AlibabaAlihealthDrugCodeCommonListCodeinfoAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugCodeCommonListCodeinfoAPIResponseModel
}

AlibabaAlihealthDrugCodeCommonListCodeinfoAPIResponse 通用查询码接口 API返回值 alibaba.alihealth.drug.code.common.list.codeinfo

通用查询码接口

type AlibabaAlihealthDrugCodeCommonListCodeinfoAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugCodeCommonListCodeinfoAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_code_common_list_codeinfo_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 最外层结果
	Result *AlibabaAlihealthDrugCodeCommonListCodeinfoResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugCodeCommonListCodeinfoAPIResponseModel is 通用查询码接口 成功返回结果

type AlibabaAlihealthDrugCodeCommonListCodeinfoResultModel

type AlibabaAlihealthDrugCodeCommonListCodeinfoResultModel struct {
	// 内层大对象
	Models []CodeFullInfoDto `json:"models,omitempty" xml:"models>code_full_info_dto,omitempty"`
	// 消息码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 消息提示内容
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 查询成功失败标记
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaAlihealthDrugCodeCommonListCodeinfoResultModel 结构体

type AlibabaAlihealthDrugCodeErrorReportAPIRequest added in v1.2.0

type AlibabaAlihealthDrugCodeErrorReportAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugCodeErrorReportAPIRequest 码信息错误上报 API请求 alibaba.alihealth.drug.code.error.report

提供码信息错误上报功能,用于数据校对

func NewAlibabaAlihealthDrugCodeErrorReportRequest

func NewAlibabaAlihealthDrugCodeErrorReportRequest() *AlibabaAlihealthDrugCodeErrorReportAPIRequest

NewAlibabaAlihealthDrugCodeErrorReportRequest 初始化AlibabaAlihealthDrugCodeErrorReportAPIRequest对象

func (AlibabaAlihealthDrugCodeErrorReportAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugCodeErrorReportAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugCodeErrorReportAPIRequest) GetCode added in v1.2.0

GetCode Code Getter

func (AlibabaAlihealthDrugCodeErrorReportAPIRequest) GetCodeValue added in v1.2.0

GetCodeValue CodeValue Getter

func (AlibabaAlihealthDrugCodeErrorReportAPIRequest) GetErrMsg added in v1.2.0

GetErrMsg ErrMsg Getter

func (AlibabaAlihealthDrugCodeErrorReportAPIRequest) GetFieldName added in v1.2.0

GetFieldName FieldName Getter

func (AlibabaAlihealthDrugCodeErrorReportAPIRequest) GetReporter added in v1.2.0

GetReporter Reporter Getter

func (AlibabaAlihealthDrugCodeErrorReportAPIRequest) GetReporterEmail added in v1.2.0

GetReporterEmail ReporterEmail Getter

func (AlibabaAlihealthDrugCodeErrorReportAPIRequest) GetReporterMobile added in v1.2.0

GetReporterMobile ReporterMobile Getter

func (AlibabaAlihealthDrugCodeErrorReportAPIRequest) GetSourceValue added in v1.2.0

GetSourceValue SourceValue Getter

func (*AlibabaAlihealthDrugCodeErrorReportAPIRequest) SetCode added in v1.2.0

SetCode is Code Setter 追溯码

func (*AlibabaAlihealthDrugCodeErrorReportAPIRequest) SetCodeValue added in v1.2.0

func (r *AlibabaAlihealthDrugCodeErrorReportAPIRequest) SetCodeValue(_codeValue string) error

SetCodeValue is CodeValue Setter 通过码获得的问题字段值

func (*AlibabaAlihealthDrugCodeErrorReportAPIRequest) SetErrMsg added in v1.2.0

SetErrMsg is ErrMsg Setter 错误信息描述

func (*AlibabaAlihealthDrugCodeErrorReportAPIRequest) SetFieldName added in v1.2.0

func (r *AlibabaAlihealthDrugCodeErrorReportAPIRequest) SetFieldName(_fieldName string) error

SetFieldName is FieldName Setter 有问题的字段名称

func (*AlibabaAlihealthDrugCodeErrorReportAPIRequest) SetReporter added in v1.2.0

SetReporter is Reporter Setter 上报人员

func (*AlibabaAlihealthDrugCodeErrorReportAPIRequest) SetReporterEmail added in v1.2.0

func (r *AlibabaAlihealthDrugCodeErrorReportAPIRequest) SetReporterEmail(_reporterEmail string) error

SetReporterEmail is ReporterEmail Setter 上报人员邮箱

func (*AlibabaAlihealthDrugCodeErrorReportAPIRequest) SetReporterMobile added in v1.2.0

func (r *AlibabaAlihealthDrugCodeErrorReportAPIRequest) SetReporterMobile(_reporterMobile string) error

SetReporterMobile is ReporterMobile Setter 上报人员手机号

func (*AlibabaAlihealthDrugCodeErrorReportAPIRequest) SetSourceValue added in v1.2.0

func (r *AlibabaAlihealthDrugCodeErrorReportAPIRequest) SetSourceValue(_sourceValue string) error

SetSourceValue is SourceValue Setter 平台获得/期望的问题字段值

type AlibabaAlihealthDrugCodeErrorReportAPIResponse

type AlibabaAlihealthDrugCodeErrorReportAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugCodeErrorReportAPIResponseModel
}

AlibabaAlihealthDrugCodeErrorReportAPIResponse 码信息错误上报 API返回值 alibaba.alihealth.drug.code.error.report

提供码信息错误上报功能,用于数据校对

type AlibabaAlihealthDrugCodeErrorReportAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugCodeErrorReportAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_code_error_report_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果描述
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回结果code
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回值
	Model bool `json:"model,omitempty" xml:"model,omitempty"`
	// 接口调用状态
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugCodeErrorReportAPIResponseModel is 码信息错误上报 成功返回结果

type AlibabaAlihealthDrugCodeKytDrQuerycodeAPIRequest added in v1.2.0

type AlibabaAlihealthDrugCodeKytDrQuerycodeAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugCodeKytDrQuerycodeAPIRequest 多融根据码查询码信息 API请求 alibaba.alihealth.drug.code.kyt.dr.querycode

服务描述 此接口,针对有码药品,提供可通过追溯码获取该药品的基础信息和生产状况信息。 核查平台优先过滤非8开头的,长度非20位数字的码信息。

func NewAlibabaAlihealthDrugCodeKytDrQuerycodeRequest

func NewAlibabaAlihealthDrugCodeKytDrQuerycodeRequest() *AlibabaAlihealthDrugCodeKytDrQuerycodeAPIRequest

NewAlibabaAlihealthDrugCodeKytDrQuerycodeRequest 初始化AlibabaAlihealthDrugCodeKytDrQuerycodeAPIRequest对象

func (AlibabaAlihealthDrugCodeKytDrQuerycodeAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugCodeKytDrQuerycodeAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugCodeKytDrQuerycodeAPIRequest) GetCodes added in v1.2.0

GetCodes Codes Getter

func (AlibabaAlihealthDrugCodeKytDrQuerycodeAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugCodeKytDrQuerycodeAPIRequest) SetCodes added in v1.2.0

SetCodes is Codes Setter 码列表

func (*AlibabaAlihealthDrugCodeKytDrQuerycodeAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业唯一标识(或appkey)

type AlibabaAlihealthDrugCodeKytDrQuerycodeAPIResponse

type AlibabaAlihealthDrugCodeKytDrQuerycodeAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugCodeKytDrQuerycodeAPIResponseModel
}

AlibabaAlihealthDrugCodeKytDrQuerycodeAPIResponse 多融根据码查询码信息 API返回值 alibaba.alihealth.drug.code.kyt.dr.querycode

服务描述 此接口,针对有码药品,提供可通过追溯码获取该药品的基础信息和生产状况信息。 核查平台优先过滤非8开头的,长度非20位数字的码信息。

type AlibabaAlihealthDrugCodeKytDrQuerycodeAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugCodeKytDrQuerycodeAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_code_kyt_dr_querycode_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 最外层结果
	Result *AlibabaAlihealthDrugCodeKytDrQuerycodeResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugCodeKytDrQuerycodeAPIResponseModel is 多融根据码查询码信息 成功返回结果

type AlibabaAlihealthDrugCodeKytDrQuerycodeResultModel

type AlibabaAlihealthDrugCodeKytDrQuerycodeResultModel struct {
	// 内层大对象
	Models []CodeFullInfoDto `json:"models,omitempty" xml:"models>code_full_info_dto,omitempty"`
	// 消息码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 消息提示内容
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 查询成功失败标记
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugCodeKytDrQuerycodeResultModel 结构体

type AlibabaAlihealthDrugCodeKytQuerycodeAPIRequest added in v1.2.0

type AlibabaAlihealthDrugCodeKytQuerycodeAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugCodeKytQuerycodeAPIRequest 查询追溯码对应的药品信息 API请求 alibaba.alihealth.drug.code.kyt.querycode

此接口针对有码药品,提供可通过追溯码获取该药品的基础信息和生产信息; 核查平台优先过滤非8开头的,长度非20位数字的码信息。

func NewAlibabaAlihealthDrugCodeKytQuerycodeRequest

func NewAlibabaAlihealthDrugCodeKytQuerycodeRequest() *AlibabaAlihealthDrugCodeKytQuerycodeAPIRequest

NewAlibabaAlihealthDrugCodeKytQuerycodeRequest 初始化AlibabaAlihealthDrugCodeKytQuerycodeAPIRequest对象

func (AlibabaAlihealthDrugCodeKytQuerycodeAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugCodeKytQuerycodeAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugCodeKytQuerycodeAPIRequest) GetCodes added in v1.2.0

GetCodes Codes Getter

func (AlibabaAlihealthDrugCodeKytQuerycodeAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugCodeKytQuerycodeAPIRequest) SetCodes added in v1.2.0

SetCodes is Codes Setter 码列表

func (*AlibabaAlihealthDrugCodeKytQuerycodeAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业唯一标识

type AlibabaAlihealthDrugCodeKytQuerycodeAPIResponse

type AlibabaAlihealthDrugCodeKytQuerycodeAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugCodeKytQuerycodeAPIResponseModel
}

AlibabaAlihealthDrugCodeKytQuerycodeAPIResponse 查询追溯码对应的药品信息 API返回值 alibaba.alihealth.drug.code.kyt.querycode

此接口针对有码药品,提供可通过追溯码获取该药品的基础信息和生产信息; 核查平台优先过滤非8开头的,长度非20位数字的码信息。

type AlibabaAlihealthDrugCodeKytQuerycodeAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugCodeKytQuerycodeAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_code_kyt_querycode_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 最外层结果
	Result *AlibabaAlihealthDrugCodeKytQuerycodeResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugCodeKytQuerycodeAPIResponseModel is 查询追溯码对应的药品信息 成功返回结果

type AlibabaAlihealthDrugCodeKytQuerycodeResultModel

type AlibabaAlihealthDrugCodeKytQuerycodeResultModel struct {
	// 内层大对象
	Models []CodeFullInfoDto `json:"models,omitempty" xml:"models>code_full_info_dto,omitempty"`
	// 消息码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 消息提示内容
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 查询成功失败标记
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugCodeKytQuerycodeResultModel 结构体

type AlibabaAlihealthDrugCodeKytQuerycodeflowAPIRequest added in v1.2.0

type AlibabaAlihealthDrugCodeKytQuerycodeflowAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugCodeKytQuerycodeflowAPIRequest 码流向查询 API请求 alibaba.alihealth.drug.code.kyt.querycodeflow

追溯码流向查询

func NewAlibabaAlihealthDrugCodeKytQuerycodeflowRequest

func NewAlibabaAlihealthDrugCodeKytQuerycodeflowRequest() *AlibabaAlihealthDrugCodeKytQuerycodeflowAPIRequest

NewAlibabaAlihealthDrugCodeKytQuerycodeflowRequest 初始化AlibabaAlihealthDrugCodeKytQuerycodeflowAPIRequest对象

func (AlibabaAlihealthDrugCodeKytQuerycodeflowAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugCodeKytQuerycodeflowAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugCodeKytQuerycodeflowAPIRequest) GetCode added in v1.2.0

GetCode Code Getter

func (AlibabaAlihealthDrugCodeKytQuerycodeflowAPIRequest) GetDetail added in v1.2.0

GetDetail Detail Getter

func (AlibabaAlihealthDrugCodeKytQuerycodeflowAPIRequest) GetLatitude added in v1.2.0

GetLatitude Latitude Getter

func (AlibabaAlihealthDrugCodeKytQuerycodeflowAPIRequest) GetLongitude added in v1.2.0

GetLongitude Longitude Getter

func (AlibabaAlihealthDrugCodeKytQuerycodeflowAPIRequest) GetQueryArea added in v1.2.0

GetQueryArea QueryArea Getter

func (AlibabaAlihealthDrugCodeKytQuerycodeflowAPIRequest) GetQueryCity added in v1.2.0

GetQueryCity QueryCity Getter

func (AlibabaAlihealthDrugCodeKytQuerycodeflowAPIRequest) GetQueryProv added in v1.2.0

GetQueryProv QueryProv Getter

func (AlibabaAlihealthDrugCodeKytQuerycodeflowAPIRequest) GetQueryRegionCode added in v1.2.0

GetQueryRegionCode QueryRegionCode Getter

func (AlibabaAlihealthDrugCodeKytQuerycodeflowAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugCodeKytQuerycodeflowAPIRequest) SetCode added in v1.2.0

SetCode is Code Setter 追溯码

func (*AlibabaAlihealthDrugCodeKytQuerycodeflowAPIRequest) SetDetail added in v1.2.0

SetDetail is Detail Setter 详细地址

func (*AlibabaAlihealthDrugCodeKytQuerycodeflowAPIRequest) SetLatitude added in v1.2.0

SetLatitude is Latitude Setter 纬度

func (*AlibabaAlihealthDrugCodeKytQuerycodeflowAPIRequest) SetLongitude added in v1.2.0

SetLongitude is Longitude Setter 经度

func (*AlibabaAlihealthDrugCodeKytQuerycodeflowAPIRequest) SetQueryArea added in v1.2.0

SetQueryArea is QueryArea Setter 查询地所在区

func (*AlibabaAlihealthDrugCodeKytQuerycodeflowAPIRequest) SetQueryCity added in v1.2.0

SetQueryCity is QueryCity Setter 查询地所在市

func (*AlibabaAlihealthDrugCodeKytQuerycodeflowAPIRequest) SetQueryProv added in v1.2.0

SetQueryProv is QueryProv Setter 查询地所在省

func (*AlibabaAlihealthDrugCodeKytQuerycodeflowAPIRequest) SetQueryRegionCode added in v1.2.0

func (r *AlibabaAlihealthDrugCodeKytQuerycodeflowAPIRequest) SetQueryRegionCode(_queryRegionCode string) error

SetQueryRegionCode is QueryRegionCode Setter 查询地所在区域代码

func (*AlibabaAlihealthDrugCodeKytQuerycodeflowAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业ID

type AlibabaAlihealthDrugCodeKytQuerycodeflowAPIResponse

type AlibabaAlihealthDrugCodeKytQuerycodeflowAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugCodeKytQuerycodeflowAPIResponseModel
}

AlibabaAlihealthDrugCodeKytQuerycodeflowAPIResponse 码流向查询 API返回值 alibaba.alihealth.drug.code.kyt.querycodeflow

追溯码流向查询

type AlibabaAlihealthDrugCodeKytQuerycodeflowAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugCodeKytQuerycodeflowAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_code_kyt_querycodeflow_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *AlibabaAlihealthDrugCodeKytQuerycodeflowResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugCodeKytQuerycodeflowAPIResponseModel is 码流向查询 成功返回结果

type AlibabaAlihealthDrugCodeKytQuerycodeflowModel

type AlibabaAlihealthDrugCodeKytQuerycodeflowModel struct {
	// 流向信息,如没有下游企业数据查看权限,部分数据会显示为空,发送授权邀请后可以正常显示
	CodeQueryFlows []CodeQueryFlows `json:"code_query_flows,omitempty" xml:"code_query_flows>code_query_flows,omitempty"`
	// 追溯码
	Code string `json:"code,omitempty" xml:"code,omitempty"`
	// 药品信息
	DrugInfo *DrugInfo `json:"drug_info,omitempty" xml:"drug_info,omitempty"`
}

AlibabaAlihealthDrugCodeKytQuerycodeflowModel 结构体

type AlibabaAlihealthDrugCodeKytQuerycodeflowResult

type AlibabaAlihealthDrugCodeKytQuerycodeflowResult struct {
	// msgInfo
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// msgCode
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// model
	Model *AlibabaAlihealthDrugCodeKytQuerycodeflowModel `json:"model,omitempty" xml:"model,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaAlihealthDrugCodeKytQuerycodeflowResult 结构体

type AlibabaAlihealthDrugCodeKytSmyxQuerycodeAPIRequest added in v1.2.0

type AlibabaAlihealthDrugCodeKytSmyxQuerycodeAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugCodeKytSmyxQuerycodeAPIRequest 扫码营销码查询 API请求 alibaba.alihealth.drug.code.kyt.smyx.querycode

此接口针对有码药品,提供可通过追溯码获取该药品的基础信息和生产信息; 核查平台优先过滤非8开头的,长度非20位数字的码信息。

func NewAlibabaAlihealthDrugCodeKytSmyxQuerycodeRequest

func NewAlibabaAlihealthDrugCodeKytSmyxQuerycodeRequest() *AlibabaAlihealthDrugCodeKytSmyxQuerycodeAPIRequest

NewAlibabaAlihealthDrugCodeKytSmyxQuerycodeRequest 初始化AlibabaAlihealthDrugCodeKytSmyxQuerycodeAPIRequest对象

func (AlibabaAlihealthDrugCodeKytSmyxQuerycodeAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugCodeKytSmyxQuerycodeAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugCodeKytSmyxQuerycodeAPIRequest) GetCodes added in v1.2.0

GetCodes Codes Getter

func (AlibabaAlihealthDrugCodeKytSmyxQuerycodeAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugCodeKytSmyxQuerycodeAPIRequest) SetCodes added in v1.2.0

SetCodes is Codes Setter 码列表

func (*AlibabaAlihealthDrugCodeKytSmyxQuerycodeAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业唯一标识

type AlibabaAlihealthDrugCodeKytSmyxQuerycodeAPIResponse

type AlibabaAlihealthDrugCodeKytSmyxQuerycodeAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugCodeKytSmyxQuerycodeAPIResponseModel
}

AlibabaAlihealthDrugCodeKytSmyxQuerycodeAPIResponse 扫码营销码查询 API返回值 alibaba.alihealth.drug.code.kyt.smyx.querycode

此接口针对有码药品,提供可通过追溯码获取该药品的基础信息和生产信息; 核查平台优先过滤非8开头的,长度非20位数字的码信息。

type AlibabaAlihealthDrugCodeKytSmyxQuerycodeAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugCodeKytSmyxQuerycodeAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_code_kyt_smyx_querycode_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 最外层结果
	Result *AlibabaAlihealthDrugCodeKytSmyxQuerycodeResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugCodeKytSmyxQuerycodeAPIResponseModel is 扫码营销码查询 成功返回结果

type AlibabaAlihealthDrugCodeKytSmyxQuerycodeResultModel

type AlibabaAlihealthDrugCodeKytSmyxQuerycodeResultModel struct {
	// 内层大对象
	Models []CodeFullInfoDto `json:"models,omitempty" xml:"models>code_full_info_dto,omitempty"`
	// 消息码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 消息提示内容
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 查询成功失败标记
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugCodeKytSmyxQuerycodeResultModel 结构体

type AlibabaAlihealthDrugCodeKytVaQuerycodeAPIRequest added in v1.2.0

type AlibabaAlihealthDrugCodeKytVaQuerycodeAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugCodeKytVaQuerycodeAPIRequest 根据码查询码信息 API请求 alibaba.alihealth.drug.code.kyt.va.querycode

服务描述 此接口,针对有码药品,提供可通过追溯码获取该药品的基础信息和生产状况信息。 核查平台优先过滤非8开头的,长度非20位数字的码信息。

func NewAlibabaAlihealthDrugCodeKytVaQuerycodeRequest

func NewAlibabaAlihealthDrugCodeKytVaQuerycodeRequest() *AlibabaAlihealthDrugCodeKytVaQuerycodeAPIRequest

NewAlibabaAlihealthDrugCodeKytVaQuerycodeRequest 初始化AlibabaAlihealthDrugCodeKytVaQuerycodeAPIRequest对象

func (AlibabaAlihealthDrugCodeKytVaQuerycodeAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugCodeKytVaQuerycodeAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugCodeKytVaQuerycodeAPIRequest) GetCodes added in v1.2.0

GetCodes Codes Getter

func (AlibabaAlihealthDrugCodeKytVaQuerycodeAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugCodeKytVaQuerycodeAPIRequest) SetCodes added in v1.2.0

SetCodes is Codes Setter 码列表

func (*AlibabaAlihealthDrugCodeKytVaQuerycodeAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业唯一标识(或appkey)

type AlibabaAlihealthDrugCodeKytVaQuerycodeAPIResponse

type AlibabaAlihealthDrugCodeKytVaQuerycodeAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugCodeKytVaQuerycodeAPIResponseModel
}

AlibabaAlihealthDrugCodeKytVaQuerycodeAPIResponse 根据码查询码信息 API返回值 alibaba.alihealth.drug.code.kyt.va.querycode

服务描述 此接口,针对有码药品,提供可通过追溯码获取该药品的基础信息和生产状况信息。 核查平台优先过滤非8开头的,长度非20位数字的码信息。

type AlibabaAlihealthDrugCodeKytVaQuerycodeAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugCodeKytVaQuerycodeAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_code_kyt_va_querycode_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 最外层结果
	Result *AlibabaAlihealthDrugCodeKytVaQuerycodeResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugCodeKytVaQuerycodeAPIResponseModel is 根据码查询码信息 成功返回结果

type AlibabaAlihealthDrugCodeKytVaQuerycodeResultModel

type AlibabaAlihealthDrugCodeKytVaQuerycodeResultModel struct {
	// 内层大对象
	Models []CodeFullInfoDto `json:"models,omitempty" xml:"models>code_full_info_dto,omitempty"`
	// 消息码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 消息提示内容
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 查询成功失败标记
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugCodeKytVaQuerycodeResultModel 结构体

type AlibabaAlihealthDrugCodeKytYdQuerycodeAPIRequest added in v1.2.0

type AlibabaAlihealthDrugCodeKytYdQuerycodeAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugCodeKytYdQuerycodeAPIRequest 查询追溯码对应的药品信息(药店) API请求 alibaba.alihealth.drug.code.kyt.yd.querycode

此接口针对有码药品,提供可通过追溯码获取该药品的基础信息和生产信息; 核查平台优先过滤非8开头的,长度非20位数字的码信息。

func NewAlibabaAlihealthDrugCodeKytYdQuerycodeRequest

func NewAlibabaAlihealthDrugCodeKytYdQuerycodeRequest() *AlibabaAlihealthDrugCodeKytYdQuerycodeAPIRequest

NewAlibabaAlihealthDrugCodeKytYdQuerycodeRequest 初始化AlibabaAlihealthDrugCodeKytYdQuerycodeAPIRequest对象

func (AlibabaAlihealthDrugCodeKytYdQuerycodeAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugCodeKytYdQuerycodeAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugCodeKytYdQuerycodeAPIRequest) GetCodes added in v1.2.0

GetCodes Codes Getter

func (AlibabaAlihealthDrugCodeKytYdQuerycodeAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugCodeKytYdQuerycodeAPIRequest) SetCodes added in v1.2.0

SetCodes is Codes Setter 码列表

func (*AlibabaAlihealthDrugCodeKytYdQuerycodeAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业唯一标识

type AlibabaAlihealthDrugCodeKytYdQuerycodeAPIResponse

type AlibabaAlihealthDrugCodeKytYdQuerycodeAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugCodeKytYdQuerycodeAPIResponseModel
}

AlibabaAlihealthDrugCodeKytYdQuerycodeAPIResponse 查询追溯码对应的药品信息(药店) API返回值 alibaba.alihealth.drug.code.kyt.yd.querycode

此接口针对有码药品,提供可通过追溯码获取该药品的基础信息和生产信息; 核查平台优先过滤非8开头的,长度非20位数字的码信息。

type AlibabaAlihealthDrugCodeKytYdQuerycodeAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugCodeKytYdQuerycodeAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_code_kyt_yd_querycode_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 最外层结果
	Result *AlibabaAlihealthDrugCodeKytYdQuerycodeResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugCodeKytYdQuerycodeAPIResponseModel is 查询追溯码对应的药品信息(药店) 成功返回结果

type AlibabaAlihealthDrugCodeKytYdQuerycodeResultModel

type AlibabaAlihealthDrugCodeKytYdQuerycodeResultModel struct {
	// 内层大对象
	Models []CodeFullInfoDto `json:"models,omitempty" xml:"models>code_full_info_dto,omitempty"`
	// 消息码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 消息提示内容
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 查询成功失败标记
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugCodeKytYdQuerycodeResultModel 结构体

type AlibabaAlihealthDrugCodeKytYqQuerycodeAPIRequest added in v1.2.0

type AlibabaAlihealthDrugCodeKytYqQuerycodeAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugCodeKytYqQuerycodeAPIRequest 查询追溯码对应的药品信息(疫情) API请求 alibaba.alihealth.drug.code.kyt.yq.querycode

通过追溯码码得到 药品名称、包装规格、剂型、剂型规格”、有效期至等信息。

func NewAlibabaAlihealthDrugCodeKytYqQuerycodeRequest

func NewAlibabaAlihealthDrugCodeKytYqQuerycodeRequest() *AlibabaAlihealthDrugCodeKytYqQuerycodeAPIRequest

NewAlibabaAlihealthDrugCodeKytYqQuerycodeRequest 初始化AlibabaAlihealthDrugCodeKytYqQuerycodeAPIRequest对象

func (AlibabaAlihealthDrugCodeKytYqQuerycodeAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugCodeKytYqQuerycodeAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugCodeKytYqQuerycodeAPIRequest) GetBureauId added in v1.2.0

GetBureauId BureauId Getter

func (AlibabaAlihealthDrugCodeKytYqQuerycodeAPIRequest) GetCodeList added in v1.2.0

GetCodeList CodeList Getter

func (AlibabaAlihealthDrugCodeKytYqQuerycodeAPIRequest) GetTerminalName added in v1.2.0

GetTerminalName TerminalName Getter

func (*AlibabaAlihealthDrugCodeKytYqQuerycodeAPIRequest) SetBureauId added in v1.2.0

SetBureauId is BureauId Setter 门店所属的行政区域ID

func (*AlibabaAlihealthDrugCodeKytYqQuerycodeAPIRequest) SetCodeList added in v1.2.0

SetCodeList is CodeList Setter 追溯码

func (*AlibabaAlihealthDrugCodeKytYqQuerycodeAPIRequest) SetTerminalName added in v1.2.0

func (r *AlibabaAlihealthDrugCodeKytYqQuerycodeAPIRequest) SetTerminalName(_terminalName string) error

SetTerminalName is TerminalName Setter 调用零售药店名称

type AlibabaAlihealthDrugCodeKytYqQuerycodeAPIResponse

type AlibabaAlihealthDrugCodeKytYqQuerycodeAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugCodeKytYqQuerycodeAPIResponseModel
}

AlibabaAlihealthDrugCodeKytYqQuerycodeAPIResponse 查询追溯码对应的药品信息(疫情) API返回值 alibaba.alihealth.drug.code.kyt.yq.querycode

通过追溯码码得到 药品名称、包装规格、剂型、剂型规格”、有效期至等信息。

type AlibabaAlihealthDrugCodeKytYqQuerycodeAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugCodeKytYqQuerycodeAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_code_kyt_yq_querycode_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 最外层结果
	Result *AlibabaAlihealthDrugCodeKytYqQuerycodeResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugCodeKytYqQuerycodeAPIResponseModel is 查询追溯码对应的药品信息(疫情) 成功返回结果

type AlibabaAlihealthDrugCodeKytYqQuerycodeResultModel

type AlibabaAlihealthDrugCodeKytYqQuerycodeResultModel struct {
	// 内层大对象
	Models []CodeDrugInfoDto `json:"models,omitempty" xml:"models>code_drug_info_dto,omitempty"`
	// 消息码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 消息提示内容
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 接口调用标识:true/false
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugCodeKytYqQuerycodeResultModel 结构体

type AlibabaAlihealthDrugCodeKytYyApplycodeAPIRequest added in v1.2.0

type AlibabaAlihealthDrugCodeKytYyApplycodeAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugCodeKytYyApplycodeAPIRequest 医院药品子码申请接口 API请求 alibaba.alihealth.drug.code.kyt.yy.applycode

根据父码及所属企业ID生成子码信息

func NewAlibabaAlihealthDrugCodeKytYyApplycodeRequest

func NewAlibabaAlihealthDrugCodeKytYyApplycodeRequest() *AlibabaAlihealthDrugCodeKytYyApplycodeAPIRequest

NewAlibabaAlihealthDrugCodeKytYyApplycodeRequest 初始化AlibabaAlihealthDrugCodeKytYyApplycodeAPIRequest对象

func (AlibabaAlihealthDrugCodeKytYyApplycodeAPIRequest) GetAmount added in v1.2.0

GetAmount Amount Getter

func (AlibabaAlihealthDrugCodeKytYyApplycodeAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugCodeKytYyApplycodeAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugCodeKytYyApplycodeAPIRequest) GetCode added in v1.2.0

GetCode Code Getter

func (AlibabaAlihealthDrugCodeKytYyApplycodeAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugCodeKytYyApplycodeAPIRequest) SetAmount added in v1.2.0

SetAmount is Amount Setter 申请数量

func (*AlibabaAlihealthDrugCodeKytYyApplycodeAPIRequest) SetCode added in v1.2.0

SetCode is Code Setter 父码

func (*AlibabaAlihealthDrugCodeKytYyApplycodeAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业ID(ref_ent_id)

type AlibabaAlihealthDrugCodeKytYyApplycodeAPIResponse

type AlibabaAlihealthDrugCodeKytYyApplycodeAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugCodeKytYyApplycodeAPIResponseModel
}

AlibabaAlihealthDrugCodeKytYyApplycodeAPIResponse 医院药品子码申请接口 API返回值 alibaba.alihealth.drug.code.kyt.yy.applycode

根据父码及所属企业ID生成子码信息

type AlibabaAlihealthDrugCodeKytYyApplycodeAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugCodeKytYyApplycodeAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_code_kyt_yy_applycode_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回结果
	Result *AlibabaAlihealthDrugCodeKytYyApplycodeResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugCodeKytYyApplycodeAPIResponseModel is 医院药品子码申请接口 成功返回结果

type AlibabaAlihealthDrugCodeKytYyApplycodeModel

type AlibabaAlihealthDrugCodeKytYyApplycodeModel struct {
	// 子码
	ChildrenCodeList []string `json:"children_code_list,omitempty" xml:"children_code_list>string,omitempty"`
	// 父码
	ParentCode string `json:"parent_code,omitempty" xml:"parent_code,omitempty"`
}

AlibabaAlihealthDrugCodeKytYyApplycodeModel 结构体

type AlibabaAlihealthDrugCodeKytYyApplycodeResult

type AlibabaAlihealthDrugCodeKytYyApplycodeResult struct {
	// 消息提示内容
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 消息码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 父子码关系对象
	Model *AlibabaAlihealthDrugCodeKytYyApplycodeModel `json:"model,omitempty" xml:"model,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaAlihealthDrugCodeKytYyApplycodeResult 结构体

type AlibabaAlihealthDrugCodeKytYyQuerycodeAPIRequest added in v1.2.0

type AlibabaAlihealthDrugCodeKytYyQuerycodeAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugCodeKytYyQuerycodeAPIRequest 医院根据码查询码信息 API请求 alibaba.alihealth.drug.code.kyt.yy.querycode

服务描述 此接口,针对有码药品,提供可通过追溯码获取该药品的基础信息和生产状况信息。 核查平台优先过滤非8开头的,长度非20位数字的码信息。

func NewAlibabaAlihealthDrugCodeKytYyQuerycodeRequest

func NewAlibabaAlihealthDrugCodeKytYyQuerycodeRequest() *AlibabaAlihealthDrugCodeKytYyQuerycodeAPIRequest

NewAlibabaAlihealthDrugCodeKytYyQuerycodeRequest 初始化AlibabaAlihealthDrugCodeKytYyQuerycodeAPIRequest对象

func (AlibabaAlihealthDrugCodeKytYyQuerycodeAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugCodeKytYyQuerycodeAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugCodeKytYyQuerycodeAPIRequest) GetCodes added in v1.2.0

GetCodes Codes Getter

func (AlibabaAlihealthDrugCodeKytYyQuerycodeAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugCodeKytYyQuerycodeAPIRequest) SetCodes added in v1.2.0

SetCodes is Codes Setter 码列表

func (*AlibabaAlihealthDrugCodeKytYyQuerycodeAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业唯一标识(或appkey)

type AlibabaAlihealthDrugCodeKytYyQuerycodeAPIResponse

type AlibabaAlihealthDrugCodeKytYyQuerycodeAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugCodeKytYyQuerycodeAPIResponseModel
}

AlibabaAlihealthDrugCodeKytYyQuerycodeAPIResponse 医院根据码查询码信息 API返回值 alibaba.alihealth.drug.code.kyt.yy.querycode

服务描述 此接口,针对有码药品,提供可通过追溯码获取该药品的基础信息和生产状况信息。 核查平台优先过滤非8开头的,长度非20位数字的码信息。

type AlibabaAlihealthDrugCodeKytYyQuerycodeAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugCodeKytYyQuerycodeAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_code_kyt_yy_querycode_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 最外层结果
	Result *AlibabaAlihealthDrugCodeKytYyQuerycodeResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugCodeKytYyQuerycodeAPIResponseModel is 医院根据码查询码信息 成功返回结果

type AlibabaAlihealthDrugCodeKytYyQuerycodeResultModel

type AlibabaAlihealthDrugCodeKytYyQuerycodeResultModel struct {
	// 内层大对象
	Models []CodeFullInfoDto `json:"models,omitempty" xml:"models>code_full_info_dto,omitempty"`
	// 消息码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 消息提示内容
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 查询成功失败标记
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugCodeKytYyQuerycodeResultModel 结构体

type AlibabaAlihealthDrugCodeListCodeAlkaliAPIRequest added in v1.2.0

type AlibabaAlihealthDrugCodeListCodeAlkaliAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugCodeListCodeAlkaliAPIRequest 根据码查询码信息-黄麻碱 API请求 alibaba.alihealth.drug.code.list.code.alkali

服务描述 黄麻碱鉴证核查是基于在两定机构的药品管理(入库、出库或盘点)环节,增加扫码匹配 与验证鉴核流程; 此接口,针对有码药品,提供可通过追溯码获取该药品的基础信息和生产状况信息; 若所传的监管码是非最小包装监管码,且存在药品混包的情况,则此接口不支持。这种 情况下,需要分多次调用该接口。 核查平台优先过滤非8开头的,长度非20位数字的码信息。

func NewAlibabaAlihealthDrugCodeListCodeAlkaliRequest

func NewAlibabaAlihealthDrugCodeListCodeAlkaliRequest() *AlibabaAlihealthDrugCodeListCodeAlkaliAPIRequest

NewAlibabaAlihealthDrugCodeListCodeAlkaliRequest 初始化AlibabaAlihealthDrugCodeListCodeAlkaliAPIRequest对象

func (AlibabaAlihealthDrugCodeListCodeAlkaliAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugCodeListCodeAlkaliAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugCodeListCodeAlkaliAPIRequest) GetBureauName added in v1.2.0

GetBureauName BureauName Getter

func (AlibabaAlihealthDrugCodeListCodeAlkaliAPIRequest) GetCertIsvNo added in v1.2.0

GetCertIsvNo CertIsvNo Getter

func (AlibabaAlihealthDrugCodeListCodeAlkaliAPIRequest) GetCodeList added in v1.2.0

GetCodeList CodeList Getter

func (AlibabaAlihealthDrugCodeListCodeAlkaliAPIRequest) GetErrorMessage added in v1.2.0

GetErrorMessage ErrorMessage Getter

func (AlibabaAlihealthDrugCodeListCodeAlkaliAPIRequest) GetInvocation added in v1.2.0

GetInvocation Invocation Getter

func (AlibabaAlihealthDrugCodeListCodeAlkaliAPIRequest) GetTerminalName added in v1.2.0

GetTerminalName TerminalName Getter

func (AlibabaAlihealthDrugCodeListCodeAlkaliAPIRequest) GetTerminalType added in v1.2.0

GetTerminalType TerminalType Getter

func (*AlibabaAlihealthDrugCodeListCodeAlkaliAPIRequest) SetBureauName added in v1.2.0

func (r *AlibabaAlihealthDrugCodeListCodeAlkaliAPIRequest) SetBureauName(_bureauName string) error

SetBureauName is BureauName Setter 城市名称

func (*AlibabaAlihealthDrugCodeListCodeAlkaliAPIRequest) SetCertIsvNo added in v1.2.0

SetCertIsvNo is CertIsvNo Setter 证件编号

func (*AlibabaAlihealthDrugCodeListCodeAlkaliAPIRequest) SetCodeList added in v1.2.0

SetCodeList is CodeList Setter 追溯码

func (*AlibabaAlihealthDrugCodeListCodeAlkaliAPIRequest) SetErrorMessage added in v1.2.0

func (r *AlibabaAlihealthDrugCodeListCodeAlkaliAPIRequest) SetErrorMessage(_errorMessage string) error

SetErrorMessage is ErrorMessage Setter 错误信息

func (*AlibabaAlihealthDrugCodeListCodeAlkaliAPIRequest) SetInvocation added in v1.2.0

func (r *AlibabaAlihealthDrugCodeListCodeAlkaliAPIRequest) SetInvocation(_invocation string) error

SetInvocation is Invocation Setter 调用方式:formal-正式、test-测试

func (*AlibabaAlihealthDrugCodeListCodeAlkaliAPIRequest) SetTerminalName added in v1.2.0

func (r *AlibabaAlihealthDrugCodeListCodeAlkaliAPIRequest) SetTerminalName(_terminalName string) error

SetTerminalName is TerminalName Setter 调用零售药店名称

func (*AlibabaAlihealthDrugCodeListCodeAlkaliAPIRequest) SetTerminalType added in v1.2.0

func (r *AlibabaAlihealthDrugCodeListCodeAlkaliAPIRequest) SetTerminalType(_terminalType string) error

SetTerminalType is TerminalType Setter 终端类型 1:零售

type AlibabaAlihealthDrugCodeListCodeAlkaliAPIResponse

type AlibabaAlihealthDrugCodeListCodeAlkaliAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugCodeListCodeAlkaliAPIResponseModel
}

AlibabaAlihealthDrugCodeListCodeAlkaliAPIResponse 根据码查询码信息-黄麻碱 API返回值 alibaba.alihealth.drug.code.list.code.alkali

服务描述 黄麻碱鉴证核查是基于在两定机构的药品管理(入库、出库或盘点)环节,增加扫码匹配 与验证鉴核流程; 此接口,针对有码药品,提供可通过追溯码获取该药品的基础信息和生产状况信息; 若所传的监管码是非最小包装监管码,且存在药品混包的情况,则此接口不支持。这种 情况下,需要分多次调用该接口。 核查平台优先过滤非8开头的,长度非20位数字的码信息。

type AlibabaAlihealthDrugCodeListCodeAlkaliAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugCodeListCodeAlkaliAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_code_list_code_alkali_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 最外层结果
	Result *AlibabaAlihealthDrugCodeListCodeAlkaliResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugCodeListCodeAlkaliAPIResponseModel is 根据码查询码信息-黄麻碱 成功返回结果

type AlibabaAlihealthDrugCodeListCodeAlkaliResultModel

type AlibabaAlihealthDrugCodeListCodeAlkaliResultModel struct {
	// 内层大对象
	Models []CodeFullInfoDto `json:"models,omitempty" xml:"models>code_full_info_dto,omitempty"`
	// 消息码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 消息提示内容
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 查询成功失败标记
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaAlihealthDrugCodeListCodeAlkaliResultModel 结构体

type AlibabaAlihealthDrugCodeListCodeMedicalInsuranceAPIRequest added in v1.2.0

type AlibabaAlihealthDrugCodeListCodeMedicalInsuranceAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugCodeListCodeMedicalInsuranceAPIRequest 根据码获取码信息接口-医保 API请求 alibaba.alihealth.drug.code.list.code.medical.insurance

服务描述 医保鉴证核查是基于在两定机构的药品管理(入库、出库或盘点)环节,增加扫码匹配 与验证鉴核流程; 此接口,针对有码药品,提供可通过追溯码获取该药品的基础信息和生产状况信息; 若所传的监管码是非最小包装监管码,且存在药品混包的情况,则此接口不支持。这种 情况下,需要分多次调用该接口。 核查平台优先过滤非8开头的,长度非20位数字的码信息。

func NewAlibabaAlihealthDrugCodeListCodeMedicalInsuranceRequest

func NewAlibabaAlihealthDrugCodeListCodeMedicalInsuranceRequest() *AlibabaAlihealthDrugCodeListCodeMedicalInsuranceAPIRequest

NewAlibabaAlihealthDrugCodeListCodeMedicalInsuranceRequest 初始化AlibabaAlihealthDrugCodeListCodeMedicalInsuranceAPIRequest对象

func (AlibabaAlihealthDrugCodeListCodeMedicalInsuranceAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugCodeListCodeMedicalInsuranceAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugCodeListCodeMedicalInsuranceAPIRequest) GetBureauId added in v1.2.0

GetBureauId BureauId Getter

func (AlibabaAlihealthDrugCodeListCodeMedicalInsuranceAPIRequest) GetCertIsvNo added in v1.2.0

GetCertIsvNo CertIsvNo Getter

func (AlibabaAlihealthDrugCodeListCodeMedicalInsuranceAPIRequest) GetCodeList added in v1.2.0

GetCodeList CodeList Getter

func (AlibabaAlihealthDrugCodeListCodeMedicalInsuranceAPIRequest) GetInvocation added in v1.2.0

GetInvocation Invocation Getter

func (AlibabaAlihealthDrugCodeListCodeMedicalInsuranceAPIRequest) GetTerminalEntId added in v1.2.0

GetTerminalEntId TerminalEntId Getter

func (AlibabaAlihealthDrugCodeListCodeMedicalInsuranceAPIRequest) GetTerminalName added in v1.2.0

GetTerminalName TerminalName Getter

func (AlibabaAlihealthDrugCodeListCodeMedicalInsuranceAPIRequest) GetTerminalType added in v1.2.0

GetTerminalType TerminalType Getter

func (*AlibabaAlihealthDrugCodeListCodeMedicalInsuranceAPIRequest) SetBureauId added in v1.2.0

SetBureauId is BureauId Setter 门店所属的行政区域ID

func (*AlibabaAlihealthDrugCodeListCodeMedicalInsuranceAPIRequest) SetCertIsvNo added in v1.2.0

SetCertIsvNo is CertIsvNo Setter ISV开放平台帐号标识

func (*AlibabaAlihealthDrugCodeListCodeMedicalInsuranceAPIRequest) SetCodeList added in v1.2.0

SetCodeList is CodeList Setter 追溯码

func (*AlibabaAlihealthDrugCodeListCodeMedicalInsuranceAPIRequest) SetInvocation added in v1.2.0

SetInvocation is Invocation Setter 调用方式:formal-正式、test-测试

func (*AlibabaAlihealthDrugCodeListCodeMedicalInsuranceAPIRequest) SetTerminalEntId added in v1.2.0

func (r *AlibabaAlihealthDrugCodeListCodeMedicalInsuranceAPIRequest) SetTerminalEntId(_terminalEntId string) error

SetTerminalEntId is TerminalEntId Setter 零售终端id

func (*AlibabaAlihealthDrugCodeListCodeMedicalInsuranceAPIRequest) SetTerminalName added in v1.2.0

SetTerminalName is TerminalName Setter 调用零售药店名称

func (*AlibabaAlihealthDrugCodeListCodeMedicalInsuranceAPIRequest) SetTerminalType added in v1.2.0

SetTerminalType is TerminalType Setter 终端类型 1005100-零售药店 ;10052-医疗机构

type AlibabaAlihealthDrugCodeListCodeMedicalInsuranceAPIResponse

type AlibabaAlihealthDrugCodeListCodeMedicalInsuranceAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugCodeListCodeMedicalInsuranceAPIResponseModel
}

AlibabaAlihealthDrugCodeListCodeMedicalInsuranceAPIResponse 根据码获取码信息接口-医保 API返回值 alibaba.alihealth.drug.code.list.code.medical.insurance

服务描述 医保鉴证核查是基于在两定机构的药品管理(入库、出库或盘点)环节,增加扫码匹配 与验证鉴核流程; 此接口,针对有码药品,提供可通过追溯码获取该药品的基础信息和生产状况信息; 若所传的监管码是非最小包装监管码,且存在药品混包的情况,则此接口不支持。这种 情况下,需要分多次调用该接口。 核查平台优先过滤非8开头的,长度非20位数字的码信息。

type AlibabaAlihealthDrugCodeListCodeMedicalInsuranceAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugCodeListCodeMedicalInsuranceAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_code_list_code_medical_insurance_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 最外层结果
	Result *AlibabaAlihealthDrugCodeListCodeMedicalInsuranceResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugCodeListCodeMedicalInsuranceAPIResponseModel is 根据码获取码信息接口-医保 成功返回结果

type AlibabaAlihealthDrugCodeListCodeMedicalInsuranceResultModel

type AlibabaAlihealthDrugCodeListCodeMedicalInsuranceResultModel struct {
	// 内层大对象
	Models []CodeFullInfoDto `json:"models,omitempty" xml:"models>code_full_info_dto,omitempty"`
	// 消息码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 消息提示内容
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 查询成功失败标记
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaAlihealthDrugCodeListCodeMedicalInsuranceResultModel 结构体

type AlibabaAlihealthDrugCodeListCodeSuperviseAPIRequest added in v1.2.0

type AlibabaAlihealthDrugCodeListCodeSuperviseAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugCodeListCodeSuperviseAPIRequest 根据码获取码信息-监管 API请求 alibaba.alihealth.drug.code.list.code.supervise

服务描述 医保鉴证核查是基于在两定机构的药品管理(入库、出库或盘点)环节,增加扫码匹配 与验证鉴核流程; 此接口,针对有码药品,提供可通过追溯码获取该药品的基础信息和生产状况信息; 若所传的监管码是非最小包装监管码,且存在药品混包的情况,则此接口不支持。这种 情况下,需要分多次调用该接口。 核查平台优先过滤非8开头的,长度非20位数字的码信息。

func NewAlibabaAlihealthDrugCodeListCodeSuperviseRequest

func NewAlibabaAlihealthDrugCodeListCodeSuperviseRequest() *AlibabaAlihealthDrugCodeListCodeSuperviseAPIRequest

NewAlibabaAlihealthDrugCodeListCodeSuperviseRequest 初始化AlibabaAlihealthDrugCodeListCodeSuperviseAPIRequest对象

func (AlibabaAlihealthDrugCodeListCodeSuperviseAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugCodeListCodeSuperviseAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugCodeListCodeSuperviseAPIRequest) GetBureauId added in v1.2.0

GetBureauId BureauId Getter

func (AlibabaAlihealthDrugCodeListCodeSuperviseAPIRequest) GetCertIsvNo added in v1.2.0

GetCertIsvNo CertIsvNo Getter

func (AlibabaAlihealthDrugCodeListCodeSuperviseAPIRequest) GetCodeList added in v1.2.0

GetCodeList CodeList Getter

func (AlibabaAlihealthDrugCodeListCodeSuperviseAPIRequest) GetInvocation added in v1.2.0

GetInvocation Invocation Getter

func (AlibabaAlihealthDrugCodeListCodeSuperviseAPIRequest) GetTerminalEntId added in v1.2.0

GetTerminalEntId TerminalEntId Getter

func (AlibabaAlihealthDrugCodeListCodeSuperviseAPIRequest) GetTerminalName added in v1.2.0

GetTerminalName TerminalName Getter

func (AlibabaAlihealthDrugCodeListCodeSuperviseAPIRequest) GetTerminalType added in v1.2.0

GetTerminalType TerminalType Getter

func (*AlibabaAlihealthDrugCodeListCodeSuperviseAPIRequest) SetBureauId added in v1.2.0

SetBureauId is BureauId Setter 门店所属的行政区域ID

func (*AlibabaAlihealthDrugCodeListCodeSuperviseAPIRequest) SetCertIsvNo added in v1.2.0

SetCertIsvNo is CertIsvNo Setter ISV开放平台帐号标识

func (*AlibabaAlihealthDrugCodeListCodeSuperviseAPIRequest) SetCodeList added in v1.2.0

SetCodeList is CodeList Setter 追溯码

func (*AlibabaAlihealthDrugCodeListCodeSuperviseAPIRequest) SetInvocation added in v1.2.0

SetInvocation is Invocation Setter 调用方式:formal-正式、test-测试

func (*AlibabaAlihealthDrugCodeListCodeSuperviseAPIRequest) SetTerminalEntId added in v1.2.0

func (r *AlibabaAlihealthDrugCodeListCodeSuperviseAPIRequest) SetTerminalEntId(_terminalEntId string) error

SetTerminalEntId is TerminalEntId Setter 零售终端id

func (*AlibabaAlihealthDrugCodeListCodeSuperviseAPIRequest) SetTerminalName added in v1.2.0

func (r *AlibabaAlihealthDrugCodeListCodeSuperviseAPIRequest) SetTerminalName(_terminalName string) error

SetTerminalName is TerminalName Setter 调用零售药店名称

func (*AlibabaAlihealthDrugCodeListCodeSuperviseAPIRequest) SetTerminalType added in v1.2.0

func (r *AlibabaAlihealthDrugCodeListCodeSuperviseAPIRequest) SetTerminalType(_terminalType string) error

SetTerminalType is TerminalType Setter 终端类型 1005100-零售药店 ;10052-医疗机构 10053-建行智能pos机,10054-建行裕农通,10055-建行手机银行,10056-建行龙易行,10057-建行APP,10058-建行自助设备,10059-建行扫码设备

type AlibabaAlihealthDrugCodeListCodeSuperviseAPIResponse

type AlibabaAlihealthDrugCodeListCodeSuperviseAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugCodeListCodeSuperviseAPIResponseModel
}

AlibabaAlihealthDrugCodeListCodeSuperviseAPIResponse 根据码获取码信息-监管 API返回值 alibaba.alihealth.drug.code.list.code.supervise

服务描述 医保鉴证核查是基于在两定机构的药品管理(入库、出库或盘点)环节,增加扫码匹配 与验证鉴核流程; 此接口,针对有码药品,提供可通过追溯码获取该药品的基础信息和生产状况信息; 若所传的监管码是非最小包装监管码,且存在药品混包的情况,则此接口不支持。这种 情况下,需要分多次调用该接口。 核查平台优先过滤非8开头的,长度非20位数字的码信息。

type AlibabaAlihealthDrugCodeListCodeSuperviseAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugCodeListCodeSuperviseAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_code_list_code_supervise_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 最外层结果
	Result *AlibabaAlihealthDrugCodeListCodeSuperviseResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugCodeListCodeSuperviseAPIResponseModel is 根据码获取码信息-监管 成功返回结果

type AlibabaAlihealthDrugCodeListCodeSuperviseResultModel

type AlibabaAlihealthDrugCodeListCodeSuperviseResultModel struct {
	// 内层大对象
	Models []CodeFullInfoDto `json:"models,omitempty" xml:"models>code_full_info_dto,omitempty"`
	// 消息码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 消息提示内容
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 查询成功失败标记
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaAlihealthDrugCodeListCodeSuperviseResultModel 结构体

type AlibabaAlihealthDrugDownloadEntlistAPIRequest added in v1.2.0

type AlibabaAlihealthDrugDownloadEntlistAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugDownloadEntlistAPIRequest 企业下载列表 API请求 alibaba.alihealth.drug.download.entlist

获取企业的下载文件列表

func NewAlibabaAlihealthDrugDownloadEntlistRequest

func NewAlibabaAlihealthDrugDownloadEntlistRequest() *AlibabaAlihealthDrugDownloadEntlistAPIRequest

NewAlibabaAlihealthDrugDownloadEntlistRequest 初始化AlibabaAlihealthDrugDownloadEntlistAPIRequest对象

func (AlibabaAlihealthDrugDownloadEntlistAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugDownloadEntlistAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugDownloadEntlistAPIRequest) GetAppKeyN added in v1.2.0

GetAppKeyN AppKeyN Getter

func (*AlibabaAlihealthDrugDownloadEntlistAPIRequest) SetAppKeyN added in v1.2.0

SetAppKeyN is AppKeyN Setter appKey

type AlibabaAlihealthDrugDownloadEntlistAPIResponse

type AlibabaAlihealthDrugDownloadEntlistAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugDownloadEntlistAPIResponseModel
}

AlibabaAlihealthDrugDownloadEntlistAPIResponse 企业下载列表 API返回值 alibaba.alihealth.drug.download.entlist

获取企业的下载文件列表

type AlibabaAlihealthDrugDownloadEntlistAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugDownloadEntlistAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_download_entlist_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *AlibabaAlihealthDrugDownloadEntlistResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugDownloadEntlistAPIResponseModel is 企业下载列表 成功返回结果

type AlibabaAlihealthDrugDownloadEntlistResult

type AlibabaAlihealthDrugDownloadEntlistResult struct {
	// msgInfo
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// model
	Model *DataEntTaskDto `json:"model,omitempty" xml:"model,omitempty"`
	// httpStatusCode
	HttpStatusCode int64 `json:"http_status_code,omitempty" xml:"http_status_code,omitempty"`
	// success
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaAlihealthDrugDownloadEntlistResult 结构体

type AlibabaAlihealthDrugDownloadFileacceptretAPIRequest added in v1.2.0

type AlibabaAlihealthDrugDownloadFileacceptretAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugDownloadFileacceptretAPIRequest 企业上传回执 API请求 alibaba.alihealth.drug.download.fileacceptret

拿到企业下载回执,将企业已下载的和未下载成功的条目都相应的改变状态

func NewAlibabaAlihealthDrugDownloadFileacceptretRequest

func NewAlibabaAlihealthDrugDownloadFileacceptretRequest() *AlibabaAlihealthDrugDownloadFileacceptretAPIRequest

NewAlibabaAlihealthDrugDownloadFileacceptretRequest 初始化AlibabaAlihealthDrugDownloadFileacceptretAPIRequest对象

func (AlibabaAlihealthDrugDownloadFileacceptretAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugDownloadFileacceptretAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugDownloadFileacceptretAPIRequest) GetAppKeyN added in v1.2.0

GetAppKeyN AppKeyN Getter

func (AlibabaAlihealthDrugDownloadFileacceptretAPIRequest) GetFileResultJson added in v1.2.0

GetFileResultJson FileResultJson Getter

func (*AlibabaAlihealthDrugDownloadFileacceptretAPIRequest) SetAppKeyN added in v1.2.0

SetAppKeyN is AppKeyN Setter appKey

func (*AlibabaAlihealthDrugDownloadFileacceptretAPIRequest) SetFileResultJson added in v1.2.0

func (r *AlibabaAlihealthDrugDownloadFileacceptretAPIRequest) SetFileResultJson(_fileResultJson string) error

SetFileResultJson is FileResultJson Setter fileResultJson

type AlibabaAlihealthDrugDownloadFileacceptretAPIResponse

type AlibabaAlihealthDrugDownloadFileacceptretAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugDownloadFileacceptretAPIResponseModel
}

AlibabaAlihealthDrugDownloadFileacceptretAPIResponse 企业上传回执 API返回值 alibaba.alihealth.drug.download.fileacceptret

拿到企业下载回执,将企业已下载的和未下载成功的条目都相应的改变状态

type AlibabaAlihealthDrugDownloadFileacceptretAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugDownloadFileacceptretAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_download_fileacceptret_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *DataEntTaskResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugDownloadFileacceptretAPIResponseModel is 企业上传回执 成功返回结果

type AlibabaAlihealthDrugDownloadGetentauthentAPIRequest added in v1.2.0

type AlibabaAlihealthDrugDownloadGetentauthentAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugDownloadGetentauthentAPIRequest 获取授权企业列表 API请求 alibaba.alihealth.drug.download.getentauthent

D2D数据落地获取授权企业列表

func NewAlibabaAlihealthDrugDownloadGetentauthentRequest

func NewAlibabaAlihealthDrugDownloadGetentauthentRequest() *AlibabaAlihealthDrugDownloadGetentauthentAPIRequest

NewAlibabaAlihealthDrugDownloadGetentauthentRequest 初始化AlibabaAlihealthDrugDownloadGetentauthentAPIRequest对象

func (AlibabaAlihealthDrugDownloadGetentauthentAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugDownloadGetentauthentAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugDownloadGetentauthentAPIRequest) GetAuthBeginDate added in v1.2.0

GetAuthBeginDate AuthBeginDate Getter

func (AlibabaAlihealthDrugDownloadGetentauthentAPIRequest) GetAuthEndDate added in v1.2.0

GetAuthEndDate AuthEndDate Getter

func (*AlibabaAlihealthDrugDownloadGetentauthentAPIRequest) SetAuthBeginDate added in v1.2.0

func (r *AlibabaAlihealthDrugDownloadGetentauthentAPIRequest) SetAuthBeginDate(_authBeginDate string) error

SetAuthBeginDate is AuthBeginDate Setter 授权开始时间

func (*AlibabaAlihealthDrugDownloadGetentauthentAPIRequest) SetAuthEndDate added in v1.2.0

func (r *AlibabaAlihealthDrugDownloadGetentauthentAPIRequest) SetAuthEndDate(_authEndDate string) error

SetAuthEndDate is AuthEndDate Setter 授权结束时间

type AlibabaAlihealthDrugDownloadGetentauthentAPIResponse

type AlibabaAlihealthDrugDownloadGetentauthentAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugDownloadGetentauthentAPIResponseModel
}

AlibabaAlihealthDrugDownloadGetentauthentAPIResponse 获取授权企业列表 API返回值 alibaba.alihealth.drug.download.getentauthent

D2D数据落地获取授权企业列表

type AlibabaAlihealthDrugDownloadGetentauthentAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugDownloadGetentauthentAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_download_getentauthent_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *AlibabaAlihealthDrugDownloadGetentauthentResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugDownloadGetentauthentAPIResponseModel is 获取授权企业列表 成功返回结果

type AlibabaAlihealthDrugDownloadGetentauthentModel

type AlibabaAlihealthDrugDownloadGetentauthentModel struct {
	// 企业ID
	AuthRefEntId string `json:"auth_ref_ent_id,omitempty" xml:"auth_ref_ent_id,omitempty"`
	// 企业名称
	EntName string `json:"ent_name,omitempty" xml:"ent_name,omitempty"`
	// 授权企业ID
	RefEntId string `json:"ref_ent_id,omitempty" xml:"ref_ent_id,omitempty"`
	// 授权日期
	AuthDate string `json:"auth_date,omitempty" xml:"auth_date,omitempty"`
}

AlibabaAlihealthDrugDownloadGetentauthentModel 结构体

type AlibabaAlihealthDrugDownloadGetentauthentResult

type AlibabaAlihealthDrugDownloadGetentauthentResult struct {
	// list
	AuthList []AlibabaAlihealthDrugDownloadGetentauthentModel `json:"auth_list,omitempty" xml:"auth_list>alibaba_alihealth_drug_download_getentauthent_model,omitempty"`
	// msgCode
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// msgInfo
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 是否成功
	Issuccess bool `json:"issuccess,omitempty" xml:"issuccess,omitempty"`
}

AlibabaAlihealthDrugDownloadGetentauthentResult 结构体

type AlibabaAlihealthDrugGetbarcodeBytraccodeAPIRequest added in v1.2.0

type AlibabaAlihealthDrugGetbarcodeBytraccodeAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugGetbarcodeBytraccodeAPIRequest 根据追溯码获取69码 API请求 alibaba.alihealth.drug.getbarcode.bytraccode

根据追溯码获取69码

func NewAlibabaAlihealthDrugGetbarcodeBytraccodeRequest

func NewAlibabaAlihealthDrugGetbarcodeBytraccodeRequest() *AlibabaAlihealthDrugGetbarcodeBytraccodeAPIRequest

NewAlibabaAlihealthDrugGetbarcodeBytraccodeRequest 初始化AlibabaAlihealthDrugGetbarcodeBytraccodeAPIRequest对象

func (AlibabaAlihealthDrugGetbarcodeBytraccodeAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugGetbarcodeBytraccodeAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugGetbarcodeBytraccodeAPIRequest) GetTraceCode added in v1.2.0

GetTraceCode TraceCode Getter

func (*AlibabaAlihealthDrugGetbarcodeBytraccodeAPIRequest) SetTraceCode added in v1.2.0

SetTraceCode is TraceCode Setter 追溯码

type AlibabaAlihealthDrugGetbarcodeBytraccodeAPIResponse

type AlibabaAlihealthDrugGetbarcodeBytraccodeAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugGetbarcodeBytraccodeAPIResponseModel
}

AlibabaAlihealthDrugGetbarcodeBytraccodeAPIResponse 根据追溯码获取69码 API返回值 alibaba.alihealth.drug.getbarcode.bytraccode

根据追溯码获取69码

type AlibabaAlihealthDrugGetbarcodeBytraccodeAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugGetbarcodeBytraccodeAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_getbarcode_bytraccode_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *TopResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugGetbarcodeBytraccodeAPIResponseModel is 根据追溯码获取69码 成功返回结果

type AlibabaAlihealthDrugKytCodeprocessAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytCodeprocessAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytCodeprocessAPIRequest 关联关系处理查询 API请求 alibaba.alihealth.drug.kyt.codeprocess

关联关系处理查询

func NewAlibabaAlihealthDrugKytCodeprocessRequest

func NewAlibabaAlihealthDrugKytCodeprocessRequest() *AlibabaAlihealthDrugKytCodeprocessAPIRequest

NewAlibabaAlihealthDrugKytCodeprocessRequest 初始化AlibabaAlihealthDrugKytCodeprocessAPIRequest对象

func (AlibabaAlihealthDrugKytCodeprocessAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytCodeprocessAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytCodeprocessAPIRequest) GetClientType added in v1.2.0

GetClientType ClientType Getter

func (AlibabaAlihealthDrugKytCodeprocessAPIRequest) GetDrugEntBaseInfoId added in v1.2.0

func (r AlibabaAlihealthDrugKytCodeprocessAPIRequest) GetDrugEntBaseInfoId() string

GetDrugEntBaseInfoId DrugEntBaseInfoId Getter

func (AlibabaAlihealthDrugKytCodeprocessAPIRequest) GetEndDate added in v1.2.0

GetEndDate EndDate Getter

func (AlibabaAlihealthDrugKytCodeprocessAPIRequest) GetPage added in v1.2.0

GetPage Page Getter

func (AlibabaAlihealthDrugKytCodeprocessAPIRequest) GetPageSize added in v1.2.0

GetPageSize PageSize Getter

func (AlibabaAlihealthDrugKytCodeprocessAPIRequest) GetPhysicType added in v1.2.0

GetPhysicType PhysicType Getter

func (AlibabaAlihealthDrugKytCodeprocessAPIRequest) GetPkgSpec added in v1.2.0

GetPkgSpec PkgSpec Getter

func (AlibabaAlihealthDrugKytCodeprocessAPIRequest) GetProcessFlag added in v1.2.0

GetProcessFlag ProcessFlag Getter

func (AlibabaAlihealthDrugKytCodeprocessAPIRequest) GetProdSeqNo added in v1.2.0

GetProdSeqNo ProdSeqNo Getter

func (AlibabaAlihealthDrugKytCodeprocessAPIRequest) GetProduceBatchNo added in v1.2.0

GetProduceBatchNo ProduceBatchNo Getter

func (AlibabaAlihealthDrugKytCodeprocessAPIRequest) GetQueryFlag added in v1.2.0

GetQueryFlag QueryFlag Getter

func (AlibabaAlihealthDrugKytCodeprocessAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (AlibabaAlihealthDrugKytCodeprocessAPIRequest) GetStartDate added in v1.2.0

GetStartDate StartDate Getter

func (AlibabaAlihealthDrugKytCodeprocessAPIRequest) GetUploadFlag added in v1.2.0

GetUploadFlag UploadFlag Getter

func (*AlibabaAlihealthDrugKytCodeprocessAPIRequest) SetClientType added in v1.2.0

func (r *AlibabaAlihealthDrugKytCodeprocessAPIRequest) SetClientType(_clientType string) error

SetClientType is ClientType Setter 客户端

func (*AlibabaAlihealthDrugKytCodeprocessAPIRequest) SetDrugEntBaseInfoId added in v1.2.0

func (r *AlibabaAlihealthDrugKytCodeprocessAPIRequest) SetDrugEntBaseInfoId(_drugEntBaseInfoId string) error

SetDrugEntBaseInfoId is DrugEntBaseInfoId Setter 药品ID

func (*AlibabaAlihealthDrugKytCodeprocessAPIRequest) SetEndDate added in v1.2.0

SetEndDate is EndDate Setter 结束时间

func (*AlibabaAlihealthDrugKytCodeprocessAPIRequest) SetPage added in v1.2.0

SetPage is Page Setter 页数

func (*AlibabaAlihealthDrugKytCodeprocessAPIRequest) SetPageSize added in v1.2.0

func (r *AlibabaAlihealthDrugKytCodeprocessAPIRequest) SetPageSize(_pageSize int64) error

SetPageSize is PageSize Setter 条数

func (*AlibabaAlihealthDrugKytCodeprocessAPIRequest) SetPhysicType added in v1.2.0

func (r *AlibabaAlihealthDrugKytCodeprocessAPIRequest) SetPhysicType(_physicType string) error

SetPhysicType is PhysicType Setter 药品类型

func (*AlibabaAlihealthDrugKytCodeprocessAPIRequest) SetPkgSpec added in v1.2.0

SetPkgSpec is PkgSpec Setter 包装规格

func (*AlibabaAlihealthDrugKytCodeprocessAPIRequest) SetProcessFlag added in v1.2.0

func (r *AlibabaAlihealthDrugKytCodeprocessAPIRequest) SetProcessFlag(_processFlag string) error

SetProcessFlag is ProcessFlag Setter 处理状态

func (*AlibabaAlihealthDrugKytCodeprocessAPIRequest) SetProdSeqNo added in v1.2.0

func (r *AlibabaAlihealthDrugKytCodeprocessAPIRequest) SetProdSeqNo(_prodSeqNo string) error

SetProdSeqNo is ProdSeqNo Setter 生产企业ID

func (*AlibabaAlihealthDrugKytCodeprocessAPIRequest) SetProduceBatchNo added in v1.2.0

func (r *AlibabaAlihealthDrugKytCodeprocessAPIRequest) SetProduceBatchNo(_produceBatchNo string) error

SetProduceBatchNo is ProduceBatchNo Setter 批次号

func (*AlibabaAlihealthDrugKytCodeprocessAPIRequest) SetQueryFlag added in v1.2.0

func (r *AlibabaAlihealthDrugKytCodeprocessAPIRequest) SetQueryFlag(_queryFlag string) error

SetQueryFlag is QueryFlag Setter 查询标识

func (*AlibabaAlihealthDrugKytCodeprocessAPIRequest) SetRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugKytCodeprocessAPIRequest) SetRefEntId(_refEntId string) error

SetRefEntId is RefEntId Setter 企业ID

func (*AlibabaAlihealthDrugKytCodeprocessAPIRequest) SetStartDate added in v1.2.0

func (r *AlibabaAlihealthDrugKytCodeprocessAPIRequest) SetStartDate(_startDate string) error

SetStartDate is StartDate Setter 开始时间

func (*AlibabaAlihealthDrugKytCodeprocessAPIRequest) SetUploadFlag added in v1.2.0

func (r *AlibabaAlihealthDrugKytCodeprocessAPIRequest) SetUploadFlag(_uploadFlag string) error

SetUploadFlag is UploadFlag Setter 上传标识

type AlibabaAlihealthDrugKytCodeprocessAPIResponse

type AlibabaAlihealthDrugKytCodeprocessAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytCodeprocessAPIResponseModel
}

AlibabaAlihealthDrugKytCodeprocessAPIResponse 关联关系处理查询 API返回值 alibaba.alihealth.drug.kyt.codeprocess

关联关系处理查询

type AlibabaAlihealthDrugKytCodeprocessAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytCodeprocessAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_codeprocess_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugKytCodeprocessResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytCodeprocessAPIResponseModel is 关联关系处理查询 成功返回结果

type AlibabaAlihealthDrugKytCodeprocessResultModel

type AlibabaAlihealthDrugKytCodeprocessResultModel struct {
	// 错误信息码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 错误信息
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回结果
	Model *PageInfoDto `json:"model,omitempty" xml:"model,omitempty"`
	// 成功标识
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytCodeprocessResultModel 结构体

type AlibabaAlihealthDrugKytCodetobillAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytCodetobillAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytCodetobillAPIRequest 通过追溯码查单据 API请求 alibaba.alihealth.drug.kyt.codetobill

通过追溯码查单据

func NewAlibabaAlihealthDrugKytCodetobillRequest

func NewAlibabaAlihealthDrugKytCodetobillRequest() *AlibabaAlihealthDrugKytCodetobillAPIRequest

NewAlibabaAlihealthDrugKytCodetobillRequest 初始化AlibabaAlihealthDrugKytCodetobillAPIRequest对象

func (AlibabaAlihealthDrugKytCodetobillAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytCodetobillAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytCodetobillAPIRequest) GetCode added in v1.2.0

GetCode Code Getter

func (AlibabaAlihealthDrugKytCodetobillAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugKytCodetobillAPIRequest) SetCode added in v1.2.0

SetCode is Code Setter 追溯码

func (*AlibabaAlihealthDrugKytCodetobillAPIRequest) SetRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugKytCodetobillAPIRequest) SetRefEntId(_refEntId string) error

SetRefEntId is RefEntId Setter 企业ID

type AlibabaAlihealthDrugKytCodetobillAPIResponse

type AlibabaAlihealthDrugKytCodetobillAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytCodetobillAPIResponseModel
}

AlibabaAlihealthDrugKytCodetobillAPIResponse 通过追溯码查单据 API返回值 alibaba.alihealth.drug.kyt.codetobill

通过追溯码查单据

type AlibabaAlihealthDrugKytCodetobillAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytCodetobillAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_codetobill_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugKytCodetobillResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytCodetobillAPIResponseModel is 通过追溯码查单据 成功返回结果

type AlibabaAlihealthDrugKytCodetobillResultModel

type AlibabaAlihealthDrugKytCodetobillResultModel struct {
	// 调用编码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 调用结果
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回结果
	Model *CodeToBill `json:"model,omitempty" xml:"model,omitempty"`
	// 返回结果
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytCodetobillResultModel 结构体

type AlibabaAlihealthDrugKytDestbillCheckAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytDestbillCheckAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytDestbillCheckAPIRequest 直调审批 API请求 alibaba.alihealth.drug.kyt.destbill.check

为药企提供直调单据审批操作

func NewAlibabaAlihealthDrugKytDestbillCheckRequest

func NewAlibabaAlihealthDrugKytDestbillCheckRequest() *AlibabaAlihealthDrugKytDestbillCheckAPIRequest

NewAlibabaAlihealthDrugKytDestbillCheckRequest 初始化AlibabaAlihealthDrugKytDestbillCheckAPIRequest对象

func (AlibabaAlihealthDrugKytDestbillCheckAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytDestbillCheckAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytDestbillCheckAPIRequest) GetBillCode added in v1.2.0

GetBillCode BillCode Getter

func (AlibabaAlihealthDrugKytDestbillCheckAPIRequest) GetCheckType added in v1.2.0

GetCheckType CheckType Getter

func (AlibabaAlihealthDrugKytDestbillCheckAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugKytDestbillCheckAPIRequest) SetBillCode added in v1.2.0

SetBillCode is BillCode Setter 单据号

func (*AlibabaAlihealthDrugKytDestbillCheckAPIRequest) SetCheckType added in v1.2.0

func (r *AlibabaAlihealthDrugKytDestbillCheckAPIRequest) SetCheckType(_checkType string) error

SetCheckType is CheckType Setter 审核状态,'Y'审批通过 'N' 审批不通过

func (*AlibabaAlihealthDrugKytDestbillCheckAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业ID

type AlibabaAlihealthDrugKytDestbillCheckAPIResponse

type AlibabaAlihealthDrugKytDestbillCheckAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytDestbillCheckAPIResponseModel
}

AlibabaAlihealthDrugKytDestbillCheckAPIResponse 直调审批 API返回值 alibaba.alihealth.drug.kyt.destbill.check

为药企提供直调单据审批操作

type AlibabaAlihealthDrugKytDestbillCheckAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytDestbillCheckAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_destbill_check_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果描述
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回结果标识
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 是否成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
	// 执行结果
	Model bool `json:"model,omitempty" xml:"model,omitempty"`
}

AlibabaAlihealthDrugKytDestbillCheckAPIResponseModel is 直调审批 成功返回结果

type AlibabaAlihealthDrugKytDestbillListAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytDestbillListAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytDestbillListAPIRequest 直调单据查询 API请求 alibaba.alihealth.drug.kyt.destbill.list

为药企提供直调单据查询功能

func NewAlibabaAlihealthDrugKytDestbillListRequest

func NewAlibabaAlihealthDrugKytDestbillListRequest() *AlibabaAlihealthDrugKytDestbillListAPIRequest

NewAlibabaAlihealthDrugKytDestbillListRequest 初始化AlibabaAlihealthDrugKytDestbillListAPIRequest对象

func (AlibabaAlihealthDrugKytDestbillListAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytDestbillListAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytDestbillListAPIRequest) GetApprovalStatus added in v1.2.0

GetApprovalStatus ApprovalStatus Getter

func (AlibabaAlihealthDrugKytDestbillListAPIRequest) GetBeginDate added in v1.2.0

GetBeginDate BeginDate Getter

func (AlibabaAlihealthDrugKytDestbillListAPIRequest) GetBillCode added in v1.2.0

GetBillCode BillCode Getter

func (AlibabaAlihealthDrugKytDestbillListAPIRequest) GetEndDate added in v1.2.0

GetEndDate EndDate Getter

func (AlibabaAlihealthDrugKytDestbillListAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugKytDestbillListAPIRequest) SetApprovalStatus added in v1.2.0

func (r *AlibabaAlihealthDrugKytDestbillListAPIRequest) SetApprovalStatus(_approvalStatus string) error

SetApprovalStatus is ApprovalStatus Setter 审核状态,1:未审核;2:审核通过;3:审核失败

func (*AlibabaAlihealthDrugKytDestbillListAPIRequest) SetBeginDate added in v1.2.0

func (r *AlibabaAlihealthDrugKytDestbillListAPIRequest) SetBeginDate(_beginDate string) error

SetBeginDate is BeginDate Setter 开始时间,格式yyyy-MM-dd

func (*AlibabaAlihealthDrugKytDestbillListAPIRequest) SetBillCode added in v1.2.0

SetBillCode is BillCode Setter 单据编号

func (*AlibabaAlihealthDrugKytDestbillListAPIRequest) SetEndDate added in v1.2.0

SetEndDate is EndDate Setter 结束时间,格式yyyy-MM-dd

func (*AlibabaAlihealthDrugKytDestbillListAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业ID

type AlibabaAlihealthDrugKytDestbillListAPIResponse

type AlibabaAlihealthDrugKytDestbillListAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytDestbillListAPIResponseModel
}

AlibabaAlihealthDrugKytDestbillListAPIResponse 直调单据查询 API返回值 alibaba.alihealth.drug.kyt.destbill.list

为药企提供直调单据查询功能

type AlibabaAlihealthDrugKytDestbillListAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytDestbillListAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_destbill_list_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回result
	Result *AlibabaAlihealthDrugKytDestbillListResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytDestbillListAPIResponseModel is 直调单据查询 成功返回结果

type AlibabaAlihealthDrugKytDestbillListModel

type AlibabaAlihealthDrugKytDestbillListModel struct {
	// 药品类型
	DrugType string `json:"drug_type,omitempty" xml:"drug_type,omitempty"`
	// 发货单位
	FromUserName string `json:"from_user_name,omitempty" xml:"from_user_name,omitempty"`
	// 委托企业ref_ent_id
	AssRefEntId string `json:"ass_ref_ent_id,omitempty" xml:"ass_ref_ent_id,omitempty"`
	// 直调收货企业
	DestEntName string `json:"dest_ent_name,omitempty" xml:"dest_ent_name,omitempty"`
	// 委托企业名称
	AssEntName string `json:"ass_ent_name,omitempty" xml:"ass_ent_name,omitempty"`
	// 配送企业ref_ent_id
	DisRefEntId string `json:"dis_ref_ent_id,omitempty" xml:"dis_ref_ent_id,omitempty"`
	// 单据ID
	BillId string `json:"bill_id,omitempty" xml:"bill_id,omitempty"`
	// 委托企业ent_id
	AssEntId string `json:"ass_ent_id,omitempty" xml:"ass_ent_id,omitempty"`
	// 配送企业ent_id
	DisEntId string `json:"dis_ent_id,omitempty" xml:"dis_ent_id,omitempty"`
	// 收货企业名称
	ToUserName string `json:"to_user_name,omitempty" xml:"to_user_name,omitempty"`
	// 配送企业名称
	DisEntName string `json:"dis_ent_name,omitempty" xml:"dis_ent_name,omitempty"`
	// 审核状态,1:未审核;2:审核通过;3:审核失败
	Status string `json:"status,omitempty" xml:"status,omitempty"`
	// 单据编号
	BillCode string `json:"bill_code,omitempty" xml:"bill_code,omitempty"`
}

AlibabaAlihealthDrugKytDestbillListModel 结构体

type AlibabaAlihealthDrugKytDestbillListResult

type AlibabaAlihealthDrugKytDestbillListResult struct {
	// 接口返回model
	ModelList []AlibabaAlihealthDrugKytDestbillListModel `json:"model_list,omitempty" xml:"model_list>alibaba_alihealth_drug_kyt_destbill_list_model,omitempty"`
	// msgInfo
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// msgCode
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 是否成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytDestbillListResult 结构体

type AlibabaAlihealthDrugKytDrAssociateequiAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytDrAssociateequiAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytDrAssociateequiAPIRequest 疫苗单据与设备绑定 API请求 alibaba.alihealth.drug.kyt.dr.associateequi

疫苗单据与设备绑定

func NewAlibabaAlihealthDrugKytDrAssociateequiRequest

func NewAlibabaAlihealthDrugKytDrAssociateequiRequest() *AlibabaAlihealthDrugKytDrAssociateequiAPIRequest

NewAlibabaAlihealthDrugKytDrAssociateequiRequest 初始化AlibabaAlihealthDrugKytDrAssociateequiAPIRequest对象

func (AlibabaAlihealthDrugKytDrAssociateequiAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytDrAssociateequiAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytDrAssociateequiAPIRequest) GetBillCodes added in v1.2.0

GetBillCodes BillCodes Getter

func (AlibabaAlihealthDrugKytDrAssociateequiAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (AlibabaAlihealthDrugKytDrAssociateequiAPIRequest) GetVaEquipmentId added in v1.2.0

GetVaEquipmentId VaEquipmentId Getter

func (*AlibabaAlihealthDrugKytDrAssociateequiAPIRequest) SetBillCodes added in v1.2.0

SetBillCodes is BillCodes Setter 单据编号,多个用逗号分隔

func (*AlibabaAlihealthDrugKytDrAssociateequiAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业refentid

func (*AlibabaAlihealthDrugKytDrAssociateequiAPIRequest) SetVaEquipmentId added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrAssociateequiAPIRequest) SetVaEquipmentId(_vaEquipmentId string) error

SetVaEquipmentId is VaEquipmentId Setter 设备ID

type AlibabaAlihealthDrugKytDrAssociateequiAPIResponse

type AlibabaAlihealthDrugKytDrAssociateequiAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytDrAssociateequiAPIResponseModel
}

AlibabaAlihealthDrugKytDrAssociateequiAPIResponse 疫苗单据与设备绑定 API返回值 alibaba.alihealth.drug.kyt.dr.associateequi

疫苗单据与设备绑定

type AlibabaAlihealthDrugKytDrAssociateequiAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytDrAssociateequiAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_dr_associateequi_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *AlibabaAlihealthDrugKytDrAssociateequiResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytDrAssociateequiAPIResponseModel is 疫苗单据与设备绑定 成功返回结果

type AlibabaAlihealthDrugKytDrAssociateequiResult

type AlibabaAlihealthDrugKytDrAssociateequiResult struct {
	// msgCode
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// msgInfo
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// model
	Model bool `json:"model,omitempty" xml:"model,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaAlihealthDrugKytDrAssociateequiResult 结构体

type AlibabaAlihealthDrugKytDrBillcheckAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytDrBillcheckAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytDrBillcheckAPIRequest 疫苗追溯验证 API请求 alibaba.alihealth.drug.kyt.dr.billcheck

各级疾控在入库完成后,需要做追溯信息验证

func NewAlibabaAlihealthDrugKytDrBillcheckRequest

func NewAlibabaAlihealthDrugKytDrBillcheckRequest() *AlibabaAlihealthDrugKytDrBillcheckAPIRequest

NewAlibabaAlihealthDrugKytDrBillcheckRequest 初始化AlibabaAlihealthDrugKytDrBillcheckAPIRequest对象

func (AlibabaAlihealthDrugKytDrBillcheckAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytDrBillcheckAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytDrBillcheckAPIRequest) GetBillCode added in v1.2.0

GetBillCode BillCode Getter

func (AlibabaAlihealthDrugKytDrBillcheckAPIRequest) GetBillType added in v1.2.0

GetBillType BillType Getter

func (AlibabaAlihealthDrugKytDrBillcheckAPIRequest) GetOwerRefEntId added in v1.2.0

GetOwerRefEntId OwerRefEntId Getter

func (AlibabaAlihealthDrugKytDrBillcheckAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugKytDrBillcheckAPIRequest) SetBillCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrBillcheckAPIRequest) SetBillCode(_billCode string) error

SetBillCode is BillCode Setter 单据编号

func (*AlibabaAlihealthDrugKytDrBillcheckAPIRequest) SetBillType added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrBillcheckAPIRequest) SetBillType(_billType string) error

SetBillType is BillType Setter 单据类型

func (*AlibabaAlihealthDrugKytDrBillcheckAPIRequest) SetOwerRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrBillcheckAPIRequest) SetOwerRefEntId(_owerRefEntId string) error

SetOwerRefEntId is OwerRefEntId Setter 单据企业refEntId

func (*AlibabaAlihealthDrugKytDrBillcheckAPIRequest) SetRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrBillcheckAPIRequest) SetRefEntId(_refEntId string) error

SetRefEntId is RefEntId Setter 调用企业ID

type AlibabaAlihealthDrugKytDrBillcheckAPIResponse

type AlibabaAlihealthDrugKytDrBillcheckAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytDrBillcheckAPIResponseModel
}

AlibabaAlihealthDrugKytDrBillcheckAPIResponse 疫苗追溯验证 API返回值 alibaba.alihealth.drug.kyt.dr.billcheck

各级疾控在入库完成后,需要做追溯信息验证

type AlibabaAlihealthDrugKytDrBillcheckAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytDrBillcheckAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_dr_billcheck_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *AlibabaAlihealthDrugKytDrBillcheckResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytDrBillcheckAPIResponseModel is 疫苗追溯验证 成功返回结果

type AlibabaAlihealthDrugKytDrBillcheckModel

type AlibabaAlihealthDrugKytDrBillcheckModel struct {
	// 码验证信息
	DetailInfoList []DetailInfoList `json:"detail_info_list,omitempty" xml:"detail_info_list>detail_info_list,omitempty"`
	// 单据日期
	BillTime string `json:"bill_time,omitempty" xml:"bill_time,omitempty"`
	// 收发货企业名称
	UserName string `json:"user_name,omitempty" xml:"user_name,omitempty"`
	// 验证率
	MatchedRateShow string `json:"matched_rate_show,omitempty" xml:"matched_rate_show,omitempty"`
	// 单据编号
	BillCode string `json:"bill_code,omitempty" xml:"bill_code,omitempty"`
	// 单据类型
	BillType int64 `json:"bill_type,omitempty" xml:"bill_type,omitempty"`
	// 追溯验证数量
	MatchedCount int64 `json:"matched_count,omitempty" xml:"matched_count,omitempty"`
}

AlibabaAlihealthDrugKytDrBillcheckModel 结构体

type AlibabaAlihealthDrugKytDrBillcheckResult

type AlibabaAlihealthDrugKytDrBillcheckResult struct {
	// 服务返回码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 服务返回信息
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// model
	Model *AlibabaAlihealthDrugKytDrBillcheckModel `json:"model,omitempty" xml:"model,omitempty"`
	// 是否成功
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

AlibabaAlihealthDrugKytDrBillcheckResult 结构体

type AlibabaAlihealthDrugKytDrDrugrecalAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytDrDrugrecalAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytDrDrugrecalAPIRequest 疫苗药品召回 API请求 alibaba.alihealth.drug.kyt.dr.drugrecal

生产企业发布的召回信息,按照批次进行召回,收货和发货环节的单据处理中调用接口进行查询;

func NewAlibabaAlihealthDrugKytDrDrugrecalRequest

func NewAlibabaAlihealthDrugKytDrDrugrecalRequest() *AlibabaAlihealthDrugKytDrDrugrecalAPIRequest

NewAlibabaAlihealthDrugKytDrDrugrecalRequest 初始化AlibabaAlihealthDrugKytDrDrugrecalAPIRequest对象

func (AlibabaAlihealthDrugKytDrDrugrecalAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytDrDrugrecalAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytDrDrugrecalAPIRequest) GetRecallBeginTime added in v1.2.0

GetRecallBeginTime RecallBeginTime Getter

func (AlibabaAlihealthDrugKytDrDrugrecalAPIRequest) GetRecallEndTime added in v1.2.0

GetRecallEndTime RecallEndTime Getter

func (AlibabaAlihealthDrugKytDrDrugrecalAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugKytDrDrugrecalAPIRequest) SetRecallBeginTime added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrDrugrecalAPIRequest) SetRecallBeginTime(_recallBeginTime string) error

SetRecallBeginTime is RecallBeginTime Setter 召回开始时间

func (*AlibabaAlihealthDrugKytDrDrugrecalAPIRequest) SetRecallEndTime added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrDrugrecalAPIRequest) SetRecallEndTime(_recallEndTime string) error

SetRecallEndTime is RecallEndTime Setter 召回结束时间

func (*AlibabaAlihealthDrugKytDrDrugrecalAPIRequest) SetRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrDrugrecalAPIRequest) SetRefEntId(_refEntId string) error

SetRefEntId is RefEntId Setter 调用企业ID

type AlibabaAlihealthDrugKytDrDrugrecalAPIResponse

type AlibabaAlihealthDrugKytDrDrugrecalAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytDrDrugrecalAPIResponseModel
}

AlibabaAlihealthDrugKytDrDrugrecalAPIResponse 疫苗药品召回 API返回值 alibaba.alihealth.drug.kyt.dr.drugrecal

生产企业发布的召回信息,按照批次进行召回,收货和发货环节的单据处理中调用接口进行查询;

type AlibabaAlihealthDrugKytDrDrugrecalAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytDrDrugrecalAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_dr_drugrecal_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *AlibabaAlihealthDrugKytDrDrugrecalResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytDrDrugrecalAPIResponseModel is 疫苗药品召回 成功返回结果

type AlibabaAlihealthDrugKytDrDrugrecalModel

type AlibabaAlihealthDrugKytDrDrugrecalModel struct {
	// 药品剂型
	PrepnTypeDesc string `json:"prepn_type_desc,omitempty" xml:"prepn_type_desc,omitempty"`
	// 召回结束时间
	RecallEndDate string `json:"recall_end_date,omitempty" xml:"recall_end_date,omitempty"`
	// 药品批次编号
	ProductBatchNos string `json:"product_batch_nos,omitempty" xml:"product_batch_nos,omitempty"`
	// 药品生产企业名称
	ProdcutEntName string `json:"prodcut_ent_name,omitempty" xml:"prodcut_ent_name,omitempty"`
	// 药品批准文号
	ApproveNo string `json:"approve_no,omitempty" xml:"approve_no,omitempty"`
	// 药品通用名称
	PhysicName string `json:"physic_name,omitempty" xml:"physic_name,omitempty"`
	// 召回范围(0全国1省2市)
	RecallRange string `json:"recall_range,omitempty" xml:"recall_range,omitempty"`
	// 是否向消费者公开(1公开0不公开)
	RecallOpen string `json:"recall_open,omitempty" xml:"recall_open,omitempty"`
	// 批准状态(0未批准1已批准)
	RecallAuditStatus string `json:"recall_audit_status,omitempty" xml:"recall_audit_status,omitempty"`
	// 包装规格
	PkgSpec string `json:"pkg_spec,omitempty" xml:"pkg_spec,omitempty"`
	// 制剂规格
	PrepnSpec string `json:"prepn_spec,omitempty" xml:"prepn_spec,omitempty"`
	// 召回ID
	RecallInfoId string `json:"recall_info_id,omitempty" xml:"recall_info_id,omitempty"`
	// 召回企业名称
	EntName string `json:"ent_name,omitempty" xml:"ent_name,omitempty"`
	// 召回性质(1实施召回2模拟召回)
	RecallNature string `json:"recall_nature,omitempty" xml:"recall_nature,omitempty"`
	// 召回原因
	RecallReason string `json:"recall_reason,omitempty" xml:"recall_reason,omitempty"`
	// 召回单类型(1主动召回2责令召回)
	RecallBillType string `json:"recall_bill_type,omitempty" xml:"recall_bill_type,omitempty"`
	// 召回状态(0未召回1召回中2召回结束)
	RecallStatus string `json:"recall_status,omitempty" xml:"recall_status,omitempty"`
	// 召回级别(1一级2二级3三级)
	RecallLevel string `json:"recall_level,omitempty" xml:"recall_level,omitempty"`
}

AlibabaAlihealthDrugKytDrDrugrecalModel 结构体

type AlibabaAlihealthDrugKytDrDrugrecalResult

type AlibabaAlihealthDrugKytDrDrugrecalResult struct {
	// 召回信息列表
	ModelList []AlibabaAlihealthDrugKytDrDrugrecalModel `json:"model_list,omitempty" xml:"model_list>alibaba_alihealth_drug_kyt_dr_drugrecal_model,omitempty"`
	// 服务返回编码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 服务返回信息
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 是否成功
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

AlibabaAlihealthDrugKytDrDrugrecalResult 结构体

type AlibabaAlihealthDrugKytDrGetbyentidAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytDrGetbyentidAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytDrGetbyentidAPIRequest 多融通过企业ID得到一个企业的详细信息 API请求 alibaba.alihealth.drug.kyt.dr.getbyentid

根据企业主键查看企业详细信息

func NewAlibabaAlihealthDrugKytDrGetbyentidRequest

func NewAlibabaAlihealthDrugKytDrGetbyentidRequest() *AlibabaAlihealthDrugKytDrGetbyentidAPIRequest

NewAlibabaAlihealthDrugKytDrGetbyentidRequest 初始化AlibabaAlihealthDrugKytDrGetbyentidAPIRequest对象

func (AlibabaAlihealthDrugKytDrGetbyentidAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytDrGetbyentidAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytDrGetbyentidAPIRequest) GetEntId added in v1.2.0

GetEntId EntId Getter

func (AlibabaAlihealthDrugKytDrGetbyentidAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugKytDrGetbyentidAPIRequest) SetEntId added in v1.2.0

SetEntId is EntId Setter 准备要查询的企业ID(返回该企业ID的详细信息)

func (*AlibabaAlihealthDrugKytDrGetbyentidAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 接口调用企业的唯一标识(接口调用者)

type AlibabaAlihealthDrugKytDrGetbyentidAPIResponse

type AlibabaAlihealthDrugKytDrGetbyentidAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytDrGetbyentidAPIResponseModel
}

AlibabaAlihealthDrugKytDrGetbyentidAPIResponse 多融通过企业ID得到一个企业的详细信息 API返回值 alibaba.alihealth.drug.kyt.dr.getbyentid

根据企业主键查看企业详细信息

type AlibabaAlihealthDrugKytDrGetbyentidAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytDrGetbyentidAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_dr_getbyentid_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugKytDrGetbyentidResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytDrGetbyentidAPIResponseModel is 多融通过企业ID得到一个企业的详细信息 成功返回结果

type AlibabaAlihealthDrugKytDrGetbyentidResultModel

type AlibabaAlihealthDrugKytDrGetbyentidResultModel struct {
	// 返回码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回值
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回对象
	Model *PUserEntInfoDto `json:"model,omitempty" xml:"model,omitempty"`
	// 是否响应成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytDrGetbyentidResultModel 结构体

type AlibabaAlihealthDrugKytDrGetbyrefentidAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytDrGetbyrefentidAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytDrGetbyrefentidAPIRequest 多融通过一个企业唯一标识查询企业详细信息 API请求 alibaba.alihealth.drug.kyt.dr.getbyrefentid

根据企业唯一标识查看企业详细信息

func NewAlibabaAlihealthDrugKytDrGetbyrefentidRequest

func NewAlibabaAlihealthDrugKytDrGetbyrefentidRequest() *AlibabaAlihealthDrugKytDrGetbyrefentidAPIRequest

NewAlibabaAlihealthDrugKytDrGetbyrefentidRequest 初始化AlibabaAlihealthDrugKytDrGetbyrefentidAPIRequest对象

func (AlibabaAlihealthDrugKytDrGetbyrefentidAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytDrGetbyrefentidAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytDrGetbyrefentidAPIRequest) GetDestRefEntId added in v1.2.0

GetDestRefEntId DestRefEntId Getter

func (AlibabaAlihealthDrugKytDrGetbyrefentidAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugKytDrGetbyrefentidAPIRequest) SetDestRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrGetbyrefentidAPIRequest) SetDestRefEntId(_destRefEntId string) error

SetDestRefEntId is DestRefEntId Setter 准备要查询的企业唯一标识(返回该唯一标识企业的详细信息)

func (*AlibabaAlihealthDrugKytDrGetbyrefentidAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 接口调用企业的唯一标识(接口调用者)

type AlibabaAlihealthDrugKytDrGetbyrefentidAPIResponse

type AlibabaAlihealthDrugKytDrGetbyrefentidAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytDrGetbyrefentidAPIResponseModel
}

AlibabaAlihealthDrugKytDrGetbyrefentidAPIResponse 多融通过一个企业唯一标识查询企业详细信息 API返回值 alibaba.alihealth.drug.kyt.dr.getbyrefentid

根据企业唯一标识查看企业详细信息

type AlibabaAlihealthDrugKytDrGetbyrefentidAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytDrGetbyrefentidAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_dr_getbyrefentid_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugKytDrGetbyrefentidResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytDrGetbyrefentidAPIResponseModel is 多融通过一个企业唯一标识查询企业详细信息 成功返回结果

type AlibabaAlihealthDrugKytDrGetbyrefentidResultModel

type AlibabaAlihealthDrugKytDrGetbyrefentidResultModel struct {
	// 返回码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回值
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回对象
	Model *PUserEntInfoDto `json:"model,omitempty" xml:"model,omitempty"`
	// 是否响应成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytDrGetbyrefentidResultModel 结构体

type AlibabaAlihealthDrugKytDrGetentinfoAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytDrGetentinfoAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytDrGetentinfoAPIRequest 通过企业名得到唯一标识(ref_ent_id)及企业ID(ent_id) API请求 alibaba.alihealth.drug.kyt.dr.getentinfo

根据企业名称查询ID

func NewAlibabaAlihealthDrugKytDrGetentinfoRequest

func NewAlibabaAlihealthDrugKytDrGetentinfoRequest() *AlibabaAlihealthDrugKytDrGetentinfoAPIRequest

NewAlibabaAlihealthDrugKytDrGetentinfoRequest 初始化AlibabaAlihealthDrugKytDrGetentinfoAPIRequest对象

func (AlibabaAlihealthDrugKytDrGetentinfoAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytDrGetentinfoAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytDrGetentinfoAPIRequest) GetEntName added in v1.2.0

GetEntName EntName Getter

func (*AlibabaAlihealthDrugKytDrGetentinfoAPIRequest) SetEntName added in v1.2.0

SetEntName is EntName Setter 公司名称(全称)

type AlibabaAlihealthDrugKytDrGetentinfoAPIResponse

type AlibabaAlihealthDrugKytDrGetentinfoAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytDrGetentinfoAPIResponseModel
}

AlibabaAlihealthDrugKytDrGetentinfoAPIResponse 通过企业名得到唯一标识(ref_ent_id)及企业ID(ent_id) API返回值 alibaba.alihealth.drug.kyt.dr.getentinfo

根据企业名称查询ID

type AlibabaAlihealthDrugKytDrGetentinfoAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytDrGetentinfoAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_dr_getentinfo_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugKytDrGetentinfoResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytDrGetentinfoAPIResponseModel is 通过企业名得到唯一标识(ref_ent_id)及企业ID(ent_id) 成功返回结果

type AlibabaAlihealthDrugKytDrGetentinfoResultModel

type AlibabaAlihealthDrugKytDrGetentinfoResultModel struct {
	// 返回码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回信息
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回对象
	Model *PUserEntInfoDto `json:"model,omitempty" xml:"model,omitempty"`
	// 是否响应成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytDrGetentinfoResultModel 结构体

type AlibabaAlihealthDrugKytDrGetproteminfoAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytDrGetproteminfoAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytDrGetproteminfoAPIRequest 疫苗,获取生产企业的存储和运输温度 API请求 alibaba.alihealth.drug.kyt.dr.getproteminfo

疫苗,获取生产企业的存储和运输温度

func NewAlibabaAlihealthDrugKytDrGetproteminfoRequest

func NewAlibabaAlihealthDrugKytDrGetproteminfoRequest() *AlibabaAlihealthDrugKytDrGetproteminfoAPIRequest

NewAlibabaAlihealthDrugKytDrGetproteminfoRequest 初始化AlibabaAlihealthDrugKytDrGetproteminfoAPIRequest对象

func (AlibabaAlihealthDrugKytDrGetproteminfoAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytDrGetproteminfoAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytDrGetproteminfoAPIRequest) GetBatchNo added in v1.2.0

GetBatchNo BatchNo Getter

func (AlibabaAlihealthDrugKytDrGetproteminfoAPIRequest) GetBillOutCode added in v1.2.0

GetBillOutCode BillOutCode Getter

func (AlibabaAlihealthDrugKytDrGetproteminfoAPIRequest) GetDrugEntBaseInfoId added in v1.2.0

GetDrugEntBaseInfoId DrugEntBaseInfoId Getter

func (AlibabaAlihealthDrugKytDrGetproteminfoAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugKytDrGetproteminfoAPIRequest) SetBatchNo added in v1.2.0

SetBatchNo is BatchNo Setter 批次编号

func (*AlibabaAlihealthDrugKytDrGetproteminfoAPIRequest) SetBillOutCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrGetproteminfoAPIRequest) SetBillOutCode(_billOutCode string) error

SetBillOutCode is BillOutCode Setter 出库单号

func (*AlibabaAlihealthDrugKytDrGetproteminfoAPIRequest) SetDrugEntBaseInfoId added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrGetproteminfoAPIRequest) SetDrugEntBaseInfoId(_drugEntBaseInfoId string) error

SetDrugEntBaseInfoId is DrugEntBaseInfoId Setter 药品ID

func (*AlibabaAlihealthDrugKytDrGetproteminfoAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 调用企业ID

type AlibabaAlihealthDrugKytDrGetproteminfoAPIResponse

type AlibabaAlihealthDrugKytDrGetproteminfoAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytDrGetproteminfoAPIResponseModel
}

AlibabaAlihealthDrugKytDrGetproteminfoAPIResponse 疫苗,获取生产企业的存储和运输温度 API返回值 alibaba.alihealth.drug.kyt.dr.getproteminfo

疫苗,获取生产企业的存储和运输温度

type AlibabaAlihealthDrugKytDrGetproteminfoAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytDrGetproteminfoAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_dr_getproteminfo_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *AlibabaAlihealthDrugKytDrGetproteminfoResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytDrGetproteminfoAPIResponseModel is 疫苗,获取生产企业的存储和运输温度 成功返回结果

type AlibabaAlihealthDrugKytDrGetproteminfoModel

type AlibabaAlihealthDrugKytDrGetproteminfoModel struct {
	// 存储温度
	StorageTemperatureList []StorageTemperatureList `json:"storage_temperature_list,omitempty" xml:"storage_temperature_list>storage_temperature_list,omitempty"`
	// 运输温度
	TransportTemperatureList []TransportTemperatureList `json:"transport_temperature_list,omitempty" xml:"transport_temperature_list>transport_temperature_list,omitempty"`
}

AlibabaAlihealthDrugKytDrGetproteminfoModel 结构体

type AlibabaAlihealthDrugKytDrGetproteminfoResult

type AlibabaAlihealthDrugKytDrGetproteminfoResult struct {
	// msgCode
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// msgInfo
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// model
	Model *AlibabaAlihealthDrugKytDrGetproteminfoModel `json:"model,omitempty" xml:"model,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaAlihealthDrugKytDrGetproteminfoResult 结构体

type AlibabaAlihealthDrugKytDrGetupteminfoAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytDrGetupteminfoAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytDrGetupteminfoAPIRequest 获取上游温度信息(疫苗) API请求 alibaba.alihealth.drug.kyt.dr.getupteminfo

根据追溯码及企业ID获取上游运输及存储温度信息(疫苗)

func NewAlibabaAlihealthDrugKytDrGetupteminfoRequest

func NewAlibabaAlihealthDrugKytDrGetupteminfoRequest() *AlibabaAlihealthDrugKytDrGetupteminfoAPIRequest

NewAlibabaAlihealthDrugKytDrGetupteminfoRequest 初始化AlibabaAlihealthDrugKytDrGetupteminfoAPIRequest对象

func (AlibabaAlihealthDrugKytDrGetupteminfoAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytDrGetupteminfoAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytDrGetupteminfoAPIRequest) GetCode added in v1.2.0

GetCode Code Getter

func (AlibabaAlihealthDrugKytDrGetupteminfoAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugKytDrGetupteminfoAPIRequest) SetCode added in v1.2.0

SetCode is Code Setter 追溯码

func (*AlibabaAlihealthDrugKytDrGetupteminfoAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业ID

type AlibabaAlihealthDrugKytDrGetupteminfoAPIResponse

type AlibabaAlihealthDrugKytDrGetupteminfoAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytDrGetupteminfoAPIResponseModel
}

AlibabaAlihealthDrugKytDrGetupteminfoAPIResponse 获取上游温度信息(疫苗) API返回值 alibaba.alihealth.drug.kyt.dr.getupteminfo

根据追溯码及企业ID获取上游运输及存储温度信息(疫苗)

type AlibabaAlihealthDrugKytDrGetupteminfoAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytDrGetupteminfoAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_dr_getupteminfo_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *AlibabaAlihealthDrugKytDrGetupteminfoResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytDrGetupteminfoAPIResponseModel is 获取上游温度信息(疫苗) 成功返回结果

type AlibabaAlihealthDrugKytDrGetupteminfoModel

type AlibabaAlihealthDrugKytDrGetupteminfoModel struct {
	// 返回结果列表
	List []VaTemperatureBillResultDto `json:"list,omitempty" xml:"list>va_temperature_bill_result_dto,omitempty"`
}

AlibabaAlihealthDrugKytDrGetupteminfoModel 结构体

type AlibabaAlihealthDrugKytDrGetupteminfoResult

type AlibabaAlihealthDrugKytDrGetupteminfoResult struct {
	// msgInfo
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// msgCode
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// model
	Model *AlibabaAlihealthDrugKytDrGetupteminfoModel `json:"model,omitempty" xml:"model,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaAlihealthDrugKytDrGetupteminfoResult 结构体

type AlibabaAlihealthDrugKytDrListpartsAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytDrListpartsAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytDrListpartsAPIRequest 多融查询一个企业的往来单位 API请求 alibaba.alihealth.drug.kyt.dr.listparts

查询往来单位列表

func NewAlibabaAlihealthDrugKytDrListpartsRequest

func NewAlibabaAlihealthDrugKytDrListpartsRequest() *AlibabaAlihealthDrugKytDrListpartsAPIRequest

NewAlibabaAlihealthDrugKytDrListpartsRequest 初始化AlibabaAlihealthDrugKytDrListpartsAPIRequest对象

func (AlibabaAlihealthDrugKytDrListpartsAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytDrListpartsAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytDrListpartsAPIRequest) GetBeginDate added in v1.2.0

GetBeginDate BeginDate Getter

func (AlibabaAlihealthDrugKytDrListpartsAPIRequest) GetEndDate added in v1.2.0

GetEndDate EndDate Getter

func (AlibabaAlihealthDrugKytDrListpartsAPIRequest) GetEntName added in v1.2.0

GetEntName EntName Getter

func (AlibabaAlihealthDrugKytDrListpartsAPIRequest) GetPage added in v1.2.0

GetPage Page Getter

func (AlibabaAlihealthDrugKytDrListpartsAPIRequest) GetPageSize added in v1.2.0

GetPageSize PageSize Getter

func (AlibabaAlihealthDrugKytDrListpartsAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (AlibabaAlihealthDrugKytDrListpartsAPIRequest) GetRefPartnerId added in v1.2.0

GetRefPartnerId RefPartnerId Getter

func (*AlibabaAlihealthDrugKytDrListpartsAPIRequest) SetBeginDate added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrListpartsAPIRequest) SetBeginDate(_beginDate string) error

SetBeginDate is BeginDate Setter 开始时间

func (*AlibabaAlihealthDrugKytDrListpartsAPIRequest) SetEndDate added in v1.2.0

SetEndDate is EndDate Setter 结束时间

func (*AlibabaAlihealthDrugKytDrListpartsAPIRequest) SetEntName added in v1.2.0

SetEntName is EntName Setter 企业名称

func (*AlibabaAlihealthDrugKytDrListpartsAPIRequest) SetPage added in v1.2.0

SetPage is Page Setter 页码

func (*AlibabaAlihealthDrugKytDrListpartsAPIRequest) SetPageSize added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrListpartsAPIRequest) SetPageSize(_pageSize int64) error

SetPageSize is PageSize Setter 页大小

func (*AlibabaAlihealthDrugKytDrListpartsAPIRequest) SetRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrListpartsAPIRequest) SetRefEntId(_refEntId string) error

SetRefEntId is RefEntId Setter 企业ID

func (*AlibabaAlihealthDrugKytDrListpartsAPIRequest) SetRefPartnerId added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrListpartsAPIRequest) SetRefPartnerId(_refPartnerId string) error

SetRefPartnerId is RefPartnerId Setter 企业自定义编号

type AlibabaAlihealthDrugKytDrListpartsAPIResponse

type AlibabaAlihealthDrugKytDrListpartsAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytDrListpartsAPIResponseModel
}

AlibabaAlihealthDrugKytDrListpartsAPIResponse 多融查询一个企业的往来单位 API返回值 alibaba.alihealth.drug.kyt.dr.listparts

查询往来单位列表

type AlibabaAlihealthDrugKytDrListpartsAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytDrListpartsAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_dr_listparts_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugKytDrListpartsResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytDrListpartsAPIResponseModel is 多融查询一个企业的往来单位 成功返回结果

type AlibabaAlihealthDrugKytDrListpartsResultModel

type AlibabaAlihealthDrugKytDrListpartsResultModel struct {
	// 返回码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回值
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回对象
	Model *Page `json:"model,omitempty" xml:"model,omitempty"`
	// 是否响应成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytDrListpartsResultModel 结构体

type AlibabaAlihealthDrugKytDrQueryupbillcodeAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytDrQueryupbillcodeAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytDrQueryupbillcodeAPIRequest 查询上游企业出库单据号 API请求 alibaba.alihealth.drug.kyt.dr.queryupbillcode

疫苗温度合规补充需求-增加一个查询上游出库单号的接口。疾控在扫码入库时,接口通过扫到的码判定这个码对应所属的出库单据号

func NewAlibabaAlihealthDrugKytDrQueryupbillcodeRequest

func NewAlibabaAlihealthDrugKytDrQueryupbillcodeRequest() *AlibabaAlihealthDrugKytDrQueryupbillcodeAPIRequest

NewAlibabaAlihealthDrugKytDrQueryupbillcodeRequest 初始化AlibabaAlihealthDrugKytDrQueryupbillcodeAPIRequest对象

func (AlibabaAlihealthDrugKytDrQueryupbillcodeAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytDrQueryupbillcodeAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytDrQueryupbillcodeAPIRequest) GetCode added in v1.2.0

GetCode Code Getter

func (AlibabaAlihealthDrugKytDrQueryupbillcodeAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugKytDrQueryupbillcodeAPIRequest) SetCode added in v1.2.0

SetCode is Code Setter 追溯码

func (*AlibabaAlihealthDrugKytDrQueryupbillcodeAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业ID (一般为要查询单据的收货企业)

type AlibabaAlihealthDrugKytDrQueryupbillcodeAPIResponse

type AlibabaAlihealthDrugKytDrQueryupbillcodeAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytDrQueryupbillcodeAPIResponseModel
}

AlibabaAlihealthDrugKytDrQueryupbillcodeAPIResponse 查询上游企业出库单据号 API返回值 alibaba.alihealth.drug.kyt.dr.queryupbillcode

疫苗温度合规补充需求-增加一个查询上游出库单号的接口。疾控在扫码入库时,接口通过扫到的码判定这个码对应所属的出库单据号

type AlibabaAlihealthDrugKytDrQueryupbillcodeAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytDrQueryupbillcodeAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_dr_queryupbillcode_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *AlibabaAlihealthDrugKytDrQueryupbillcodeResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytDrQueryupbillcodeAPIResponseModel is 查询上游企业出库单据号 成功返回结果

type AlibabaAlihealthDrugKytDrQueryupbillcodeResult

type AlibabaAlihealthDrugKytDrQueryupbillcodeResult struct {
	// model
	ModelList []BillUpstreamDto `json:"model_list,omitempty" xml:"model_list>bill_upstream_dto,omitempty"`
	// msgInfo
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// msgCode
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaAlihealthDrugKytDrQueryupbillcodeResult 结构体

type AlibabaAlihealthDrugKytDrSearchstatusAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytDrSearchstatusAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytDrSearchstatusAPIRequest 疫苗企业上传单据后处理状态查询 API请求 alibaba.alihealth.drug.kyt.dr.searchstatus

单据处理状态查询

func NewAlibabaAlihealthDrugKytDrSearchstatusRequest

func NewAlibabaAlihealthDrugKytDrSearchstatusRequest() *AlibabaAlihealthDrugKytDrSearchstatusAPIRequest

NewAlibabaAlihealthDrugKytDrSearchstatusRequest 初始化AlibabaAlihealthDrugKytDrSearchstatusAPIRequest对象

func (AlibabaAlihealthDrugKytDrSearchstatusAPIRequest) GetAgentRefUserId added in v1.2.0

GetAgentRefUserId AgentRefUserId Getter

func (AlibabaAlihealthDrugKytDrSearchstatusAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytDrSearchstatusAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytDrSearchstatusAPIRequest) GetBeginDate added in v1.2.0

GetBeginDate BeginDate Getter

func (AlibabaAlihealthDrugKytDrSearchstatusAPIRequest) GetBillCode added in v1.2.0

GetBillCode BillCode Getter

func (AlibabaAlihealthDrugKytDrSearchstatusAPIRequest) GetBillType added in v1.2.0

GetBillType BillType Getter

func (AlibabaAlihealthDrugKytDrSearchstatusAPIRequest) GetDealStatus added in v1.2.0

GetDealStatus DealStatus Getter

func (AlibabaAlihealthDrugKytDrSearchstatusAPIRequest) GetDrugType added in v1.2.0

GetDrugType DrugType Getter

func (AlibabaAlihealthDrugKytDrSearchstatusAPIRequest) GetEndDate added in v1.2.0

GetEndDate EndDate Getter

func (AlibabaAlihealthDrugKytDrSearchstatusAPIRequest) GetFromUserId added in v1.2.0

GetFromUserId FromUserId Getter

func (AlibabaAlihealthDrugKytDrSearchstatusAPIRequest) GetPage added in v1.2.0

GetPage Page Getter

func (AlibabaAlihealthDrugKytDrSearchstatusAPIRequest) GetPageSize added in v1.2.0

GetPageSize PageSize Getter

func (AlibabaAlihealthDrugKytDrSearchstatusAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (AlibabaAlihealthDrugKytDrSearchstatusAPIRequest) GetToUserId added in v1.2.0

GetToUserId ToUserId Getter

func (*AlibabaAlihealthDrugKytDrSearchstatusAPIRequest) SetAgentRefUserId added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrSearchstatusAPIRequest) SetAgentRefUserId(_agentRefUserId string) error

SetAgentRefUserId is AgentRefUserId Setter 代理商

func (*AlibabaAlihealthDrugKytDrSearchstatusAPIRequest) SetBeginDate added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrSearchstatusAPIRequest) SetBeginDate(_beginDate string) error

SetBeginDate is BeginDate Setter 开始日期

func (*AlibabaAlihealthDrugKytDrSearchstatusAPIRequest) SetBillCode added in v1.2.0

SetBillCode is BillCode Setter 单据号

func (*AlibabaAlihealthDrugKytDrSearchstatusAPIRequest) SetBillType added in v1.2.0

SetBillType is BillType Setter 单据类型 A:全部 AI:全部入库 AO:全部出库

func (*AlibabaAlihealthDrugKytDrSearchstatusAPIRequest) SetDealStatus added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrSearchstatusAPIRequest) SetDealStatus(_dealStatus string) error

SetDealStatus is DealStatus Setter 状态 0, 上传成功 3, 处理成功 4, 处理失败

func (*AlibabaAlihealthDrugKytDrSearchstatusAPIRequest) SetDrugType added in v1.2.0

SetDrugType is DrugType Setter 药品类型

func (*AlibabaAlihealthDrugKytDrSearchstatusAPIRequest) SetEndDate added in v1.2.0

SetEndDate is EndDate Setter 结束日期

func (*AlibabaAlihealthDrugKytDrSearchstatusAPIRequest) SetFromUserId added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrSearchstatusAPIRequest) SetFromUserId(_fromUserId string) error

SetFromUserId is FromUserId Setter 发货商

func (*AlibabaAlihealthDrugKytDrSearchstatusAPIRequest) SetPage added in v1.2.0

SetPage is Page Setter 页码

func (*AlibabaAlihealthDrugKytDrSearchstatusAPIRequest) SetPageSize added in v1.2.0

SetPageSize is PageSize Setter 页大小

func (*AlibabaAlihealthDrugKytDrSearchstatusAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业ID

func (*AlibabaAlihealthDrugKytDrSearchstatusAPIRequest) SetToUserId added in v1.2.0

SetToUserId is ToUserId Setter 收货商

type AlibabaAlihealthDrugKytDrSearchstatusAPIResponse

type AlibabaAlihealthDrugKytDrSearchstatusAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytDrSearchstatusAPIResponseModel
}

AlibabaAlihealthDrugKytDrSearchstatusAPIResponse 疫苗企业上传单据后处理状态查询 API返回值 alibaba.alihealth.drug.kyt.dr.searchstatus

单据处理状态查询

type AlibabaAlihealthDrugKytDrSearchstatusAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytDrSearchstatusAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_dr_searchstatus_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugKytDrSearchstatusResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytDrSearchstatusAPIResponseModel is 疫苗企业上传单据后处理状态查询 成功返回结果

type AlibabaAlihealthDrugKytDrSearchstatusResultModel

type AlibabaAlihealthDrugKytDrSearchstatusResultModel struct {
	// 状态码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 状态值
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回对象
	Model *PageInfoDto `json:"model,omitempty" xml:"model,omitempty"`
	// 响应结果
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytDrSearchstatusResultModel 结构体

type AlibabaAlihealthDrugKytDrSinglerelationAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytDrSinglerelationAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytDrSinglerelationAPIRequest 多融单码关联关系查询 API请求 alibaba.alihealth.drug.kyt.dr.singlerelation

单码关联关系查询

func NewAlibabaAlihealthDrugKytDrSinglerelationRequest

func NewAlibabaAlihealthDrugKytDrSinglerelationRequest() *AlibabaAlihealthDrugKytDrSinglerelationAPIRequest

NewAlibabaAlihealthDrugKytDrSinglerelationRequest 初始化AlibabaAlihealthDrugKytDrSinglerelationAPIRequest对象

func (AlibabaAlihealthDrugKytDrSinglerelationAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytDrSinglerelationAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytDrSinglerelationAPIRequest) GetCode added in v1.2.0

GetCode Code Getter

func (AlibabaAlihealthDrugKytDrSinglerelationAPIRequest) GetDesRefEntId added in v1.2.0

GetDesRefEntId DesRefEntId Getter

func (AlibabaAlihealthDrugKytDrSinglerelationAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugKytDrSinglerelationAPIRequest) SetCode added in v1.2.0

SetCode is Code Setter 追溯码

func (*AlibabaAlihealthDrugKytDrSinglerelationAPIRequest) SetDesRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrSinglerelationAPIRequest) SetDesRefEntId(_desRefEntId string) error

SetDesRefEntId is DesRefEntId Setter 目标企业唯一标识(为哪个企业查询,一般与入参ref_ent_id一样)

func (*AlibabaAlihealthDrugKytDrSinglerelationAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 接口调用企业的唯一标识(接口调用者)

type AlibabaAlihealthDrugKytDrSinglerelationAPIResponse

type AlibabaAlihealthDrugKytDrSinglerelationAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytDrSinglerelationAPIResponseModel
}

AlibabaAlihealthDrugKytDrSinglerelationAPIResponse 多融单码关联关系查询 API返回值 alibaba.alihealth.drug.kyt.dr.singlerelation

单码关联关系查询

type AlibabaAlihealthDrugKytDrSinglerelationAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytDrSinglerelationAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_dr_singlerelation_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *AlibabaAlihealthDrugKytDrSinglerelationResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytDrSinglerelationAPIResponseModel is 多融单码关联关系查询 成功返回结果

type AlibabaAlihealthDrugKytDrSinglerelationResultModel

type AlibabaAlihealthDrugKytDrSinglerelationResultModel struct {
	// model
	ModelList []CodeRelationDto `json:"model_list,omitempty" xml:"model_list>code_relation_dto,omitempty"`
	// msgCode
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// msgInfo
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 是否成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytDrSinglerelationResultModel 结构体

type AlibabaAlihealthDrugKytDrStorageuploadAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytDrStorageuploadAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytDrStorageuploadAPIRequest 疫苗存储温度上传 API请求 alibaba.alihealth.drug.kyt.dr.storageupload

疫苗存储温度上传

func NewAlibabaAlihealthDrugKytDrStorageuploadRequest

func NewAlibabaAlihealthDrugKytDrStorageuploadRequest() *AlibabaAlihealthDrugKytDrStorageuploadAPIRequest

NewAlibabaAlihealthDrugKytDrStorageuploadRequest 初始化AlibabaAlihealthDrugKytDrStorageuploadAPIRequest对象

func (AlibabaAlihealthDrugKytDrStorageuploadAPIRequest) GetAgentRefEntId added in v1.2.0

GetAgentRefEntId AgentRefEntId Getter

func (AlibabaAlihealthDrugKytDrStorageuploadAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytDrStorageuploadAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytDrStorageuploadAPIRequest) GetContent added in v1.2.0

GetContent Content Getter

func (AlibabaAlihealthDrugKytDrStorageuploadAPIRequest) GetEquipmentCode added in v1.2.0

GetEquipmentCode EquipmentCode Getter

func (AlibabaAlihealthDrugKytDrStorageuploadAPIRequest) GetEquipmentName added in v1.2.0

GetEquipmentName EquipmentName Getter

func (AlibabaAlihealthDrugKytDrStorageuploadAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugKytDrStorageuploadAPIRequest) SetAgentRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrStorageuploadAPIRequest) SetAgentRefEntId(_agentRefEntId string) error

SetAgentRefEntId is AgentRefEntId Setter 代上传的企业agent_ref_ent_id,特指“代上传温度”的企业。 如企业A上传了一个出库单,您代为A的单据上传运输温度,那么此时Agent_RefEntid即为您的ID。 若您本企业上传了一个单据,您本企业为这个单据上传温度,不存在“代上传”概念,此时agent_ref_ent_id即为空。

func (*AlibabaAlihealthDrugKytDrStorageuploadAPIRequest) SetContent added in v1.2.0

SetContent is Content Setter 温度信息

func (*AlibabaAlihealthDrugKytDrStorageuploadAPIRequest) SetEquipmentCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrStorageuploadAPIRequest) SetEquipmentCode(_equipmentCode string) error

SetEquipmentCode is EquipmentCode Setter 设备编号

func (*AlibabaAlihealthDrugKytDrStorageuploadAPIRequest) SetEquipmentName added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrStorageuploadAPIRequest) SetEquipmentName(_equipmentName string) error

SetEquipmentName is EquipmentName Setter 设备名称

func (*AlibabaAlihealthDrugKytDrStorageuploadAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业RefEntid,是指该单据的所有者。 如企业A上传了一个出库单,您为A的单据上传运输温度,那么此时RefEntid即为A的ID。 若您本企业上传了一个单据,您为这个单据上传温度,此时RefEntid即为您本企业的ID。

type AlibabaAlihealthDrugKytDrStorageuploadAPIResponse

type AlibabaAlihealthDrugKytDrStorageuploadAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytDrStorageuploadAPIResponseModel
}

AlibabaAlihealthDrugKytDrStorageuploadAPIResponse 疫苗存储温度上传 API返回值 alibaba.alihealth.drug.kyt.dr.storageupload

疫苗存储温度上传

type AlibabaAlihealthDrugKytDrStorageuploadAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytDrStorageuploadAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_dr_storageupload_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *AlibabaAlihealthDrugKytDrStorageuploadResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytDrStorageuploadAPIResponseModel is 疫苗存储温度上传 成功返回结果

type AlibabaAlihealthDrugKytDrStorageuploadResult

type AlibabaAlihealthDrugKytDrStorageuploadResult struct {
	// msgCode
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// msgInfo
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// model
	Model bool `json:"model,omitempty" xml:"model,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaAlihealthDrugKytDrStorageuploadResult 结构体

type AlibabaAlihealthDrugKytDrTransportuploadAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytDrTransportuploadAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytDrTransportuploadAPIRequest 疫苗运输温度上传 API请求 alibaba.alihealth.drug.kyt.dr.transportupload

疫苗运输温度上传

func NewAlibabaAlihealthDrugKytDrTransportuploadRequest

func NewAlibabaAlihealthDrugKytDrTransportuploadRequest() *AlibabaAlihealthDrugKytDrTransportuploadAPIRequest

NewAlibabaAlihealthDrugKytDrTransportuploadRequest 初始化AlibabaAlihealthDrugKytDrTransportuploadAPIRequest对象

func (AlibabaAlihealthDrugKytDrTransportuploadAPIRequest) GetAgentRefEntId added in v1.2.0

GetAgentRefEntId AgentRefEntId Getter

func (AlibabaAlihealthDrugKytDrTransportuploadAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytDrTransportuploadAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytDrTransportuploadAPIRequest) GetBillCode added in v1.2.0

GetBillCode BillCode Getter

func (AlibabaAlihealthDrugKytDrTransportuploadAPIRequest) GetContent added in v1.2.0

GetContent Content Getter

func (AlibabaAlihealthDrugKytDrTransportuploadAPIRequest) GetEquipmentCode added in v1.2.0

GetEquipmentCode EquipmentCode Getter

func (AlibabaAlihealthDrugKytDrTransportuploadAPIRequest) GetEquipmentName added in v1.2.0

GetEquipmentName EquipmentName Getter

func (AlibabaAlihealthDrugKytDrTransportuploadAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (AlibabaAlihealthDrugKytDrTransportuploadAPIRequest) GetTransportRefEntId added in v1.2.0

GetTransportRefEntId TransportRefEntId Getter

func (AlibabaAlihealthDrugKytDrTransportuploadAPIRequest) GetTransportRefEntName added in v1.2.0

GetTransportRefEntName TransportRefEntName Getter

func (*AlibabaAlihealthDrugKytDrTransportuploadAPIRequest) SetAgentRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrTransportuploadAPIRequest) SetAgentRefEntId(_agentRefEntId string) error

SetAgentRefEntId is AgentRefEntId Setter 代上传的企业agent_ref_ent_id,特指“代上传温度”的企业。 如企业A上传了一个出库单,您代为A的单据上传运输温度,那么此时Agent_RefEntid即为您的ID。 若您本企业上传了一个单据,您本企业为这个单据上传温度,不存在“代上传”概念,此时agent_ref_ent_id即为空。

func (*AlibabaAlihealthDrugKytDrTransportuploadAPIRequest) SetBillCode added in v1.2.0

SetBillCode is BillCode Setter 单据编号

func (*AlibabaAlihealthDrugKytDrTransportuploadAPIRequest) SetContent added in v1.2.0

SetContent is Content Setter 温度信息

func (*AlibabaAlihealthDrugKytDrTransportuploadAPIRequest) SetEquipmentCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrTransportuploadAPIRequest) SetEquipmentCode(_equipmentCode string) error

SetEquipmentCode is EquipmentCode Setter 设备编号

func (*AlibabaAlihealthDrugKytDrTransportuploadAPIRequest) SetEquipmentName added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrTransportuploadAPIRequest) SetEquipmentName(_equipmentName string) error

SetEquipmentName is EquipmentName Setter 设备名称

func (*AlibabaAlihealthDrugKytDrTransportuploadAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业RefEntid,是指该单据的所有者。 如企业A上传了一个出库单,您为A的单据上传运输温度,那么此时RefEntid即为A的ID。 若您本企业上传了一个单据,您为这个单据上传温度,此时RefEntid即为您本企业的ID。

func (*AlibabaAlihealthDrugKytDrTransportuploadAPIRequest) SetTransportRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrTransportuploadAPIRequest) SetTransportRefEntId(_transportRefEntId string) error

SetTransportRefEntId is TransportRefEntId Setter 运输企业RefEntId

func (*AlibabaAlihealthDrugKytDrTransportuploadAPIRequest) SetTransportRefEntName added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrTransportuploadAPIRequest) SetTransportRefEntName(_transportRefEntName string) error

SetTransportRefEntName is TransportRefEntName Setter 运输企业名称

type AlibabaAlihealthDrugKytDrTransportuploadAPIResponse

type AlibabaAlihealthDrugKytDrTransportuploadAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytDrTransportuploadAPIResponseModel
}

AlibabaAlihealthDrugKytDrTransportuploadAPIResponse 疫苗运输温度上传 API返回值 alibaba.alihealth.drug.kyt.dr.transportupload

疫苗运输温度上传

type AlibabaAlihealthDrugKytDrTransportuploadAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytDrTransportuploadAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_dr_transportupload_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *AlibabaAlihealthDrugKytDrTransportuploadResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytDrTransportuploadAPIResponseModel is 疫苗运输温度上传 成功返回结果

type AlibabaAlihealthDrugKytDrTransportuploadResult

type AlibabaAlihealthDrugKytDrTransportuploadResult struct {
	// msgCode
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// msgInfo
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// model
	Model bool `json:"model,omitempty" xml:"model,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaAlihealthDrugKytDrTransportuploadResult 结构体

type AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest 疫苗企业出入库上传 API请求 alibaba.alihealth.drug.kyt.dr.uploadinoutbill

零售企业上传出入库信息,包括采购入库(102),退货入库(103),供应入库(107),退货出库(202),销毁出库(205),抽检出库(206), 供应出库(209), 不包括对个人的零售出库,疫苗接种,领药出库。

func NewAlibabaAlihealthDrugKytDrUploadinoutbillRequest

func NewAlibabaAlihealthDrugKytDrUploadinoutbillRequest() *AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest

NewAlibabaAlihealthDrugKytDrUploadinoutbillRequest 初始化AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest对象

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetAgentRefUserId added in v1.2.0

GetAgentRefUserId AgentRefUserId Getter

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetAssEntId added in v1.2.0

GetAssEntId AssEntId Getter

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetAssRefEntId added in v1.2.0

GetAssRefEntId AssRefEntId Getter

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetBillCode added in v1.2.0

GetBillCode BillCode Getter

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetBillTime added in v1.2.0

GetBillTime BillTime Getter

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetBillType added in v1.2.0

GetBillType BillType Getter

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetCancelReasonCode added in v1.2.0

GetCancelReasonCode CancelReasonCode Getter

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetCancelReasonDes added in v1.2.0

GetCancelReasonDes CancelReasonDes Getter

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetClientType added in v1.2.0

GetClientType ClientType Getter

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetDestUserId added in v1.2.0

GetDestUserId DestUserId Getter

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetDisEntId added in v1.2.0

GetDisEntId DisEntId Getter

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetDisRefEntId added in v1.2.0

GetDisRefEntId DisRefEntId Getter

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetDrugId added in v1.2.0

GetDrugId DrugId Getter

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetDrugListJson added in v1.2.0

GetDrugListJson DrugListJson Getter

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetExecuterCode added in v1.2.0

GetExecuterCode ExecuterCode Getter

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetExecuterName added in v1.2.0

GetExecuterName ExecuterName Getter

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetFromAddress added in v1.2.0

GetFromAddress FromAddress Getter

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetFromBillCode added in v1.2.0

GetFromBillCode FromBillCode Getter

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetFromPerson added in v1.2.0

GetFromPerson FromPerson Getter

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetFromUserId added in v1.2.0

GetFromUserId FromUserId Getter

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetOperIcCode added in v1.2.0

GetOperIcCode OperIcCode Getter

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetOperIcName added in v1.2.0

GetOperIcName OperIcName Getter

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetOrderCode added in v1.2.0

GetOrderCode OrderCode Getter

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetPhysicType added in v1.2.0

GetPhysicType PhysicType Getter

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetQuReceivable added in v1.2.0

GetQuReceivable QuReceivable Getter

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetRefUserId added in v1.2.0

GetRefUserId RefUserId Getter

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetReturnReasonCode added in v1.2.0

GetReturnReasonCode ReturnReasonCode Getter

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetReturnReasonDes added in v1.2.0

GetReturnReasonDes ReturnReasonDes Getter

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetSuperviserCode added in v1.2.0

GetSuperviserCode SuperviserCode Getter

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetSuperviserName added in v1.2.0

GetSuperviserName SuperviserName Getter

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetToAddress added in v1.2.0

GetToAddress ToAddress Getter

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetToPerson added in v1.2.0

GetToPerson ToPerson Getter

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetToUserId added in v1.2.0

GetToUserId ToUserId Getter

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetTraceCodes added in v1.2.0

GetTraceCodes TraceCodes Getter

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetWarehouseId added in v1.2.0

GetWarehouseId WarehouseId Getter

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetXtCheckCode added in v1.2.0

GetXtCheckCode XtCheckCode Getter

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetXtCheckCodeDesc added in v1.2.0

GetXtCheckCodeDesc XtCheckCodeDesc Getter

func (AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) GetXtIsCheck added in v1.2.0

GetXtIsCheck XtIsCheck Getter

func (*AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetAgentRefUserId added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetAgentRefUserId(_agentRefUserId string) error

SetAgentRefUserId is AgentRefUserId Setter 代理企业REF标识

func (*AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetAssEntId added in v1.2.0

SetAssEntId is AssEntId Setter (协同平台数据合规)单据委托企业entId【疫苗药品出库单填写】

func (*AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetAssRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetAssRefEntId(_assRefEntId string) error

SetAssRefEntId is AssRefEntId Setter (协同平台数据合规)单据委托企业refEntId【疫苗药品出库单填写】

func (*AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetBillCode added in v1.2.0

SetBillCode is BillCode Setter 单据编码

func (*AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetBillTime added in v1.2.0

SetBillTime is BillTime Setter 单据时间

func (*AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetBillType added in v1.2.0

SetBillType is BillType Setter 单据类型【102代表采购入库】

func (*AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetCancelReasonCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetCancelReasonCode(_cancelReasonCode string) error

SetCancelReasonCode is CancelReasonCode Setter 注销原因代码【销毁出库时填写】

func (*AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetCancelReasonDes added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetCancelReasonDes(_cancelReasonDes string) error

SetCancelReasonDes is CancelReasonDes Setter 注销原因描述【销毁出库时填写】

func (*AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetClientType added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetClientType(_clientType string) error

SetClientType is ClientType Setter 客户端类型[必须填2]

func (*AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetDestUserId added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetDestUserId(_destUserId string) error

SetDestUserId is DestUserId Setter 直调企业标识

func (*AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetDisEntId added in v1.2.0

SetDisEntId is DisEntId Setter (协同平台数据合规)药品配送企业entId【出库单,收货方为医疗机构时填写】

func (*AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetDisRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetDisRefEntId(_disRefEntId string) error

SetDisRefEntId is DisRefEntId Setter (协同平台数据合规)药品配送企业【出库单,收货方为医疗机构时填写】

func (*AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetDrugId added in v1.2.0

SetDrugId is DrugId Setter 药品ID[企业自已系统的药品ID]

func (*AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetDrugListJson added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetDrugListJson(_drugListJson string) error

SetDrugListJson is DrugListJson Setter (协同平台数据合规)药品列表Json

func (*AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetExecuterCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetExecuterCode(_executerCode string) error

SetExecuterCode is ExecuterCode Setter 执行人证件号【销毁出库时填写】

func (*AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetExecuterName added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetExecuterName(_executerName string) error

SetExecuterName is ExecuterName Setter 执行人姓名【销毁出库时填写】

func (*AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetFromAddress added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetFromAddress(_fromAddress string) error

SetFromAddress is FromAddress Setter (协同平台数据合规)发货地址【必选】

func (*AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetFromBillCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetFromBillCode(_fromBillCode string) error

SetFromBillCode is FromBillCode Setter (协同平台数据合规)发货单编号【必选】

func (*AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetFromPerson added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetFromPerson(_fromPerson string) error

SetFromPerson is FromPerson Setter (协同平台数据合规)发货人【必选】

func (*AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetFromUserId added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetFromUserId(_fromUserId string) error

SetFromUserId is FromUserId Setter 发货企业entId

func (*AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetOperIcCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetOperIcCode(_operIcCode string) error

SetOperIcCode is OperIcCode Setter 单据提交者(appkey编号)

func (*AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetOperIcName added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetOperIcName(_operIcName string) error

SetOperIcName is OperIcName Setter 单据提交者姓名

func (*AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetOrderCode added in v1.2.0

SetOrderCode is OrderCode Setter (协同平台数据合规)订货单编号【可选】

func (*AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetPhysicType added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetPhysicType(_physicType int64) error

SetPhysicType is PhysicType Setter 药品类型【3普药2特药】

func (*AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetQuReceivable added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetQuReceivable(_quReceivable int64) error

SetQuReceivable is QuReceivable Setter (协同平台数据合规)应收货总数量【必选】

func (*AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetRefUserId added in v1.2.0

SetRefUserId is RefUserId Setter 上传企业的单位编码

func (*AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetReturnReasonCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetReturnReasonCode(_returnReasonCode string) error

SetReturnReasonCode is ReturnReasonCode Setter 退货原因代码[退货入出库时填写]

func (*AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetReturnReasonDes added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetReturnReasonDes(_returnReasonDes string) error

SetReturnReasonDes is ReturnReasonDes Setter 退货原因描述[退货入出库时填写]

func (*AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetSuperviserCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetSuperviserCode(_superviserCode string) error

SetSuperviserCode is SuperviserCode Setter 监督人证件号【销毁出库时填写】

func (*AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetSuperviserName added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetSuperviserName(_superviserName string) error

SetSuperviserName is SuperviserName Setter 监督人姓名【销毁出库时填写】

func (*AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetToAddress added in v1.2.0

SetToAddress is ToAddress Setter (协同平台数据合规)收货地址【必选】

func (*AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetToPerson added in v1.2.0

SetToPerson is ToPerson Setter (协同平台数据合规)收货人【必选】

func (*AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetToUserId added in v1.2.0

SetToUserId is ToUserId Setter 收货企业entId

func (*AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetTraceCodes added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetTraceCodes(_traceCodes []string) error

SetTraceCodes is TraceCodes Setter 追溯码[多个时用逗号分开]

func (*AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetWarehouseId added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetWarehouseId(_warehouseId string) error

SetWarehouseId is WarehouseId Setter 仓号

func (*AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetXtCheckCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetXtCheckCode(_xtCheckCode string) error

SetXtCheckCode is XtCheckCode Setter (协同平台数据合规)未验证通过原因【验证未通过时填写】

func (*AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetXtCheckCodeDesc added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetXtCheckCodeDesc(_xtCheckCodeDesc string) error

SetXtCheckCodeDesc is XtCheckCodeDesc Setter (协同平台数据合规)未验证通过原因描述【验证未通过时填写】

func (*AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest) SetXtIsCheck added in v1.2.0

SetXtIsCheck is XtIsCheck Setter (协同平台数据合规)是否验证,0:未通过验证,1:已验证

type AlibabaAlihealthDrugKytDrUploadinoutbillAPIResponse

type AlibabaAlihealthDrugKytDrUploadinoutbillAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytDrUploadinoutbillAPIResponseModel
}

AlibabaAlihealthDrugKytDrUploadinoutbillAPIResponse 疫苗企业出入库上传 API返回值 alibaba.alihealth.drug.kyt.dr.uploadinoutbill

零售企业上传出入库信息,包括采购入库(102),退货入库(103),供应入库(107),退货出库(202),销毁出库(205),抽检出库(206), 供应出库(209), 不包括对个人的零售出库,疫苗接种,领药出库。

type AlibabaAlihealthDrugKytDrUploadinoutbillAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytDrUploadinoutbillAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_dr_uploadinoutbill_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回值
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// 返回编码(BILL_DECODE_ERROR 单据转码失败  BILL_FILE_NAME_DUPLICATE_UPLOAD 文件名重复)
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回信息
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 是否成功(true 成功 false 失败)
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytDrUploadinoutbillAPIResponseModel is 疫苗企业出入库上传 成功返回结果

type AlibabaAlihealthDrugKytDrVaequipmentListAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytDrVaequipmentListAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytDrVaequipmentListAPIRequest 获取企业冷链设备信息 API请求 alibaba.alihealth.drug.kyt.dr.vaequipment.list

获取企业冷链设备信息

func NewAlibabaAlihealthDrugKytDrVaequipmentListRequest

func NewAlibabaAlihealthDrugKytDrVaequipmentListRequest() *AlibabaAlihealthDrugKytDrVaequipmentListAPIRequest

NewAlibabaAlihealthDrugKytDrVaequipmentListRequest 初始化AlibabaAlihealthDrugKytDrVaequipmentListAPIRequest对象

func (AlibabaAlihealthDrugKytDrVaequipmentListAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytDrVaequipmentListAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytDrVaequipmentListAPIRequest) GetEquipmentCodeOrName added in v1.2.0

GetEquipmentCodeOrName EquipmentCodeOrName Getter

func (AlibabaAlihealthDrugKytDrVaequipmentListAPIRequest) GetEquipmentType added in v1.2.0

GetEquipmentType EquipmentType Getter

func (AlibabaAlihealthDrugKytDrVaequipmentListAPIRequest) GetPage added in v1.2.0

GetPage Page Getter

func (AlibabaAlihealthDrugKytDrVaequipmentListAPIRequest) GetPageSize added in v1.2.0

GetPageSize PageSize Getter

func (AlibabaAlihealthDrugKytDrVaequipmentListAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (AlibabaAlihealthDrugKytDrVaequipmentListAPIRequest) GetStatus added in v1.2.0

GetStatus Status Getter

func (AlibabaAlihealthDrugKytDrVaequipmentListAPIRequest) GetTargetRefEntId added in v1.2.0

GetTargetRefEntId TargetRefEntId Getter

func (*AlibabaAlihealthDrugKytDrVaequipmentListAPIRequest) SetEquipmentCodeOrName added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrVaequipmentListAPIRequest) SetEquipmentCodeOrName(_equipmentCodeOrName string) error

SetEquipmentCodeOrName is EquipmentCodeOrName Setter 设备编号或名称

func (*AlibabaAlihealthDrugKytDrVaequipmentListAPIRequest) SetEquipmentType added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrVaequipmentListAPIRequest) SetEquipmentType(_equipmentType string) error

SetEquipmentType is EquipmentType Setter 设备类型

func (*AlibabaAlihealthDrugKytDrVaequipmentListAPIRequest) SetPage added in v1.2.0

SetPage is Page Setter 页码

func (*AlibabaAlihealthDrugKytDrVaequipmentListAPIRequest) SetPageSize added in v1.2.0

SetPageSize is PageSize Setter 每页显示数量

func (*AlibabaAlihealthDrugKytDrVaequipmentListAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 操作企业ID (appkey授权)

func (*AlibabaAlihealthDrugKytDrVaequipmentListAPIRequest) SetStatus added in v1.2.0

SetStatus is Status Setter 设备状态,1:正常;0:停止

func (*AlibabaAlihealthDrugKytDrVaequipmentListAPIRequest) SetTargetRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrVaequipmentListAPIRequest) SetTargetRefEntId(_targetRefEntId string) error

SetTargetRefEntId is TargetRefEntId Setter 目标企业ID

type AlibabaAlihealthDrugKytDrVaequipmentListAPIResponse

type AlibabaAlihealthDrugKytDrVaequipmentListAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytDrVaequipmentListAPIResponseModel
}

AlibabaAlihealthDrugKytDrVaequipmentListAPIResponse 获取企业冷链设备信息 API返回值 alibaba.alihealth.drug.kyt.dr.vaequipment.list

获取企业冷链设备信息

type AlibabaAlihealthDrugKytDrVaequipmentListAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytDrVaequipmentListAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_dr_vaequipment_list_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *AlibabaAlihealthDrugKytDrVaequipmentListResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytDrVaequipmentListAPIResponseModel is 获取企业冷链设备信息 成功返回结果

type AlibabaAlihealthDrugKytDrVaequipmentListModel

type AlibabaAlihealthDrugKytDrVaequipmentListModel struct {
	// 查询列表
	List []AlibabaAlihealthDrugKytDrVaequipmentListResult `json:"list,omitempty" xml:"list>alibaba_alihealth_drug_kyt_dr_vaequipment_list_result,omitempty"`
	// 页数
	Pages int64 `json:"pages,omitempty" xml:"pages,omitempty"`
	// 总数
	TotalNum int64 `json:"total_num,omitempty" xml:"total_num,omitempty"`
	// 每页显示数量
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	// 页码
	Page int64 `json:"page,omitempty" xml:"page,omitempty"`
}

AlibabaAlihealthDrugKytDrVaequipmentListModel 结构体

type AlibabaAlihealthDrugKytDrVaequipmentListResult

type AlibabaAlihealthDrugKytDrVaequipmentListResult struct {
	// msgInfo
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// msgCode
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 修改时间
	ModDate string `json:"mod_date,omitempty" xml:"mod_date,omitempty"`
	// 设备地址
	Address string `json:"address,omitempty" xml:"address,omitempty"`
	// 备注
	Comments string `json:"comments,omitempty" xml:"comments,omitempty"`
	// 设备编号
	EquipmentCode string `json:"equipment_code,omitempty" xml:"equipment_code,omitempty"`
	// 记录时间
	CrtDate string `json:"crt_date,omitempty" xml:"crt_date,omitempty"`
	// 设备类型
	EquipmentType string `json:"equipment_type,omitempty" xml:"equipment_type,omitempty"`
	// 关联状态
	AssociatedStatus string `json:"associated_status,omitempty" xml:"associated_status,omitempty"`
	// 关联探头
	Probe string `json:"probe,omitempty" xml:"probe,omitempty"`
	// 记录修改人
	ModIcCode string `json:"mod_ic_code,omitempty" xml:"mod_ic_code,omitempty"`
	// 详细地址
	AddressDetail string `json:"address_detail,omitempty" xml:"address_detail,omitempty"`
	// 地区
	DictRegionDTO string `json:"dict_region_d_t_o,omitempty" xml:"dict_region_d_t_o,omitempty"`
	// 记录创建人
	CrtIcCode string `json:"crt_ic_code,omitempty" xml:"crt_ic_code,omitempty"`
	// 所属企业
	RefEntId string `json:"ref_ent_id,omitempty" xml:"ref_ent_id,omitempty"`
	// 设备名称
	EquipmentName string `json:"equipment_name,omitempty" xml:"equipment_name,omitempty"`
	// 设备主键
	VaEquipmentId string `json:"va_equipment_id,omitempty" xml:"va_equipment_id,omitempty"`
	// 设备状态
	Status string `json:"status,omitempty" xml:"status,omitempty"`
	// model
	Model *AlibabaAlihealthDrugKytDrVaequipmentListModel `json:"model,omitempty" xml:"model,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaAlihealthDrugKytDrVaequipmentListResult 结构体

type AlibabaAlihealthDrugKytDrugcodesAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytDrugcodesAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytDrugcodesAPIRequest 药品是否赋码 API请求 alibaba.alihealth.drug.kyt.drugcodes

药品是否赋码

func NewAlibabaAlihealthDrugKytDrugcodesRequest

func NewAlibabaAlihealthDrugKytDrugcodesRequest() *AlibabaAlihealthDrugKytDrugcodesAPIRequest

NewAlibabaAlihealthDrugKytDrugcodesRequest 初始化AlibabaAlihealthDrugKytDrugcodesAPIRequest对象

func (AlibabaAlihealthDrugKytDrugcodesAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytDrugcodesAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytDrugcodesAPIRequest) GetPhysicName added in v1.2.0

GetPhysicName PhysicName Getter

func (AlibabaAlihealthDrugKytDrugcodesAPIRequest) GetPhysicType added in v1.2.0

GetPhysicType PhysicType Getter

func (AlibabaAlihealthDrugKytDrugcodesAPIRequest) GetPkgSpec added in v1.2.0

GetPkgSpec PkgSpec Getter

func (AlibabaAlihealthDrugKytDrugcodesAPIRequest) GetPrepnSpec added in v1.2.0

GetPrepnSpec PrepnSpec Getter

func (AlibabaAlihealthDrugKytDrugcodesAPIRequest) GetProduceBatchNo added in v1.2.0

func (r AlibabaAlihealthDrugKytDrugcodesAPIRequest) GetProduceBatchNo() string

GetProduceBatchNo ProduceBatchNo Getter

func (AlibabaAlihealthDrugKytDrugcodesAPIRequest) GetRefEntName added in v1.2.0

GetRefEntName RefEntName Getter

func (*AlibabaAlihealthDrugKytDrugcodesAPIRequest) SetPhysicName added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrugcodesAPIRequest) SetPhysicName(_physicName string) error

SetPhysicName is PhysicName Setter 药品名称

func (*AlibabaAlihealthDrugKytDrugcodesAPIRequest) SetPhysicType added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrugcodesAPIRequest) SetPhysicType(_physicType string) error

SetPhysicType is PhysicType Setter 药品类型

func (*AlibabaAlihealthDrugKytDrugcodesAPIRequest) SetPkgSpec added in v1.2.0

SetPkgSpec is PkgSpec Setter 包装规格

func (*AlibabaAlihealthDrugKytDrugcodesAPIRequest) SetPrepnSpec added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrugcodesAPIRequest) SetPrepnSpec(_prepnSpec string) error

SetPrepnSpec is PrepnSpec Setter 制剂规格

func (*AlibabaAlihealthDrugKytDrugcodesAPIRequest) SetProduceBatchNo added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrugcodesAPIRequest) SetProduceBatchNo(_produceBatchNo string) error

SetProduceBatchNo is ProduceBatchNo Setter 生产批号

func (*AlibabaAlihealthDrugKytDrugcodesAPIRequest) SetRefEntName added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrugcodesAPIRequest) SetRefEntName(_refEntName string) error

SetRefEntName is RefEntName Setter 企业名称

type AlibabaAlihealthDrugKytDrugcodesAPIResponse

type AlibabaAlihealthDrugKytDrugcodesAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytDrugcodesAPIResponseModel
}

AlibabaAlihealthDrugKytDrugcodesAPIResponse 药品是否赋码 API返回值 alibaba.alihealth.drug.kyt.drugcodes

药品是否赋码

type AlibabaAlihealthDrugKytDrugcodesAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytDrugcodesAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_drugcodes_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugKytDrugcodesResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytDrugcodesAPIResponseModel is 药品是否赋码 成功返回结果

type AlibabaAlihealthDrugKytDrugcodesResultModel

type AlibabaAlihealthDrugKytDrugcodesResultModel struct {
	// 返回码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回值
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回对象
	Model *DrugCode `json:"model,omitempty" xml:"model,omitempty"`
	// 是否响应成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytDrugcodesResultModel 结构体

type AlibabaAlihealthDrugKytDrugdetailAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytDrugdetailAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytDrugdetailAPIRequest 查询药品详细信息 API请求 alibaba.alihealth.drug.kyt.drugdetail

查询药品详细信息

func NewAlibabaAlihealthDrugKytDrugdetailRequest

func NewAlibabaAlihealthDrugKytDrugdetailRequest() *AlibabaAlihealthDrugKytDrugdetailAPIRequest

NewAlibabaAlihealthDrugKytDrugdetailRequest 初始化AlibabaAlihealthDrugKytDrugdetailAPIRequest对象

func (AlibabaAlihealthDrugKytDrugdetailAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytDrugdetailAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytDrugdetailAPIRequest) GetDrugEntBaseInfoId added in v1.2.0

func (r AlibabaAlihealthDrugKytDrugdetailAPIRequest) GetDrugEntBaseInfoId() string

GetDrugEntBaseInfoId DrugEntBaseInfoId Getter

func (AlibabaAlihealthDrugKytDrugdetailAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugKytDrugdetailAPIRequest) SetDrugEntBaseInfoId added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrugdetailAPIRequest) SetDrugEntBaseInfoId(_drugEntBaseInfoId string) error

SetDrugEntBaseInfoId is DrugEntBaseInfoId Setter 药品ID

func (*AlibabaAlihealthDrugKytDrugdetailAPIRequest) SetRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrugdetailAPIRequest) SetRefEntId(_refEntId string) error

SetRefEntId is RefEntId Setter 企业ID

type AlibabaAlihealthDrugKytDrugdetailAPIResponse

type AlibabaAlihealthDrugKytDrugdetailAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytDrugdetailAPIResponseModel
}

AlibabaAlihealthDrugKytDrugdetailAPIResponse 查询药品详细信息 API返回值 alibaba.alihealth.drug.kyt.drugdetail

查询药品详细信息

type AlibabaAlihealthDrugKytDrugdetailAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytDrugdetailAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_drugdetail_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugKytDrugdetailResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytDrugdetailAPIResponseModel is 查询药品详细信息 成功返回结果

type AlibabaAlihealthDrugKytDrugdetailResultModel

type AlibabaAlihealthDrugKytDrugdetailResultModel struct {
	// 返回码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回值
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回对象
	Model *ResDrugDetailInfoDto `json:"model,omitempty" xml:"model,omitempty"`
	// 是否响应成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytDrugdetailResultModel 结构体

type AlibabaAlihealthDrugKytDrugrescodeAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytDrugrescodeAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytDrugrescodeAPIRequest 查询药品码段信息 API请求 alibaba.alihealth.drug.kyt.drugrescode

查询药品码段信息

func NewAlibabaAlihealthDrugKytDrugrescodeRequest

func NewAlibabaAlihealthDrugKytDrugrescodeRequest() *AlibabaAlihealthDrugKytDrugrescodeAPIRequest

NewAlibabaAlihealthDrugKytDrugrescodeRequest 初始化AlibabaAlihealthDrugKytDrugrescodeAPIRequest对象

func (AlibabaAlihealthDrugKytDrugrescodeAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytDrugrescodeAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytDrugrescodeAPIRequest) GetApprovalLicenceNo added in v1.2.0

func (r AlibabaAlihealthDrugKytDrugrescodeAPIRequest) GetApprovalLicenceNo() string

GetApprovalLicenceNo ApprovalLicenceNo Getter

func (AlibabaAlihealthDrugKytDrugrescodeAPIRequest) GetEndDate added in v1.2.0

GetEndDate EndDate Getter

func (AlibabaAlihealthDrugKytDrugrescodeAPIRequest) GetEntName added in v1.2.0

GetEntName EntName Getter

func (AlibabaAlihealthDrugKytDrugrescodeAPIRequest) GetPackageSpec added in v1.2.0

GetPackageSpec PackageSpec Getter

func (AlibabaAlihealthDrugKytDrugrescodeAPIRequest) GetPage added in v1.2.0

GetPage Page Getter

func (AlibabaAlihealthDrugKytDrugrescodeAPIRequest) GetPageSize added in v1.2.0

GetPageSize PageSize Getter

func (AlibabaAlihealthDrugKytDrugrescodeAPIRequest) GetPhysicName added in v1.2.0

GetPhysicName PhysicName Getter

func (AlibabaAlihealthDrugKytDrugrescodeAPIRequest) GetPrepnSpec added in v1.2.0

GetPrepnSpec PrepnSpec Getter

func (AlibabaAlihealthDrugKytDrugrescodeAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (AlibabaAlihealthDrugKytDrugrescodeAPIRequest) GetStartDate added in v1.2.0

GetStartDate StartDate Getter

func (*AlibabaAlihealthDrugKytDrugrescodeAPIRequest) SetApprovalLicenceNo added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrugrescodeAPIRequest) SetApprovalLicenceNo(_approvalLicenceNo string) error

SetApprovalLicenceNo is ApprovalLicenceNo Setter 批准文号

func (*AlibabaAlihealthDrugKytDrugrescodeAPIRequest) SetEndDate added in v1.2.0

SetEndDate is EndDate Setter 结束日期

func (*AlibabaAlihealthDrugKytDrugrescodeAPIRequest) SetEntName added in v1.2.0

SetEntName is EntName Setter 企业名称

func (*AlibabaAlihealthDrugKytDrugrescodeAPIRequest) SetPackageSpec added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrugrescodeAPIRequest) SetPackageSpec(_packageSpec string) error

SetPackageSpec is PackageSpec Setter 包装规格

func (*AlibabaAlihealthDrugKytDrugrescodeAPIRequest) SetPage added in v1.2.0

SetPage is Page Setter 页码

func (*AlibabaAlihealthDrugKytDrugrescodeAPIRequest) SetPageSize added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrugrescodeAPIRequest) SetPageSize(_pageSize int64) error

SetPageSize is PageSize Setter 页大小

func (*AlibabaAlihealthDrugKytDrugrescodeAPIRequest) SetPhysicName added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrugrescodeAPIRequest) SetPhysicName(_physicName string) error

SetPhysicName is PhysicName Setter 药品通用名

func (*AlibabaAlihealthDrugKytDrugrescodeAPIRequest) SetPrepnSpec added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrugrescodeAPIRequest) SetPrepnSpec(_prepnSpec string) error

SetPrepnSpec is PrepnSpec Setter 制剂规格

func (*AlibabaAlihealthDrugKytDrugrescodeAPIRequest) SetRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrugrescodeAPIRequest) SetRefEntId(_refEntId string) error

SetRefEntId is RefEntId Setter 企业ID

func (*AlibabaAlihealthDrugKytDrugrescodeAPIRequest) SetStartDate added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrugrescodeAPIRequest) SetStartDate(_startDate string) error

SetStartDate is StartDate Setter 开始日期

type AlibabaAlihealthDrugKytDrugrescodeAPIResponse

type AlibabaAlihealthDrugKytDrugrescodeAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytDrugrescodeAPIResponseModel
}

AlibabaAlihealthDrugKytDrugrescodeAPIResponse 查询药品码段信息 API返回值 alibaba.alihealth.drug.kyt.drugrescode

查询药品码段信息

type AlibabaAlihealthDrugKytDrugrescodeAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytDrugrescodeAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_drugrescode_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugKytDrugrescodeResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytDrugrescodeAPIResponseModel is 查询药品码段信息 成功返回结果

type AlibabaAlihealthDrugKytDrugrescodeResultModel

type AlibabaAlihealthDrugKytDrugrescodeResultModel struct {
	// 状态码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 状态值
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回模型
	Model *Page `json:"model,omitempty" xml:"model,omitempty"`
	// 是否响应成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytDrugrescodeResultModel 结构体

type AlibabaAlihealthDrugKytDrugtableAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytDrugtableAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytDrugtableAPIRequest 查询药品目录信息 API请求 alibaba.alihealth.drug.kyt.drugtable

查询药品目录信息

func NewAlibabaAlihealthDrugKytDrugtableRequest

func NewAlibabaAlihealthDrugKytDrugtableRequest() *AlibabaAlihealthDrugKytDrugtableAPIRequest

NewAlibabaAlihealthDrugKytDrugtableRequest 初始化AlibabaAlihealthDrugKytDrugtableAPIRequest对象

func (AlibabaAlihealthDrugKytDrugtableAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytDrugtableAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytDrugtableAPIRequest) GetApprovalLicenceNo added in v1.2.0

func (r AlibabaAlihealthDrugKytDrugtableAPIRequest) GetApprovalLicenceNo() string

GetApprovalLicenceNo ApprovalLicenceNo Getter

func (AlibabaAlihealthDrugKytDrugtableAPIRequest) GetEndDate added in v1.2.0

GetEndDate EndDate Getter

func (AlibabaAlihealthDrugKytDrugtableAPIRequest) GetEntName added in v1.2.0

GetEntName EntName Getter

func (AlibabaAlihealthDrugKytDrugtableAPIRequest) GetPackageSpec added in v1.2.0

GetPackageSpec PackageSpec Getter

func (AlibabaAlihealthDrugKytDrugtableAPIRequest) GetPage added in v1.2.0

GetPage Page Getter

func (AlibabaAlihealthDrugKytDrugtableAPIRequest) GetPageSize added in v1.2.0

GetPageSize PageSize Getter

func (AlibabaAlihealthDrugKytDrugtableAPIRequest) GetPhysicName added in v1.2.0

GetPhysicName PhysicName Getter

func (AlibabaAlihealthDrugKytDrugtableAPIRequest) GetPrepnSpec added in v1.2.0

GetPrepnSpec PrepnSpec Getter

func (AlibabaAlihealthDrugKytDrugtableAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (AlibabaAlihealthDrugKytDrugtableAPIRequest) GetStartDate added in v1.2.0

GetStartDate StartDate Getter

func (*AlibabaAlihealthDrugKytDrugtableAPIRequest) SetApprovalLicenceNo added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrugtableAPIRequest) SetApprovalLicenceNo(_approvalLicenceNo string) error

SetApprovalLicenceNo is ApprovalLicenceNo Setter 批准文号

func (*AlibabaAlihealthDrugKytDrugtableAPIRequest) SetEndDate added in v1.2.0

SetEndDate is EndDate Setter 结束日期

func (*AlibabaAlihealthDrugKytDrugtableAPIRequest) SetEntName added in v1.2.0

SetEntName is EntName Setter 企业名称

func (*AlibabaAlihealthDrugKytDrugtableAPIRequest) SetPackageSpec added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrugtableAPIRequest) SetPackageSpec(_packageSpec string) error

SetPackageSpec is PackageSpec Setter 包装规格

func (*AlibabaAlihealthDrugKytDrugtableAPIRequest) SetPage added in v1.2.0

SetPage is Page Setter 页码

func (*AlibabaAlihealthDrugKytDrugtableAPIRequest) SetPageSize added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrugtableAPIRequest) SetPageSize(_pageSize int64) error

SetPageSize is PageSize Setter 页大小

func (*AlibabaAlihealthDrugKytDrugtableAPIRequest) SetPhysicName added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrugtableAPIRequest) SetPhysicName(_physicName string) error

SetPhysicName is PhysicName Setter 药品通用名

func (*AlibabaAlihealthDrugKytDrugtableAPIRequest) SetPrepnSpec added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrugtableAPIRequest) SetPrepnSpec(_prepnSpec string) error

SetPrepnSpec is PrepnSpec Setter 制剂规格

func (*AlibabaAlihealthDrugKytDrugtableAPIRequest) SetRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrugtableAPIRequest) SetRefEntId(_refEntId string) error

SetRefEntId is RefEntId Setter 企业ID

func (*AlibabaAlihealthDrugKytDrugtableAPIRequest) SetStartDate added in v1.2.0

func (r *AlibabaAlihealthDrugKytDrugtableAPIRequest) SetStartDate(_startDate string) error

SetStartDate is StartDate Setter 开始日期

type AlibabaAlihealthDrugKytDrugtableAPIResponse

type AlibabaAlihealthDrugKytDrugtableAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytDrugtableAPIResponseModel
}

AlibabaAlihealthDrugKytDrugtableAPIResponse 查询药品目录信息 API返回值 alibaba.alihealth.drug.kyt.drugtable

查询药品目录信息

type AlibabaAlihealthDrugKytDrugtableAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytDrugtableAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_drugtable_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugKytDrugtableResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytDrugtableAPIResponseModel is 查询药品目录信息 成功返回结果

type AlibabaAlihealthDrugKytDrugtableResultModel

type AlibabaAlihealthDrugKytDrugtableResultModel struct {
	// 状态码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 状态值
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回模型
	Model *Page `json:"model,omitempty" xml:"model,omitempty"`
	// 是否响应成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytDrugtableResultModel 结构体

type AlibabaAlihealthDrugKytDruploadretailAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytDruploadretailAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytDruploadretailAPIRequest 快易通多融零售上传接口 API请求 alibaba.alihealth.drug.kyt.druploadretail

快易通多融零售上传接口

func NewAlibabaAlihealthDrugKytDruploadretailRequest

func NewAlibabaAlihealthDrugKytDruploadretailRequest() *AlibabaAlihealthDrugKytDruploadretailAPIRequest

NewAlibabaAlihealthDrugKytDruploadretailRequest 初始化AlibabaAlihealthDrugKytDruploadretailAPIRequest对象

func (AlibabaAlihealthDrugKytDruploadretailAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytDruploadretailAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytDruploadretailAPIRequest) GetBillCode added in v1.2.0

GetBillCode BillCode Getter

func (AlibabaAlihealthDrugKytDruploadretailAPIRequest) GetBillTime added in v1.2.0

GetBillTime BillTime Getter

func (AlibabaAlihealthDrugKytDruploadretailAPIRequest) GetBillType added in v1.2.0

GetBillType BillType Getter

func (AlibabaAlihealthDrugKytDruploadretailAPIRequest) GetCustomerId added in v1.2.0

GetCustomerId CustomerId Getter

func (AlibabaAlihealthDrugKytDruploadretailAPIRequest) GetCustomerIdType added in v1.2.0

GetCustomerIdType CustomerIdType Getter

func (AlibabaAlihealthDrugKytDruploadretailAPIRequest) GetFromUserId added in v1.2.0

GetFromUserId FromUserId Getter

func (AlibabaAlihealthDrugKytDruploadretailAPIRequest) GetMedicDispenser added in v1.2.0

GetMedicDispenser MedicDispenser Getter

func (AlibabaAlihealthDrugKytDruploadretailAPIRequest) GetMedicDoctor added in v1.2.0

GetMedicDoctor MedicDoctor Getter

func (AlibabaAlihealthDrugKytDruploadretailAPIRequest) GetNetworkBillFlag added in v1.2.0

GetNetworkBillFlag NetworkBillFlag Getter

func (AlibabaAlihealthDrugKytDruploadretailAPIRequest) GetOperIcCode added in v1.2.0

GetOperIcCode OperIcCode Getter

func (AlibabaAlihealthDrugKytDruploadretailAPIRequest) GetOperIcName added in v1.2.0

GetOperIcName OperIcName Getter

func (AlibabaAlihealthDrugKytDruploadretailAPIRequest) GetPhysicType added in v1.2.0

GetPhysicType PhysicType Getter

func (AlibabaAlihealthDrugKytDruploadretailAPIRequest) GetRefUserId added in v1.2.0

GetRefUserId RefUserId Getter

func (AlibabaAlihealthDrugKytDruploadretailAPIRequest) GetTraceCodes added in v1.2.0

GetTraceCodes TraceCodes Getter

func (AlibabaAlihealthDrugKytDruploadretailAPIRequest) GetUserAgent added in v1.2.0

GetUserAgent UserAgent Getter

func (AlibabaAlihealthDrugKytDruploadretailAPIRequest) GetUserName added in v1.2.0

GetUserName UserName Getter

func (AlibabaAlihealthDrugKytDruploadretailAPIRequest) GetUserTel added in v1.2.0

GetUserTel UserTel Getter

func (*AlibabaAlihealthDrugKytDruploadretailAPIRequest) SetBillCode added in v1.2.0

SetBillCode is BillCode Setter 单据编号(唯一)

func (*AlibabaAlihealthDrugKytDruploadretailAPIRequest) SetBillTime added in v1.2.0

SetBillTime is BillTime Setter 单据生成时间(一般写当前时间)

func (*AlibabaAlihealthDrugKytDruploadretailAPIRequest) SetBillType added in v1.2.0

SetBillType is BillType Setter 单据类型[321,零售出库][322,疫苗接种][116,消费者退货入库]

func (*AlibabaAlihealthDrugKytDruploadretailAPIRequest) SetCustomerId added in v1.2.0

func (r *AlibabaAlihealthDrugKytDruploadretailAPIRequest) SetCustomerId(_customerId string) error

SetCustomerId is CustomerId Setter 购买人证件编号

func (*AlibabaAlihealthDrugKytDruploadretailAPIRequest) SetCustomerIdType added in v1.2.0

func (r *AlibabaAlihealthDrugKytDruploadretailAPIRequest) SetCustomerIdType(_customerIdType string) error

SetCustomerIdType is CustomerIdType Setter 购买人证件类型【1身份证2护照3 军官证4 医保卡5接种卡6学生证9其它】

func (*AlibabaAlihealthDrugKytDruploadretailAPIRequest) SetFromUserId added in v1.2.0

func (r *AlibabaAlihealthDrugKytDruploadretailAPIRequest) SetFromUserId(_fromUserId string) error

SetFromUserId is FromUserId Setter 发货企业(可为空)

func (*AlibabaAlihealthDrugKytDruploadretailAPIRequest) SetMedicDispenser added in v1.2.0

func (r *AlibabaAlihealthDrugKytDruploadretailAPIRequest) SetMedicDispenser(_medicDispenser string) error

SetMedicDispenser is MedicDispenser Setter 药品发药者

func (*AlibabaAlihealthDrugKytDruploadretailAPIRequest) SetMedicDoctor added in v1.2.0

func (r *AlibabaAlihealthDrugKytDruploadretailAPIRequest) SetMedicDoctor(_medicDoctor string) error

SetMedicDoctor is MedicDoctor Setter 医师名称

func (*AlibabaAlihealthDrugKytDruploadretailAPIRequest) SetNetworkBillFlag added in v1.2.0

func (r *AlibabaAlihealthDrugKytDruploadretailAPIRequest) SetNetworkBillFlag(_networkBillFlag string) error

SetNetworkBillFlag is NetworkBillFlag Setter 互联网标识 1是 0代表否

func (*AlibabaAlihealthDrugKytDruploadretailAPIRequest) SetOperIcCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytDruploadretailAPIRequest) SetOperIcCode(_operIcCode string) error

SetOperIcCode is OperIcCode Setter 单据提交者(appkey编号)

func (*AlibabaAlihealthDrugKytDruploadretailAPIRequest) SetOperIcName added in v1.2.0

func (r *AlibabaAlihealthDrugKytDruploadretailAPIRequest) SetOperIcName(_operIcName string) error

SetOperIcName is OperIcName Setter 单据提交者姓名(可为空)

func (*AlibabaAlihealthDrugKytDruploadretailAPIRequest) SetPhysicType added in v1.2.0

func (r *AlibabaAlihealthDrugKytDruploadretailAPIRequest) SetPhysicType(_physicType int64) error

SetPhysicType is PhysicType Setter 药品类型[2,特药,3,普药]

func (*AlibabaAlihealthDrugKytDruploadretailAPIRequest) SetRefUserId added in v1.2.0

func (r *AlibabaAlihealthDrugKytDruploadretailAPIRequest) SetRefUserId(_refUserId string) error

SetRefUserId is RefUserId Setter 码上放心平台企业唯一编码(门店或医疗机构)

func (*AlibabaAlihealthDrugKytDruploadretailAPIRequest) SetTraceCodes added in v1.2.0

func (r *AlibabaAlihealthDrugKytDruploadretailAPIRequest) SetTraceCodes(_traceCodes []string) error

SetTraceCodes is TraceCodes Setter 20位追溯码(多个时用半角逗号分隔)

func (*AlibabaAlihealthDrugKytDruploadretailAPIRequest) SetUserAgent added in v1.2.0

func (r *AlibabaAlihealthDrugKytDruploadretailAPIRequest) SetUserAgent(_userAgent string) error

SetUserAgent is UserAgent Setter 药品使用者代理人

func (*AlibabaAlihealthDrugKytDruploadretailAPIRequest) SetUserName added in v1.2.0

SetUserName is UserName Setter 药品使用者名称

func (*AlibabaAlihealthDrugKytDruploadretailAPIRequest) SetUserTel added in v1.2.0

SetUserTel is UserTel Setter 药品购买者电话

type AlibabaAlihealthDrugKytDruploadretailAPIResponse

type AlibabaAlihealthDrugKytDruploadretailAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytDruploadretailAPIResponseModel
}

AlibabaAlihealthDrugKytDruploadretailAPIResponse 快易通多融零售上传接口 API返回值 alibaba.alihealth.drug.kyt.druploadretail

快易通多融零售上传接口

type AlibabaAlihealthDrugKytDruploadretailAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytDruploadretailAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_druploadretail_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 上传单据文件队列表标识
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// 错误码(BILL_DECODE_ERROR 单据转码失败 2.BILL_FILE_NAME_DUPLICATE_UPLOAD 文件名重复)
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 错误信息
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 操作是否成功(true 成功 ,false失败)
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytDruploadretailAPIResponseModel is 快易通多融零售上传接口 成功返回结果

type AlibabaAlihealthDrugKytFiledownloadAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytFiledownloadAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytFiledownloadAPIRequest 处理失败单据下载 API请求 alibaba.alihealth.drug.kyt.filedownload

处理失败单据下载

func NewAlibabaAlihealthDrugKytFiledownloadRequest

func NewAlibabaAlihealthDrugKytFiledownloadRequest() *AlibabaAlihealthDrugKytFiledownloadAPIRequest

NewAlibabaAlihealthDrugKytFiledownloadRequest 初始化AlibabaAlihealthDrugKytFiledownloadAPIRequest对象

func (AlibabaAlihealthDrugKytFiledownloadAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytFiledownloadAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytFiledownloadAPIRequest) GetBillQueueId added in v1.2.0

GetBillQueueId BillQueueId Getter

func (AlibabaAlihealthDrugKytFiledownloadAPIRequest) GetBillType added in v1.2.0

GetBillType BillType Getter

func (AlibabaAlihealthDrugKytFiledownloadAPIRequest) GetRefUserId added in v1.2.0

GetRefUserId RefUserId Getter

func (AlibabaAlihealthDrugKytFiledownloadAPIRequest) GetUrl added in v1.2.0

GetUrl Url Getter

func (*AlibabaAlihealthDrugKytFiledownloadAPIRequest) SetBillQueueId added in v1.2.0

func (r *AlibabaAlihealthDrugKytFiledownloadAPIRequest) SetBillQueueId(_billQueueId string) error

SetBillQueueId is BillQueueId Setter 单据队列ID

func (*AlibabaAlihealthDrugKytFiledownloadAPIRequest) SetBillType added in v1.2.0

SetBillType is BillType Setter 单据类型

func (*AlibabaAlihealthDrugKytFiledownloadAPIRequest) SetRefUserId added in v1.2.0

func (r *AlibabaAlihealthDrugKytFiledownloadAPIRequest) SetRefUserId(_refUserId string) error

SetRefUserId is RefUserId Setter 企业ID

func (*AlibabaAlihealthDrugKytFiledownloadAPIRequest) SetUrl added in v1.2.0

SetUrl is Url Setter 文件地址

type AlibabaAlihealthDrugKytFiledownloadAPIResponse

type AlibabaAlihealthDrugKytFiledownloadAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytFiledownloadAPIResponseModel
}

AlibabaAlihealthDrugKytFiledownloadAPIResponse 处理失败单据下载 API返回值 alibaba.alihealth.drug.kyt.filedownload

处理失败单据下载

type AlibabaAlihealthDrugKytFiledownloadAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytFiledownloadAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_filedownload_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 文件内容
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// 返回结果编码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回结果
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回是否成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytFiledownloadAPIResponseModel is 处理失败单据下载 成功返回结果

type AlibabaAlihealthDrugKytGetbyentidAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytGetbyentidAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytGetbyentidAPIRequest 根据企业主键查看企业详细信息 API请求 alibaba.alihealth.drug.kyt.getbyentid

根据企业主键查看企业详细信息

func NewAlibabaAlihealthDrugKytGetbyentidRequest

func NewAlibabaAlihealthDrugKytGetbyentidRequest() *AlibabaAlihealthDrugKytGetbyentidAPIRequest

NewAlibabaAlihealthDrugKytGetbyentidRequest 初始化AlibabaAlihealthDrugKytGetbyentidAPIRequest对象

func (AlibabaAlihealthDrugKytGetbyentidAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytGetbyentidAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytGetbyentidAPIRequest) GetEntId added in v1.2.0

GetEntId EntId Getter

func (AlibabaAlihealthDrugKytGetbyentidAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugKytGetbyentidAPIRequest) SetEntId added in v1.2.0

SetEntId is EntId Setter 准备要查询的企业ID(返回该企业ID的详细信息)

func (*AlibabaAlihealthDrugKytGetbyentidAPIRequest) SetRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugKytGetbyentidAPIRequest) SetRefEntId(_refEntId string) error

SetRefEntId is RefEntId Setter 接口调用企业的唯一标识(接口调用者)

type AlibabaAlihealthDrugKytGetbyentidAPIResponse

type AlibabaAlihealthDrugKytGetbyentidAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytGetbyentidAPIResponseModel
}

AlibabaAlihealthDrugKytGetbyentidAPIResponse 根据企业主键查看企业详细信息 API返回值 alibaba.alihealth.drug.kyt.getbyentid

根据企业主键查看企业详细信息

type AlibabaAlihealthDrugKytGetbyentidAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytGetbyentidAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_getbyentid_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugKytGetbyentidResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytGetbyentidAPIResponseModel is 根据企业主键查看企业详细信息 成功返回结果

type AlibabaAlihealthDrugKytGetbyentidResultModel

type AlibabaAlihealthDrugKytGetbyentidResultModel struct {
	// 返回码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回值
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回对象
	Model *PUserEntInfoDto `json:"model,omitempty" xml:"model,omitempty"`
	// 是否响应成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytGetbyentidResultModel 结构体

type AlibabaAlihealthDrugKytGetbyrefentidAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytGetbyrefentidAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytGetbyrefentidAPIRequest 根据企业唯一标识查看企业详细信息 API请求 alibaba.alihealth.drug.kyt.getbyrefentid

根据企业唯一标识查看企业详细信息

func NewAlibabaAlihealthDrugKytGetbyrefentidRequest

func NewAlibabaAlihealthDrugKytGetbyrefentidRequest() *AlibabaAlihealthDrugKytGetbyrefentidAPIRequest

NewAlibabaAlihealthDrugKytGetbyrefentidRequest 初始化AlibabaAlihealthDrugKytGetbyrefentidAPIRequest对象

func (AlibabaAlihealthDrugKytGetbyrefentidAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytGetbyrefentidAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytGetbyrefentidAPIRequest) GetDestRefEntId added in v1.2.0

GetDestRefEntId DestRefEntId Getter

func (AlibabaAlihealthDrugKytGetbyrefentidAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugKytGetbyrefentidAPIRequest) SetDestRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugKytGetbyrefentidAPIRequest) SetDestRefEntId(_destRefEntId string) error

SetDestRefEntId is DestRefEntId Setter 准备要查询的企业唯一标识(返回该唯一标识企业的详细信息)

func (*AlibabaAlihealthDrugKytGetbyrefentidAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 接口调用企业的唯一标识(接口调用者)

type AlibabaAlihealthDrugKytGetbyrefentidAPIResponse

type AlibabaAlihealthDrugKytGetbyrefentidAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytGetbyrefentidAPIResponseModel
}

AlibabaAlihealthDrugKytGetbyrefentidAPIResponse 根据企业唯一标识查看企业详细信息 API返回值 alibaba.alihealth.drug.kyt.getbyrefentid

根据企业唯一标识查看企业详细信息

type AlibabaAlihealthDrugKytGetbyrefentidAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytGetbyrefentidAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_getbyrefentid_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugKytGetbyrefentidResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytGetbyrefentidAPIResponseModel is 根据企业唯一标识查看企业详细信息 成功返回结果

type AlibabaAlihealthDrugKytGetbyrefentidResultModel

type AlibabaAlihealthDrugKytGetbyrefentidResultModel struct {
	// 返回码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回值
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回对象
	Model *PUserEntInfoDto `json:"model,omitempty" xml:"model,omitempty"`
	// 是否响应成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytGetbyrefentidResultModel 结构体

type AlibabaAlihealthDrugKytGetcodebaseinfoAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytGetcodebaseinfoAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytGetcodebaseinfoAPIRequest 码的药品信息查询 API请求 alibaba.alihealth.drug.kyt.getcodebaseinfo

提供根据码查询码基本信息接口

func NewAlibabaAlihealthDrugKytGetcodebaseinfoRequest

func NewAlibabaAlihealthDrugKytGetcodebaseinfoRequest() *AlibabaAlihealthDrugKytGetcodebaseinfoAPIRequest

NewAlibabaAlihealthDrugKytGetcodebaseinfoRequest 初始化AlibabaAlihealthDrugKytGetcodebaseinfoAPIRequest对象

func (AlibabaAlihealthDrugKytGetcodebaseinfoAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytGetcodebaseinfoAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytGetcodebaseinfoAPIRequest) GetCode added in v1.2.0

GetCode Code Getter

func (AlibabaAlihealthDrugKytGetcodebaseinfoAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugKytGetcodebaseinfoAPIRequest) SetCode added in v1.2.0

SetCode is Code Setter 码

func (*AlibabaAlihealthDrugKytGetcodebaseinfoAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业唯一标识

type AlibabaAlihealthDrugKytGetcodebaseinfoAPIResponse

type AlibabaAlihealthDrugKytGetcodebaseinfoAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytGetcodebaseinfoAPIResponseModel
}

AlibabaAlihealthDrugKytGetcodebaseinfoAPIResponse 码的药品信息查询 API返回值 alibaba.alihealth.drug.kyt.getcodebaseinfo

提供根据码查询码基本信息接口

type AlibabaAlihealthDrugKytGetcodebaseinfoAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytGetcodebaseinfoAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_getcodebaseinfo_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果
	Result *CodeFullInfoDto `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytGetcodebaseinfoAPIResponseModel is 码的药品信息查询 成功返回结果

type AlibabaAlihealthDrugKytGetcodebillinfoAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytGetcodebillinfoAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytGetcodebillinfoAPIRequest 根据码获取基本和单据信息 API请求 alibaba.alihealth.drug.kyt.getcodebillinfo

根据码信息获取基本信息和单据信息

func NewAlibabaAlihealthDrugKytGetcodebillinfoRequest

func NewAlibabaAlihealthDrugKytGetcodebillinfoRequest() *AlibabaAlihealthDrugKytGetcodebillinfoAPIRequest

NewAlibabaAlihealthDrugKytGetcodebillinfoRequest 初始化AlibabaAlihealthDrugKytGetcodebillinfoAPIRequest对象

func (AlibabaAlihealthDrugKytGetcodebillinfoAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytGetcodebillinfoAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytGetcodebillinfoAPIRequest) GetCode added in v1.2.0

GetCode Code Getter

func (AlibabaAlihealthDrugKytGetcodebillinfoAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugKytGetcodebillinfoAPIRequest) SetCode added in v1.2.0

SetCode is Code Setter 码

func (*AlibabaAlihealthDrugKytGetcodebillinfoAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业ID

type AlibabaAlihealthDrugKytGetcodebillinfoAPIResponse

type AlibabaAlihealthDrugKytGetcodebillinfoAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytGetcodebillinfoAPIResponseModel
}

AlibabaAlihealthDrugKytGetcodebillinfoAPIResponse 根据码获取基本和单据信息 API返回值 alibaba.alihealth.drug.kyt.getcodebillinfo

根据码信息获取基本信息和单据信息

type AlibabaAlihealthDrugKytGetcodebillinfoAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytGetcodebillinfoAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_getcodebillinfo_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 和三方交互最外层model对象
	Result *TopResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytGetcodebillinfoAPIResponseModel is 根据码获取基本和单据信息 成功返回结果

type AlibabaAlihealthDrugKytGetdruglicenseAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytGetdruglicenseAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytGetdruglicenseAPIRequest 获取药品资质信息 API请求 alibaba.alihealth.drug.kyt.getdruglicense

获取药品的资质信息。

func NewAlibabaAlihealthDrugKytGetdruglicenseRequest

func NewAlibabaAlihealthDrugKytGetdruglicenseRequest() *AlibabaAlihealthDrugKytGetdruglicenseAPIRequest

NewAlibabaAlihealthDrugKytGetdruglicenseRequest 初始化AlibabaAlihealthDrugKytGetdruglicenseAPIRequest对象

func (AlibabaAlihealthDrugKytGetdruglicenseAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytGetdruglicenseAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytGetdruglicenseAPIRequest) GetDrugId added in v1.2.0

GetDrugId DrugId Getter

func (AlibabaAlihealthDrugKytGetdruglicenseAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugKytGetdruglicenseAPIRequest) SetDrugId added in v1.2.0

SetDrugId is DrugId Setter 药品ID

func (*AlibabaAlihealthDrugKytGetdruglicenseAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业ID

type AlibabaAlihealthDrugKytGetdruglicenseAPIResponse

type AlibabaAlihealthDrugKytGetdruglicenseAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytGetdruglicenseAPIResponseModel
}

AlibabaAlihealthDrugKytGetdruglicenseAPIResponse 获取药品资质信息 API返回值 alibaba.alihealth.drug.kyt.getdruglicense

获取药品的资质信息。

type AlibabaAlihealthDrugKytGetdruglicenseAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytGetdruglicenseAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_getdruglicense_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugKytGetdruglicenseResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytGetdruglicenseAPIResponseModel is 获取药品资质信息 成功返回结果

type AlibabaAlihealthDrugKytGetdruglicenseModel

type AlibabaAlihealthDrugKytGetdruglicenseModel struct {
	// 资质名称
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 资质描述
	DescInfo string `json:"desc_info,omitempty" xml:"desc_info,omitempty"`
	// 企业ID
	RefEntId string `json:"ref_ent_id,omitempty" xml:"ref_ent_id,omitempty"`
	// 过期时间
	ExpireDate string `json:"expire_date,omitempty" xml:"expire_date,omitempty"`
	// 图片存储地址
	Url string `json:"url,omitempty" xml:"url,omitempty"`
	// 药品ID
	DrugId string `json:"drug_id,omitempty" xml:"drug_id,omitempty"`
	// 修改时间
	GmtModified string `json:"gmt_modified,omitempty" xml:"gmt_modified,omitempty"`
	// 资质编号
	LicenseNo string `json:"license_no,omitempty" xml:"license_no,omitempty"`
	// 资质图片地址
	TruthUrl string `json:"truth_url,omitempty" xml:"truth_url,omitempty"`
	// 是否必须1:是0否
	Requisite int64 `json:"requisite,omitempty" xml:"requisite,omitempty"`
	// 主键ID
	Id int64 `json:"id,omitempty" xml:"id,omitempty"`
	// 资质类型
	LicenseType int64 `json:"license_type,omitempty" xml:"license_type,omitempty"`
}

AlibabaAlihealthDrugKytGetdruglicenseModel 结构体

type AlibabaAlihealthDrugKytGetdruglicenseResultModel

type AlibabaAlihealthDrugKytGetdruglicenseResultModel struct {
	// 列表
	ModelList []AlibabaAlihealthDrugKytGetdruglicenseModel `json:"model_list,omitempty" xml:"model_list>alibaba_alihealth_drug_kyt_getdruglicense_model,omitempty"`
}

AlibabaAlihealthDrugKytGetdruglicenseResultModel 结构体

type AlibabaAlihealthDrugKytGetentinfoAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytGetentinfoAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytGetentinfoAPIRequest 根据企业名称查询企业唯一标识【ref_ent_id】和企业ID【ent_id】 API请求 alibaba.alihealth.drug.kyt.getentinfo

根据企业名称查询企业唯一标识【ref_ent_id】和企业ID【ent_id】

func NewAlibabaAlihealthDrugKytGetentinfoRequest

func NewAlibabaAlihealthDrugKytGetentinfoRequest() *AlibabaAlihealthDrugKytGetentinfoAPIRequest

NewAlibabaAlihealthDrugKytGetentinfoRequest 初始化AlibabaAlihealthDrugKytGetentinfoAPIRequest对象

func (AlibabaAlihealthDrugKytGetentinfoAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytGetentinfoAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytGetentinfoAPIRequest) GetEntName added in v1.2.0

GetEntName EntName Getter

func (*AlibabaAlihealthDrugKytGetentinfoAPIRequest) SetEntName added in v1.2.0

SetEntName is EntName Setter 公司名称

type AlibabaAlihealthDrugKytGetentinfoAPIResponse

type AlibabaAlihealthDrugKytGetentinfoAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytGetentinfoAPIResponseModel
}

AlibabaAlihealthDrugKytGetentinfoAPIResponse 根据企业名称查询企业唯一标识【ref_ent_id】和企业ID【ent_id】 API返回值 alibaba.alihealth.drug.kyt.getentinfo

根据企业名称查询企业唯一标识【ref_ent_id】和企业ID【ent_id】

type AlibabaAlihealthDrugKytGetentinfoAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytGetentinfoAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_getentinfo_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugKytGetentinfoResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytGetentinfoAPIResponseModel is 根据企业名称查询企业唯一标识【ref_ent_id】和企业ID【ent_id】 成功返回结果

type AlibabaAlihealthDrugKytGetentinfoResultModel

type AlibabaAlihealthDrugKytGetentinfoResultModel struct {
	// 返回码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回信息
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回对象
	Model *PUserEntInfoDto `json:"model,omitempty" xml:"model,omitempty"`
	// 是否响应成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytGetentinfoResultModel 结构体

type AlibabaAlihealthDrugKytGetentlicenseAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytGetentlicenseAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytGetentlicenseAPIRequest 获取企业资质 API请求 alibaba.alihealth.drug.kyt.getentlicense

获取企业的资质信息。

func NewAlibabaAlihealthDrugKytGetentlicenseRequest

func NewAlibabaAlihealthDrugKytGetentlicenseRequest() *AlibabaAlihealthDrugKytGetentlicenseAPIRequest

NewAlibabaAlihealthDrugKytGetentlicenseRequest 初始化AlibabaAlihealthDrugKytGetentlicenseAPIRequest对象

func (AlibabaAlihealthDrugKytGetentlicenseAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytGetentlicenseAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytGetentlicenseAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugKytGetentlicenseAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业ID

type AlibabaAlihealthDrugKytGetentlicenseAPIResponse

type AlibabaAlihealthDrugKytGetentlicenseAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytGetentlicenseAPIResponseModel
}

AlibabaAlihealthDrugKytGetentlicenseAPIResponse 获取企业资质 API返回值 alibaba.alihealth.drug.kyt.getentlicense

获取企业的资质信息。

type AlibabaAlihealthDrugKytGetentlicenseAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytGetentlicenseAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_getentlicense_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugKytGetentlicenseResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytGetentlicenseAPIResponseModel is 获取企业资质 成功返回结果

type AlibabaAlihealthDrugKytGetentlicenseModel

type AlibabaAlihealthDrugKytGetentlicenseModel struct {
	// 资质名称
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 资质描述
	DescInfo string `json:"desc_info,omitempty" xml:"desc_info,omitempty"`
	// 主键ID
	Id string `json:"id,omitempty" xml:"id,omitempty"`
	// 企业ID
	RefEntId string `json:"ref_ent_id,omitempty" xml:"ref_ent_id,omitempty"`
	// 过期时间
	ExpireDate string `json:"expire_date,omitempty" xml:"expire_date,omitempty"`
	// 资质图片存储地址
	Url string `json:"url,omitempty" xml:"url,omitempty"`
	// 修改时间
	GmtModified string `json:"gmt_modified,omitempty" xml:"gmt_modified,omitempty"`
	// 资质编号
	LicenseNo string `json:"license_no,omitempty" xml:"license_no,omitempty"`
	// 资质类型
	LicenseType string `json:"license_type,omitempty" xml:"license_type,omitempty"`
	// 资质图片访问地址
	TruthUrl string `json:"truth_url,omitempty" xml:"truth_url,omitempty"`
	// 是否必须
	Requisite int64 `json:"requisite,omitempty" xml:"requisite,omitempty"`
}

AlibabaAlihealthDrugKytGetentlicenseModel 结构体

type AlibabaAlihealthDrugKytGetentlicenseResultModel

type AlibabaAlihealthDrugKytGetentlicenseResultModel struct {
	// 列表
	ModelList []AlibabaAlihealthDrugKytGetentlicenseModel `json:"model_list,omitempty" xml:"model_list>alibaba_alihealth_drug_kyt_getentlicense_model,omitempty"`
}

AlibabaAlihealthDrugKytGetentlicenseResultModel 结构体

type AlibabaAlihealthDrugKytIdgenerateAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytIdgenerateAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytIdgenerateAPIRequest 终端(医疗机构|零售药店)ID生成接口 API请求 alibaba.alihealth.drug.kyt.idgenerate

终端(医疗机构|零售药店)ID生成接口

func NewAlibabaAlihealthDrugKytIdgenerateRequest

func NewAlibabaAlihealthDrugKytIdgenerateRequest() *AlibabaAlihealthDrugKytIdgenerateAPIRequest

NewAlibabaAlihealthDrugKytIdgenerateRequest 初始化AlibabaAlihealthDrugKytIdgenerateAPIRequest对象

func (AlibabaAlihealthDrugKytIdgenerateAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytIdgenerateAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytIdgenerateAPIRequest) GetRegionCode added in v1.2.0

GetRegionCode RegionCode Getter

func (AlibabaAlihealthDrugKytIdgenerateAPIRequest) GetTerminalName added in v1.2.0

GetTerminalName TerminalName Getter

func (*AlibabaAlihealthDrugKytIdgenerateAPIRequest) SetRegionCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytIdgenerateAPIRequest) SetRegionCode(_regionCode string) error

SetRegionCode is RegionCode Setter 行政区(省市区)

func (*AlibabaAlihealthDrugKytIdgenerateAPIRequest) SetTerminalName added in v1.2.0

func (r *AlibabaAlihealthDrugKytIdgenerateAPIRequest) SetTerminalName(_terminalName string) error

SetTerminalName is TerminalName Setter 零售药店、医疗机构名称

type AlibabaAlihealthDrugKytIdgenerateAPIResponse

type AlibabaAlihealthDrugKytIdgenerateAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytIdgenerateAPIResponseModel
}

AlibabaAlihealthDrugKytIdgenerateAPIResponse 终端(医疗机构|零售药店)ID生成接口 API返回值 alibaba.alihealth.drug.kyt.idgenerate

终端(医疗机构|零售药店)ID生成接口

type AlibabaAlihealthDrugKytIdgenerateAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytIdgenerateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_idgenerate_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回的ID
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// 返回的编码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回的结果
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回的结果
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytIdgenerateAPIResponseModel is 终端(医疗机构|零售药店)ID生成接口 成功返回结果

type AlibabaAlihealthDrugKytListauthsAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytListauthsAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytListauthsAPIRequest 企业搜索自己授权的物流企业 API请求 alibaba.alihealth.drug.kyt.listauths

企业搜索自己授权的物流企业

func NewAlibabaAlihealthDrugKytListauthsRequest

func NewAlibabaAlihealthDrugKytListauthsRequest() *AlibabaAlihealthDrugKytListauthsAPIRequest

NewAlibabaAlihealthDrugKytListauthsRequest 初始化AlibabaAlihealthDrugKytListauthsAPIRequest对象

func (AlibabaAlihealthDrugKytListauthsAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytListauthsAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytListauthsAPIRequest) GetEntName added in v1.2.0

GetEntName EntName Getter

func (AlibabaAlihealthDrugKytListauthsAPIRequest) GetPage added in v1.2.0

GetPage Page Getter

func (AlibabaAlihealthDrugKytListauthsAPIRequest) GetPageSize added in v1.2.0

GetPageSize PageSize Getter

func (AlibabaAlihealthDrugKytListauthsAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugKytListauthsAPIRequest) SetEntName added in v1.2.0

SetEntName is EntName Setter 企业名称

func (*AlibabaAlihealthDrugKytListauthsAPIRequest) SetPage added in v1.2.0

SetPage is Page Setter 页码

func (*AlibabaAlihealthDrugKytListauthsAPIRequest) SetPageSize added in v1.2.0

func (r *AlibabaAlihealthDrugKytListauthsAPIRequest) SetPageSize(_pageSize int64) error

SetPageSize is PageSize Setter 页大小

func (*AlibabaAlihealthDrugKytListauthsAPIRequest) SetRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugKytListauthsAPIRequest) SetRefEntId(_refEntId string) error

SetRefEntId is RefEntId Setter 企业ID

type AlibabaAlihealthDrugKytListauthsAPIResponse

type AlibabaAlihealthDrugKytListauthsAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytListauthsAPIResponseModel
}

AlibabaAlihealthDrugKytListauthsAPIResponse 企业搜索自己授权的物流企业 API返回值 alibaba.alihealth.drug.kyt.listauths

企业搜索自己授权的物流企业

type AlibabaAlihealthDrugKytListauthsAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytListauthsAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_listauths_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugKytListauthsResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytListauthsAPIResponseModel is 企业搜索自己授权的物流企业 成功返回结果

type AlibabaAlihealthDrugKytListauthsResult

type AlibabaAlihealthDrugKytListauthsResult struct {
	// 企业ID
	EntId string `json:"ent_id,omitempty" xml:"ent_id,omitempty"`
	// 企业名称
	EntCapitalName string `json:"ent_capital_name,omitempty" xml:"ent_capital_name,omitempty"`
	// 区
	AreaName string `json:"area_name,omitempty" xml:"area_name,omitempty"`
	// 市
	CityName string `json:"city_name,omitempty" xml:"city_name,omitempty"`
	// 地市编码
	DictRegionCode string `json:"dict_region_code,omitempty" xml:"dict_region_code,omitempty"`
	// 企业名称
	EntName string `json:"ent_name,omitempty" xml:"ent_name,omitempty"`
	// 省
	ProvName string `json:"prov_name,omitempty" xml:"prov_name,omitempty"`
	// 注册编码
	RegRegionCode string `json:"reg_region_code,omitempty" xml:"reg_region_code,omitempty"`
	// 角色类型
	UserRoleType string `json:"user_role_type,omitempty" xml:"user_role_type,omitempty"`
	// 是否入网
	IsNetwork string `json:"is_network,omitempty" xml:"is_network,omitempty"`
	// 企业唯一标识
	RefEntId string `json:"ref_ent_id,omitempty" xml:"ref_ent_id,omitempty"`
}

AlibabaAlihealthDrugKytListauthsResult 结构体

type AlibabaAlihealthDrugKytListauthsResultModel

type AlibabaAlihealthDrugKytListauthsResultModel struct {
	// 返回码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回值
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回对象
	Model *Page `json:"model,omitempty" xml:"model,omitempty"`
	// 是否响应成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytListauthsResultModel 结构体

type AlibabaAlihealthDrugKytListpartsAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytListpartsAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytListpartsAPIRequest 查询往来单位列表 API请求 alibaba.alihealth.drug.kyt.listparts

查询往来单位列表

func NewAlibabaAlihealthDrugKytListpartsRequest

func NewAlibabaAlihealthDrugKytListpartsRequest() *AlibabaAlihealthDrugKytListpartsAPIRequest

NewAlibabaAlihealthDrugKytListpartsRequest 初始化AlibabaAlihealthDrugKytListpartsAPIRequest对象

func (AlibabaAlihealthDrugKytListpartsAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytListpartsAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytListpartsAPIRequest) GetBeginDate added in v1.2.0

GetBeginDate BeginDate Getter

func (AlibabaAlihealthDrugKytListpartsAPIRequest) GetEndDate added in v1.2.0

GetEndDate EndDate Getter

func (AlibabaAlihealthDrugKytListpartsAPIRequest) GetEntName added in v1.2.0

GetEntName EntName Getter

func (AlibabaAlihealthDrugKytListpartsAPIRequest) GetPage added in v1.2.0

GetPage Page Getter

func (AlibabaAlihealthDrugKytListpartsAPIRequest) GetPageSize added in v1.2.0

GetPageSize PageSize Getter

func (AlibabaAlihealthDrugKytListpartsAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (AlibabaAlihealthDrugKytListpartsAPIRequest) GetRefPartnerId added in v1.2.0

GetRefPartnerId RefPartnerId Getter

func (*AlibabaAlihealthDrugKytListpartsAPIRequest) SetBeginDate added in v1.2.0

func (r *AlibabaAlihealthDrugKytListpartsAPIRequest) SetBeginDate(_beginDate string) error

SetBeginDate is BeginDate Setter 开始时间

func (*AlibabaAlihealthDrugKytListpartsAPIRequest) SetEndDate added in v1.2.0

SetEndDate is EndDate Setter 结束时间

func (*AlibabaAlihealthDrugKytListpartsAPIRequest) SetEntName added in v1.2.0

SetEntName is EntName Setter 企业名称

func (*AlibabaAlihealthDrugKytListpartsAPIRequest) SetPage added in v1.2.0

SetPage is Page Setter 页码

func (*AlibabaAlihealthDrugKytListpartsAPIRequest) SetPageSize added in v1.2.0

func (r *AlibabaAlihealthDrugKytListpartsAPIRequest) SetPageSize(_pageSize int64) error

SetPageSize is PageSize Setter 页大小

func (*AlibabaAlihealthDrugKytListpartsAPIRequest) SetRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugKytListpartsAPIRequest) SetRefEntId(_refEntId string) error

SetRefEntId is RefEntId Setter 企业唯一标识

func (*AlibabaAlihealthDrugKytListpartsAPIRequest) SetRefPartnerId added in v1.2.0

func (r *AlibabaAlihealthDrugKytListpartsAPIRequest) SetRefPartnerId(_refPartnerId string) error

SetRefPartnerId is RefPartnerId Setter 企业自定义编号

type AlibabaAlihealthDrugKytListpartsAPIResponse

type AlibabaAlihealthDrugKytListpartsAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytListpartsAPIResponseModel
}

AlibabaAlihealthDrugKytListpartsAPIResponse 查询往来单位列表 API返回值 alibaba.alihealth.drug.kyt.listparts

查询往来单位列表

type AlibabaAlihealthDrugKytListpartsAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytListpartsAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_listparts_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugKytListpartsResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytListpartsAPIResponseModel is 查询往来单位列表 成功返回结果

type AlibabaAlihealthDrugKytListpartsByagentAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytListpartsByagentAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytListpartsByagentAPIRequest 物流代货主查往来单位接口 API请求 alibaba.alihealth.drug.kyt.listparts.byagent

代理企业查询往来单位列表

func NewAlibabaAlihealthDrugKytListpartsByagentRequest

func NewAlibabaAlihealthDrugKytListpartsByagentRequest() *AlibabaAlihealthDrugKytListpartsByagentAPIRequest

NewAlibabaAlihealthDrugKytListpartsByagentRequest 初始化AlibabaAlihealthDrugKytListpartsByagentAPIRequest对象

func (AlibabaAlihealthDrugKytListpartsByagentAPIRequest) GetAgentRefEntId added in v1.2.0

GetAgentRefEntId AgentRefEntId Getter

func (AlibabaAlihealthDrugKytListpartsByagentAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytListpartsByagentAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytListpartsByagentAPIRequest) GetBeginDate added in v1.2.0

GetBeginDate BeginDate Getter

func (AlibabaAlihealthDrugKytListpartsByagentAPIRequest) GetEndDate added in v1.2.0

GetEndDate EndDate Getter

func (AlibabaAlihealthDrugKytListpartsByagentAPIRequest) GetEntName added in v1.2.0

GetEntName EntName Getter

func (AlibabaAlihealthDrugKytListpartsByagentAPIRequest) GetPage added in v1.2.0

GetPage Page Getter

func (AlibabaAlihealthDrugKytListpartsByagentAPIRequest) GetPageSize added in v1.2.0

GetPageSize PageSize Getter

func (AlibabaAlihealthDrugKytListpartsByagentAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (AlibabaAlihealthDrugKytListpartsByagentAPIRequest) GetRefPartnerId added in v1.2.0

GetRefPartnerId RefPartnerId Getter

func (*AlibabaAlihealthDrugKytListpartsByagentAPIRequest) SetAgentRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugKytListpartsByagentAPIRequest) SetAgentRefEntId(_agentRefEntId string) error

SetAgentRefEntId is AgentRefEntId Setter 代理企业唯一标识(物流企业)

func (*AlibabaAlihealthDrugKytListpartsByagentAPIRequest) SetBeginDate added in v1.2.0

SetBeginDate is BeginDate Setter 开始时间

func (*AlibabaAlihealthDrugKytListpartsByagentAPIRequest) SetEndDate added in v1.2.0

SetEndDate is EndDate Setter 结束时间

func (*AlibabaAlihealthDrugKytListpartsByagentAPIRequest) SetEntName added in v1.2.0

SetEntName is EntName Setter 企业名称

func (*AlibabaAlihealthDrugKytListpartsByagentAPIRequest) SetPage added in v1.2.0

SetPage is Page Setter 页码

func (*AlibabaAlihealthDrugKytListpartsByagentAPIRequest) SetPageSize added in v1.2.0

SetPageSize is PageSize Setter 页大小

func (*AlibabaAlihealthDrugKytListpartsByagentAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业唯一标识(货主企业)

func (*AlibabaAlihealthDrugKytListpartsByagentAPIRequest) SetRefPartnerId added in v1.2.0

func (r *AlibabaAlihealthDrugKytListpartsByagentAPIRequest) SetRefPartnerId(_refPartnerId string) error

SetRefPartnerId is RefPartnerId Setter 企业自定义编号

type AlibabaAlihealthDrugKytListpartsByagentAPIResponse

type AlibabaAlihealthDrugKytListpartsByagentAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytListpartsByagentAPIResponseModel
}

AlibabaAlihealthDrugKytListpartsByagentAPIResponse 物流代货主查往来单位接口 API返回值 alibaba.alihealth.drug.kyt.listparts.byagent

代理企业查询往来单位列表

type AlibabaAlihealthDrugKytListpartsByagentAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytListpartsByagentAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_listparts_byagent_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugKytListpartsByagentResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytListpartsByagentAPIResponseModel is 物流代货主查往来单位接口 成功返回结果

type AlibabaAlihealthDrugKytListpartsByagentResultModel

type AlibabaAlihealthDrugKytListpartsByagentResultModel struct {
	// 返回码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回值
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回对象
	Model *Page `json:"model,omitempty" xml:"model,omitempty"`
	// 是否响应成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytListpartsByagentResultModel 结构体

type AlibabaAlihealthDrugKytListpartsResultModel

type AlibabaAlihealthDrugKytListpartsResultModel struct {
	// 返回码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回值
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回对象
	Model *Page `json:"model,omitempty" xml:"model,omitempty"`
	// 是否响应成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytListpartsResultModel 结构体

type AlibabaAlihealthDrugKytListupoutAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytListupoutAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytListupoutAPIRequest 查询货主/本企业上游企业出库单据信息 API请求 alibaba.alihealth.drug.kyt.listupout

查询货主/本企业上游企业出库单据信息

func NewAlibabaAlihealthDrugKytListupoutRequest

func NewAlibabaAlihealthDrugKytListupoutRequest() *AlibabaAlihealthDrugKytListupoutAPIRequest

NewAlibabaAlihealthDrugKytListupoutRequest 初始化AlibabaAlihealthDrugKytListupoutAPIRequest对象

func (AlibabaAlihealthDrugKytListupoutAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytListupoutAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytListupoutAPIRequest) GetBeginDate added in v1.2.0

GetBeginDate BeginDate Getter

func (AlibabaAlihealthDrugKytListupoutAPIRequest) GetBillCode added in v1.2.0

GetBillCode BillCode Getter

func (AlibabaAlihealthDrugKytListupoutAPIRequest) GetBillType added in v1.2.0

GetBillType BillType Getter

func (AlibabaAlihealthDrugKytListupoutAPIRequest) GetDrugEntBaseInfoId added in v1.2.0

func (r AlibabaAlihealthDrugKytListupoutAPIRequest) GetDrugEntBaseInfoId() string

GetDrugEntBaseInfoId DrugEntBaseInfoId Getter

func (AlibabaAlihealthDrugKytListupoutAPIRequest) GetEndDate added in v1.2.0

GetEndDate EndDate Getter

func (AlibabaAlihealthDrugKytListupoutAPIRequest) GetFromUserId added in v1.2.0

GetFromUserId FromUserId Getter

func (AlibabaAlihealthDrugKytListupoutAPIRequest) GetPage added in v1.2.0

GetPage Page Getter

func (AlibabaAlihealthDrugKytListupoutAPIRequest) GetPageSize added in v1.2.0

GetPageSize PageSize Getter

func (AlibabaAlihealthDrugKytListupoutAPIRequest) GetPhysicType added in v1.2.0

GetPhysicType PhysicType Getter

func (AlibabaAlihealthDrugKytListupoutAPIRequest) GetProduceBatchNo added in v1.2.0

func (r AlibabaAlihealthDrugKytListupoutAPIRequest) GetProduceBatchNo() string

GetProduceBatchNo ProduceBatchNo Getter

func (AlibabaAlihealthDrugKytListupoutAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (AlibabaAlihealthDrugKytListupoutAPIRequest) GetStatus added in v1.2.0

GetStatus Status Getter

func (*AlibabaAlihealthDrugKytListupoutAPIRequest) SetBeginDate added in v1.2.0

func (r *AlibabaAlihealthDrugKytListupoutAPIRequest) SetBeginDate(_beginDate string) error

SetBeginDate is BeginDate Setter 开始日期(不写时分秒)

func (*AlibabaAlihealthDrugKytListupoutAPIRequest) SetBillCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytListupoutAPIRequest) SetBillCode(_billCode string) error

SetBillCode is BillCode Setter 单据号

func (*AlibabaAlihealthDrugKytListupoutAPIRequest) SetBillType added in v1.2.0

func (r *AlibabaAlihealthDrugKytListupoutAPIRequest) SetBillType(_billType string) error

SetBillType is BillType Setter 单据类型

func (*AlibabaAlihealthDrugKytListupoutAPIRequest) SetDrugEntBaseInfoId added in v1.2.0

func (r *AlibabaAlihealthDrugKytListupoutAPIRequest) SetDrugEntBaseInfoId(_drugEntBaseInfoId string) error

SetDrugEntBaseInfoId is DrugEntBaseInfoId Setter 药品ID

func (*AlibabaAlihealthDrugKytListupoutAPIRequest) SetEndDate added in v1.2.0

SetEndDate is EndDate Setter 结束日期(不写时分秒)

func (*AlibabaAlihealthDrugKytListupoutAPIRequest) SetFromUserId added in v1.2.0

func (r *AlibabaAlihealthDrugKytListupoutAPIRequest) SetFromUserId(_fromUserId string) error

SetFromUserId is FromUserId Setter 发货单位

func (*AlibabaAlihealthDrugKytListupoutAPIRequest) SetPage added in v1.2.0

SetPage is Page Setter 页码

func (*AlibabaAlihealthDrugKytListupoutAPIRequest) SetPageSize added in v1.2.0

func (r *AlibabaAlihealthDrugKytListupoutAPIRequest) SetPageSize(_pageSize int64) error

SetPageSize is PageSize Setter 页大小

func (*AlibabaAlihealthDrugKytListupoutAPIRequest) SetPhysicType added in v1.2.0

func (r *AlibabaAlihealthDrugKytListupoutAPIRequest) SetPhysicType(_physicType string) error

SetPhysicType is PhysicType Setter 药品类型

func (*AlibabaAlihealthDrugKytListupoutAPIRequest) SetProduceBatchNo added in v1.2.0

func (r *AlibabaAlihealthDrugKytListupoutAPIRequest) SetProduceBatchNo(_produceBatchNo string) error

SetProduceBatchNo is ProduceBatchNo Setter 生产批号

func (*AlibabaAlihealthDrugKytListupoutAPIRequest) SetRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugKytListupoutAPIRequest) SetRefEntId(_refEntId string) error

SetRefEntId is RefEntId Setter 企业ID

func (*AlibabaAlihealthDrugKytListupoutAPIRequest) SetStatus added in v1.2.0

SetStatus is Status Setter 状态

type AlibabaAlihealthDrugKytListupoutAPIResponse

type AlibabaAlihealthDrugKytListupoutAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytListupoutAPIResponseModel
}

AlibabaAlihealthDrugKytListupoutAPIResponse 查询货主/本企业上游企业出库单据信息 API返回值 alibaba.alihealth.drug.kyt.listupout

查询货主/本企业上游企业出库单据信息

type AlibabaAlihealthDrugKytListupoutAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytListupoutAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_listupout_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugKytListupoutResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytListupoutAPIResponseModel is 查询货主/本企业上游企业出库单据信息 成功返回结果

type AlibabaAlihealthDrugKytListupoutResultModel

type AlibabaAlihealthDrugKytListupoutResultModel struct {
	// 返回码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回值
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回对象
	Model *PageInfoDto `json:"model,omitempty" xml:"model,omitempty"`
	// 是否响应成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytListupoutResultModel 结构体

type AlibabaAlihealthDrugKytQueryCodeRelationFromBillcodeAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytQueryCodeRelationFromBillcodeAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytQueryCodeRelationFromBillcodeAPIRequest 根据单据号码查询码单据详情和码信息 API请求 alibaba.alihealth.drug.kyt.query.code.relation.from.billcode

根据单据号码查询码单据详情和码信息

func NewAlibabaAlihealthDrugKytQueryCodeRelationFromBillcodeRequest

func NewAlibabaAlihealthDrugKytQueryCodeRelationFromBillcodeRequest() *AlibabaAlihealthDrugKytQueryCodeRelationFromBillcodeAPIRequest

NewAlibabaAlihealthDrugKytQueryCodeRelationFromBillcodeRequest 初始化AlibabaAlihealthDrugKytQueryCodeRelationFromBillcodeAPIRequest对象

func (AlibabaAlihealthDrugKytQueryCodeRelationFromBillcodeAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytQueryCodeRelationFromBillcodeAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytQueryCodeRelationFromBillcodeAPIRequest) GetBillCode added in v1.2.0

GetBillCode BillCode Getter

func (AlibabaAlihealthDrugKytQueryCodeRelationFromBillcodeAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugKytQueryCodeRelationFromBillcodeAPIRequest) SetBillCode added in v1.2.0

SetBillCode is BillCode Setter 单据号码

func (*AlibabaAlihealthDrugKytQueryCodeRelationFromBillcodeAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业refEntId

type AlibabaAlihealthDrugKytQueryCodeRelationFromBillcodeAPIResponse

type AlibabaAlihealthDrugKytQueryCodeRelationFromBillcodeAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytQueryCodeRelationFromBillcodeAPIResponseModel
}

AlibabaAlihealthDrugKytQueryCodeRelationFromBillcodeAPIResponse 根据单据号码查询码单据详情和码信息 API返回值 alibaba.alihealth.drug.kyt.query.code.relation.from.billcode

根据单据号码查询码单据详情和码信息

type AlibabaAlihealthDrugKytQueryCodeRelationFromBillcodeAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytQueryCodeRelationFromBillcodeAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_query_code_relation_from_billcode_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugKytQueryCodeRelationFromBillcodeResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytQueryCodeRelationFromBillcodeAPIResponseModel is 根据单据号码查询码单据详情和码信息 成功返回结果

type AlibabaAlihealthDrugKytQueryCodeRelationFromBillcodeResultModel

type AlibabaAlihealthDrugKytQueryCodeRelationFromBillcodeResultModel struct {
	// 消息码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 消息
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 对象模型信息
	Model *BillInOutDetailDto `json:"model,omitempty" xml:"model,omitempty"`
	// 成功失败
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytQueryCodeRelationFromBillcodeResultModel 结构体

type AlibabaAlihealthDrugKytQueryDruginfoFromBillcodeAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytQueryDruginfoFromBillcodeAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytQueryDruginfoFromBillcodeAPIRequest 根据单据编号查询单据明细 API请求 alibaba.alihealth.drug.kyt.query.druginfo.from.billcode

根据单据编号查询单据明细

func NewAlibabaAlihealthDrugKytQueryDruginfoFromBillcodeRequest

func NewAlibabaAlihealthDrugKytQueryDruginfoFromBillcodeRequest() *AlibabaAlihealthDrugKytQueryDruginfoFromBillcodeAPIRequest

NewAlibabaAlihealthDrugKytQueryDruginfoFromBillcodeRequest 初始化AlibabaAlihealthDrugKytQueryDruginfoFromBillcodeAPIRequest对象

func (AlibabaAlihealthDrugKytQueryDruginfoFromBillcodeAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytQueryDruginfoFromBillcodeAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytQueryDruginfoFromBillcodeAPIRequest) GetBillCode added in v1.2.0

GetBillCode BillCode Getter

func (AlibabaAlihealthDrugKytQueryDruginfoFromBillcodeAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugKytQueryDruginfoFromBillcodeAPIRequest) SetBillCode added in v1.2.0

SetBillCode is BillCode Setter 单据号

func (*AlibabaAlihealthDrugKytQueryDruginfoFromBillcodeAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业id

type AlibabaAlihealthDrugKytQueryDruginfoFromBillcodeAPIResponse

type AlibabaAlihealthDrugKytQueryDruginfoFromBillcodeAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytQueryDruginfoFromBillcodeAPIResponseModel
}

AlibabaAlihealthDrugKytQueryDruginfoFromBillcodeAPIResponse 根据单据编号查询单据明细 API返回值 alibaba.alihealth.drug.kyt.query.druginfo.from.billcode

根据单据编号查询单据明细

type AlibabaAlihealthDrugKytQueryDruginfoFromBillcodeAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytQueryDruginfoFromBillcodeAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_query_druginfo_from_billcode_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugKytQueryDruginfoFromBillcodeResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytQueryDruginfoFromBillcodeAPIResponseModel is 根据单据编号查询单据明细 成功返回结果

type AlibabaAlihealthDrugKytQueryDruginfoFromBillcodeResultModel

type AlibabaAlihealthDrugKytQueryDruginfoFromBillcodeResultModel struct {
	// 消息编码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 消息内容
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 模型
	Model *BillInOutDetailDto `json:"model,omitempty" xml:"model,omitempty"`
	// 消息成功失败标记
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytQueryDruginfoFromBillcodeResultModel 结构体

type AlibabaAlihealthDrugKytQueryactivetimeAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytQueryactivetimeAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytQueryactivetimeAPIRequest 药品激活状态同步 API请求 alibaba.alihealth.drug.kyt.queryactivetime

根据赋码资源(CodeVersion + resCode)获得最新激活时间 应用于各地市对接前进行药品目录匹配,医保中心存在的药品可能比较陈旧杂乱

func NewAlibabaAlihealthDrugKytQueryactivetimeRequest

func NewAlibabaAlihealthDrugKytQueryactivetimeRequest() *AlibabaAlihealthDrugKytQueryactivetimeAPIRequest

NewAlibabaAlihealthDrugKytQueryactivetimeRequest 初始化AlibabaAlihealthDrugKytQueryactivetimeAPIRequest对象

func (AlibabaAlihealthDrugKytQueryactivetimeAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytQueryactivetimeAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytQueryactivetimeAPIRequest) GetBureauName added in v1.2.0

GetBureauName BureauName Getter

func (AlibabaAlihealthDrugKytQueryactivetimeAPIRequest) GetInvocation added in v1.2.0

GetInvocation Invocation Getter

func (AlibabaAlihealthDrugKytQueryactivetimeAPIRequest) GetResProdCodeList added in v1.2.0

GetResProdCodeList ResProdCodeList Getter

func (AlibabaAlihealthDrugKytQueryactivetimeAPIRequest) GetTerminalName added in v1.2.0

GetTerminalName TerminalName Getter

func (AlibabaAlihealthDrugKytQueryactivetimeAPIRequest) GetTerminalType added in v1.2.0

GetTerminalType TerminalType Getter

func (*AlibabaAlihealthDrugKytQueryactivetimeAPIRequest) SetBureauName added in v1.2.0

func (r *AlibabaAlihealthDrugKytQueryactivetimeAPIRequest) SetBureauName(_bureauName string) error

SetBureauName is BureauName Setter 社保局(所属地市名称)

func (*AlibabaAlihealthDrugKytQueryactivetimeAPIRequest) SetInvocation added in v1.2.0

func (r *AlibabaAlihealthDrugKytQueryactivetimeAPIRequest) SetInvocation(_invocation string) error

SetInvocation is Invocation Setter 调用方式:formal-正式、test-测试

func (*AlibabaAlihealthDrugKytQueryactivetimeAPIRequest) SetResProdCodeList added in v1.2.0

func (r *AlibabaAlihealthDrugKytQueryactivetimeAPIRequest) SetResProdCodeList(_resProdCodeList []string) error

SetResProdCodeList is ResProdCodeList Setter 码段的数组

func (*AlibabaAlihealthDrugKytQueryactivetimeAPIRequest) SetTerminalName added in v1.2.0

func (r *AlibabaAlihealthDrugKytQueryactivetimeAPIRequest) SetTerminalName(_terminalName string) error

SetTerminalName is TerminalName Setter 请求终端名称

func (*AlibabaAlihealthDrugKytQueryactivetimeAPIRequest) SetTerminalType added in v1.2.0

func (r *AlibabaAlihealthDrugKytQueryactivetimeAPIRequest) SetTerminalType(_terminalType string) error

SetTerminalType is TerminalType Setter 终端类型:1005100-零售,1005200-医疗

type AlibabaAlihealthDrugKytQueryactivetimeAPIResponse

type AlibabaAlihealthDrugKytQueryactivetimeAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytQueryactivetimeAPIResponseModel
}

AlibabaAlihealthDrugKytQueryactivetimeAPIResponse 药品激活状态同步 API返回值 alibaba.alihealth.drug.kyt.queryactivetime

根据赋码资源(CodeVersion + resCode)获得最新激活时间 应用于各地市对接前进行药品目录匹配,医保中心存在的药品可能比较陈旧杂乱

type AlibabaAlihealthDrugKytQueryactivetimeAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytQueryactivetimeAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_queryactivetime_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *AlibabaAlihealthDrugKytQueryactivetimeResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytQueryactivetimeAPIResponseModel is 药品激活状态同步 成功返回结果

type AlibabaAlihealthDrugKytQueryactivetimeResult

type AlibabaAlihealthDrugKytQueryactivetimeResult struct {
	// 码激活状态DTO
	Models []CodeActiveStatusDto `json:"models,omitempty" xml:"models>code_active_status_dto,omitempty"`
	// msgInfo
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// msgCode
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaAlihealthDrugKytQueryactivetimeResult 结构体

type AlibabaAlihealthDrugKytQuerybatchprodAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytQuerybatchprodAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytQuerybatchprodAPIRequest 批次产品查询(根据企业名和批次号查询产品信息) API请求 alibaba.alihealth.drug.kyt.querybatchprod

根据企业名和批次号查询药品信息,支持使用更名之前的老企业名查询,支持批次号大小写模糊,应用于药店或医院入库环节,通过在入库环节获取赋码的产品目录,可强制要求对相应的产品必须进行扫码入库;

func NewAlibabaAlihealthDrugKytQuerybatchprodRequest

func NewAlibabaAlihealthDrugKytQuerybatchprodRequest() *AlibabaAlihealthDrugKytQuerybatchprodAPIRequest

NewAlibabaAlihealthDrugKytQuerybatchprodRequest 初始化AlibabaAlihealthDrugKytQuerybatchprodAPIRequest对象

func (AlibabaAlihealthDrugKytQuerybatchprodAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytQuerybatchprodAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytQuerybatchprodAPIRequest) GetBureauName added in v1.2.0

GetBureauName BureauName Getter

func (AlibabaAlihealthDrugKytQuerybatchprodAPIRequest) GetInvocation added in v1.2.0

GetInvocation Invocation Getter

func (AlibabaAlihealthDrugKytQuerybatchprodAPIRequest) GetProductBatchNo added in v1.2.0

GetProductBatchNo ProductBatchNo Getter

func (AlibabaAlihealthDrugKytQuerybatchprodAPIRequest) GetProductEntName added in v1.2.0

GetProductEntName ProductEntName Getter

func (AlibabaAlihealthDrugKytQuerybatchprodAPIRequest) GetTerminalName added in v1.2.0

GetTerminalName TerminalName Getter

func (AlibabaAlihealthDrugKytQuerybatchprodAPIRequest) GetTerminalType added in v1.2.0

GetTerminalType TerminalType Getter

func (*AlibabaAlihealthDrugKytQuerybatchprodAPIRequest) SetBureauName added in v1.2.0

func (r *AlibabaAlihealthDrugKytQuerybatchprodAPIRequest) SetBureauName(_bureauName string) error

SetBureauName is BureauName Setter 社保局(所属地市名称)

func (*AlibabaAlihealthDrugKytQuerybatchprodAPIRequest) SetInvocation added in v1.2.0

func (r *AlibabaAlihealthDrugKytQuerybatchprodAPIRequest) SetInvocation(_invocation string) error

SetInvocation is Invocation Setter 调用方式:formal-正式、test-测试

func (*AlibabaAlihealthDrugKytQuerybatchprodAPIRequest) SetProductBatchNo added in v1.2.0

func (r *AlibabaAlihealthDrugKytQuerybatchprodAPIRequest) SetProductBatchNo(_productBatchNo string) error

SetProductBatchNo is ProductBatchNo Setter 生产批号;支持大小写模糊匹配

func (*AlibabaAlihealthDrugKytQuerybatchprodAPIRequest) SetProductEntName added in v1.2.0

func (r *AlibabaAlihealthDrugKytQuerybatchprodAPIRequest) SetProductEntName(_productEntName string) error

SetProductEntName is ProductEntName Setter 生产企业名称;支持新老企业名称匹配

func (*AlibabaAlihealthDrugKytQuerybatchprodAPIRequest) SetTerminalName added in v1.2.0

func (r *AlibabaAlihealthDrugKytQuerybatchprodAPIRequest) SetTerminalName(_terminalName string) error

SetTerminalName is TerminalName Setter 请求终端名称

func (*AlibabaAlihealthDrugKytQuerybatchprodAPIRequest) SetTerminalType added in v1.2.0

func (r *AlibabaAlihealthDrugKytQuerybatchprodAPIRequest) SetTerminalType(_terminalType string) error

SetTerminalType is TerminalType Setter 终端类型:1005100-零售,1005200-医疗

type AlibabaAlihealthDrugKytQuerybatchprodAPIResponse

type AlibabaAlihealthDrugKytQuerybatchprodAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytQuerybatchprodAPIResponseModel
}

AlibabaAlihealthDrugKytQuerybatchprodAPIResponse 批次产品查询(根据企业名和批次号查询产品信息) API返回值 alibaba.alihealth.drug.kyt.querybatchprod

根据企业名和批次号查询药品信息,支持使用更名之前的老企业名查询,支持批次号大小写模糊,应用于药店或医院入库环节,通过在入库环节获取赋码的产品目录,可强制要求对相应的产品必须进行扫码入库;

type AlibabaAlihealthDrugKytQuerybatchprodAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytQuerybatchprodAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_querybatchprod_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回结果
	Result *AlibabaAlihealthDrugKytQuerybatchprodResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytQuerybatchprodAPIResponseModel is 批次产品查询(根据企业名和批次号查询产品信息) 成功返回结果

type AlibabaAlihealthDrugKytQuerybatchprodResult

type AlibabaAlihealthDrugKytQuerybatchprodResult struct {
	// 批次产品信息DTO
	Models []BatchProductInfoDto `json:"models,omitempty" xml:"models>batch_product_info_dto,omitempty"`
	// msgInfo
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// msgCode
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaAlihealthDrugKytQuerybatchprodResult 结构体

type AlibabaAlihealthDrugKytQuerycodeactiveAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytQuerycodeactiveAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytQuerycodeactiveAPIRequest 查询码是否激活 API请求 alibaba.alihealth.drug.kyt.querycodeactive

查询码是否激活

func NewAlibabaAlihealthDrugKytQuerycodeactiveRequest

func NewAlibabaAlihealthDrugKytQuerycodeactiveRequest() *AlibabaAlihealthDrugKytQuerycodeactiveAPIRequest

NewAlibabaAlihealthDrugKytQuerycodeactiveRequest 初始化AlibabaAlihealthDrugKytQuerycodeactiveAPIRequest对象

func (AlibabaAlihealthDrugKytQuerycodeactiveAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytQuerycodeactiveAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytQuerycodeactiveAPIRequest) GetCodes added in v1.2.0

GetCodes Codes Getter

func (AlibabaAlihealthDrugKytQuerycodeactiveAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugKytQuerycodeactiveAPIRequest) SetCodes added in v1.2.0

SetCodes is Codes Setter 码

func (*AlibabaAlihealthDrugKytQuerycodeactiveAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业

type AlibabaAlihealthDrugKytQuerycodeactiveAPIResponse

type AlibabaAlihealthDrugKytQuerycodeactiveAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytQuerycodeactiveAPIResponseModel
}

AlibabaAlihealthDrugKytQuerycodeactiveAPIResponse 查询码是否激活 API返回值 alibaba.alihealth.drug.kyt.querycodeactive

查询码是否激活

type AlibabaAlihealthDrugKytQuerycodeactiveAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytQuerycodeactiveAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_querycodeactive_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 未激活的码
	Models []string `json:"models,omitempty" xml:"models>string,omitempty"`
	// 错误码(BILL_DECODE_ERROR 单据转码失败 2.BILL_FILE_NAME_DUPLICATE_UPLOAD 文件名重复)
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 错误信息
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 是否成功(true 成功 ,false失败)
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytQuerycodeactiveAPIResponseModel is 查询码是否激活 成功返回结果

type AlibabaAlihealthDrugKytQuerydruginfoAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytQuerydruginfoAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytQuerydruginfoAPIRequest 码查询药品 API请求 alibaba.alihealth.drug.kyt.querydruginfo

通过追溯码查询药品信息

func NewAlibabaAlihealthDrugKytQuerydruginfoRequest

func NewAlibabaAlihealthDrugKytQuerydruginfoRequest() *AlibabaAlihealthDrugKytQuerydruginfoAPIRequest

NewAlibabaAlihealthDrugKytQuerydruginfoRequest 初始化AlibabaAlihealthDrugKytQuerydruginfoAPIRequest对象

func (AlibabaAlihealthDrugKytQuerydruginfoAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytQuerydruginfoAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytQuerydruginfoAPIRequest) GetCodeList added in v1.2.0

GetCodeList CodeList Getter

func (AlibabaAlihealthDrugKytQuerydruginfoAPIRequest) GetHuozhuRefEntId added in v1.2.0

GetHuozhuRefEntId HuozhuRefEntId Getter

func (AlibabaAlihealthDrugKytQuerydruginfoAPIRequest) GetWuliuRefEntId added in v1.2.0

GetWuliuRefEntId WuliuRefEntId Getter

func (*AlibabaAlihealthDrugKytQuerydruginfoAPIRequest) SetCodeList added in v1.2.0

func (r *AlibabaAlihealthDrugKytQuerydruginfoAPIRequest) SetCodeList(_codeList []string) error

SetCodeList is CodeList Setter 码列表

func (*AlibabaAlihealthDrugKytQuerydruginfoAPIRequest) SetHuozhuRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugKytQuerydruginfoAPIRequest) SetHuozhuRefEntId(_huozhuRefEntId string) error

SetHuozhuRefEntId is HuozhuRefEntId Setter 生产企业refentid

func (*AlibabaAlihealthDrugKytQuerydruginfoAPIRequest) SetWuliuRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugKytQuerydruginfoAPIRequest) SetWuliuRefEntId(_wuliuRefEntId string) error

SetWuliuRefEntId is WuliuRefEntId Setter 物流企业refentid

type AlibabaAlihealthDrugKytQuerydruginfoAPIResponse

type AlibabaAlihealthDrugKytQuerydruginfoAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytQuerydruginfoAPIResponseModel
}

AlibabaAlihealthDrugKytQuerydruginfoAPIResponse 码查询药品 API返回值 alibaba.alihealth.drug.kyt.querydruginfo

通过追溯码查询药品信息

type AlibabaAlihealthDrugKytQuerydruginfoAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytQuerydruginfoAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_querydruginfo_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	Result *AlibabaAlihealthDrugKytQuerydruginfoResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytQuerydruginfoAPIResponseModel is 码查询药品 成功返回结果

type AlibabaAlihealthDrugKytQuerydruginfoResultModel

type AlibabaAlihealthDrugKytQuerydruginfoResultModel struct {
	// 返回码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回信息
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回业务对象
	Model *CodeQueryDrugInfoDto `json:"model,omitempty" xml:"model,omitempty"`
	// 调用是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaAlihealthDrugKytQuerydruginfoResultModel 结构体

type AlibabaAlihealthDrugKytRecordinfoAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytRecordinfoAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytRecordinfoAPIRequest 快易通健康检查 API请求 alibaba.alihealth.drug.kyt.recordinfo

快易通健康检查

func NewAlibabaAlihealthDrugKytRecordinfoRequest

func NewAlibabaAlihealthDrugKytRecordinfoRequest() *AlibabaAlihealthDrugKytRecordinfoAPIRequest

NewAlibabaAlihealthDrugKytRecordinfoRequest 初始化AlibabaAlihealthDrugKytRecordinfoAPIRequest对象

func (AlibabaAlihealthDrugKytRecordinfoAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytRecordinfoAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytRecordinfoAPIRequest) GetInputParam added in v1.2.0

GetInputParam InputParam Getter

func (AlibabaAlihealthDrugKytRecordinfoAPIRequest) GetLogLevel added in v1.2.0

GetLogLevel LogLevel Getter

func (AlibabaAlihealthDrugKytRecordinfoAPIRequest) GetOtherParam added in v1.2.0

GetOtherParam OtherParam Getter

func (AlibabaAlihealthDrugKytRecordinfoAPIRequest) GetServiceName added in v1.2.0

GetServiceName ServiceName Getter

func (AlibabaAlihealthDrugKytRecordinfoAPIRequest) GetServiceType added in v1.2.0

GetServiceType ServiceType Getter

func (*AlibabaAlihealthDrugKytRecordinfoAPIRequest) SetInputParam added in v1.2.0

func (r *AlibabaAlihealthDrugKytRecordinfoAPIRequest) SetInputParam(_inputParam string) error

SetInputParam is InputParam Setter 输入参数

func (*AlibabaAlihealthDrugKytRecordinfoAPIRequest) SetLogLevel added in v1.2.0

func (r *AlibabaAlihealthDrugKytRecordinfoAPIRequest) SetLogLevel(_logLevel string) error

SetLogLevel is LogLevel Setter 级别

func (*AlibabaAlihealthDrugKytRecordinfoAPIRequest) SetOtherParam added in v1.2.0

func (r *AlibabaAlihealthDrugKytRecordinfoAPIRequest) SetOtherParam(_otherParam string) error

SetOtherParam is OtherParam Setter 其他参数

func (*AlibabaAlihealthDrugKytRecordinfoAPIRequest) SetServiceName added in v1.2.0

func (r *AlibabaAlihealthDrugKytRecordinfoAPIRequest) SetServiceName(_serviceName string) error

SetServiceName is ServiceName Setter 服务名

func (*AlibabaAlihealthDrugKytRecordinfoAPIRequest) SetServiceType added in v1.2.0

func (r *AlibabaAlihealthDrugKytRecordinfoAPIRequest) SetServiceType(_serviceType string) error

SetServiceType is ServiceType Setter 类型

type AlibabaAlihealthDrugKytRecordinfoAPIResponse

type AlibabaAlihealthDrugKytRecordinfoAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytRecordinfoAPIResponseModel
}

AlibabaAlihealthDrugKytRecordinfoAPIResponse 快易通健康检查 API返回值 alibaba.alihealth.drug.kyt.recordinfo

快易通健康检查

type AlibabaAlihealthDrugKytRecordinfoAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytRecordinfoAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_recordinfo_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回值
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 对象
	Model bool `json:"model,omitempty" xml:"model,omitempty"`
	// 是否响应成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytRecordinfoAPIResponseModel is 快易通健康检查 成功返回结果

type AlibabaAlihealthDrugKytRelationdetailAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytRelationdetailAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytRelationdetailAPIRequest 关联关系处理详情 API请求 alibaba.alihealth.drug.kyt.relationdetail

关联关系处理详情

func NewAlibabaAlihealthDrugKytRelationdetailRequest

func NewAlibabaAlihealthDrugKytRelationdetailRequest() *AlibabaAlihealthDrugKytRelationdetailAPIRequest

NewAlibabaAlihealthDrugKytRelationdetailRequest 初始化AlibabaAlihealthDrugKytRelationdetailAPIRequest对象

func (AlibabaAlihealthDrugKytRelationdetailAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytRelationdetailAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytRelationdetailAPIRequest) GetClientType added in v1.2.0

GetClientType ClientType Getter

func (AlibabaAlihealthDrugKytRelationdetailAPIRequest) GetCodeActiveInfoId added in v1.2.0

GetCodeActiveInfoId CodeActiveInfoId Getter

func (AlibabaAlihealthDrugKytRelationdetailAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugKytRelationdetailAPIRequest) SetClientType added in v1.2.0

func (r *AlibabaAlihealthDrugKytRelationdetailAPIRequest) SetClientType(_clientType string) error

SetClientType is ClientType Setter 客户端ID【默认写2】

func (*AlibabaAlihealthDrugKytRelationdetailAPIRequest) SetCodeActiveInfoId added in v1.2.0

func (r *AlibabaAlihealthDrugKytRelationdetailAPIRequest) SetCodeActiveInfoId(_codeActiveInfoId string) error

SetCodeActiveInfoId is CodeActiveInfoId Setter 码激活文件上传信息标识

func (*AlibabaAlihealthDrugKytRelationdetailAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业ID

type AlibabaAlihealthDrugKytRelationdetailAPIResponse

type AlibabaAlihealthDrugKytRelationdetailAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytRelationdetailAPIResponseModel
}

AlibabaAlihealthDrugKytRelationdetailAPIResponse 关联关系处理详情 API返回值 alibaba.alihealth.drug.kyt.relationdetail

关联关系处理详情

type AlibabaAlihealthDrugKytRelationdetailAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytRelationdetailAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_relationdetail_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *AlibabaAlihealthDrugKytRelationdetailResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytRelationdetailAPIResponseModel is 关联关系处理详情 成功返回结果

type AlibabaAlihealthDrugKytRelationdetailResultModel

type AlibabaAlihealthDrugKytRelationdetailResultModel struct {
	// msgCode
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// msgInfo
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// model
	Model *CodeRelationDetailDto `json:"model,omitempty" xml:"model,omitempty"`
	// 是否成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytRelationdetailResultModel 结构体

type AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest 零头出入库单据上传 API请求 alibaba.alihealth.drug.kyt.remnantbill.upload

零头出入库单据上传

func NewAlibabaAlihealthDrugKytRemnantbillUploadRequest

func NewAlibabaAlihealthDrugKytRemnantbillUploadRequest() *AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest

NewAlibabaAlihealthDrugKytRemnantbillUploadRequest 初始化AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest对象

func (AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest) GetAssRefEntId added in v1.2.0

GetAssRefEntId AssRefEntId Getter

func (AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest) GetBillCode added in v1.2.0

GetBillCode BillCode Getter

func (AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest) GetBillTime added in v1.2.0

GetBillTime BillTime Getter

func (AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest) GetBillType added in v1.2.0

GetBillType BillType Getter

func (AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest) GetDisRefEntId added in v1.2.0

GetDisRefEntId DisRefEntId Getter

func (AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest) GetDrugEntBaseInfoId added in v1.2.0

GetDrugEntBaseInfoId DrugEntBaseInfoId Getter

func (AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest) GetExpireDate added in v1.2.0

GetExpireDate ExpireDate Getter

func (AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest) GetFromRefUserId added in v1.2.0

GetFromRefUserId FromRefUserId Getter

func (AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest) GetInputAmount added in v1.2.0

GetInputAmount InputAmount Getter

func (AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest) GetProduceBatchNo added in v1.2.0

GetProduceBatchNo ProduceBatchNo Getter

func (AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest) GetProduceDate added in v1.2.0

GetProduceDate ProduceDate Getter

func (AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest) GetToRefUserId added in v1.2.0

GetToRefUserId ToRefUserId Getter

func (*AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest) SetAssRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest) SetAssRefEntId(_assRefEntId string) error

SetAssRefEntId is AssRefEntId Setter 委托企业ID

func (*AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest) SetBillCode added in v1.2.0

SetBillCode is BillCode Setter 单据编号

func (*AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest) SetBillTime added in v1.2.0

SetBillTime is BillTime Setter 单据时间:yyyy-MM-dd HH:mm:ss

func (*AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest) SetBillType added in v1.2.0

SetBillType is BillType Setter 零头入库:106;零头出库:210

func (*AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest) SetDisRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest) SetDisRefEntId(_disRefEntId string) error

SetDisRefEntId is DisRefEntId Setter 配送企业ID

func (*AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest) SetDrugEntBaseInfoId added in v1.2.0

func (r *AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest) SetDrugEntBaseInfoId(_drugEntBaseInfoId string) error

SetDrugEntBaseInfoId is DrugEntBaseInfoId Setter 药品ID

func (*AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest) SetExpireDate added in v1.2.0

func (r *AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest) SetExpireDate(_expireDate string) error

SetExpireDate is ExpireDate Setter 有效期:yyyyMMdd

func (*AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest) SetFromRefUserId added in v1.2.0

func (r *AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest) SetFromRefUserId(_fromRefUserId string) error

SetFromRefUserId is FromRefUserId Setter 发货企业ID

func (*AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest) SetInputAmount added in v1.2.0

func (r *AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest) SetInputAmount(_inputAmount string) error

SetInputAmount is InputAmount Setter 药品数量

func (*AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest) SetProduceBatchNo added in v1.2.0

func (r *AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest) SetProduceBatchNo(_produceBatchNo string) error

SetProduceBatchNo is ProduceBatchNo Setter 生产批次

func (*AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest) SetProduceDate added in v1.2.0

func (r *AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest) SetProduceDate(_produceDate string) error

SetProduceDate is ProduceDate Setter 生产日期:yyyy-MM-dd

func (*AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业ID

func (*AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest) SetToRefUserId added in v1.2.0

func (r *AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest) SetToRefUserId(_toRefUserId string) error

SetToRefUserId is ToRefUserId Setter 收货企业ID

type AlibabaAlihealthDrugKytRemnantbillUploadAPIResponse

type AlibabaAlihealthDrugKytRemnantbillUploadAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytRemnantbillUploadAPIResponseModel
}

AlibabaAlihealthDrugKytRemnantbillUploadAPIResponse 零头出入库单据上传 API返回值 alibaba.alihealth.drug.kyt.remnantbill.upload

零头出入库单据上传

type AlibabaAlihealthDrugKytRemnantbillUploadAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytRemnantbillUploadAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_remnantbill_upload_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// model
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// msgInfo
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// msgCode
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 是否成功
	ResponseStatus bool `json:"response_status,omitempty" xml:"response_status,omitempty"`
}

AlibabaAlihealthDrugKytRemnantbillUploadAPIResponseModel is 零头出入库单据上传 成功返回结果

type AlibabaAlihealthDrugKytSaveentAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytSaveentAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytSaveentAPIRequest 新增往来单位企业 API请求 alibaba.alihealth.drug.kyt.saveent

新增往来单位企业记录

func NewAlibabaAlihealthDrugKytSaveentRequest

func NewAlibabaAlihealthDrugKytSaveentRequest() *AlibabaAlihealthDrugKytSaveentAPIRequest

NewAlibabaAlihealthDrugKytSaveentRequest 初始化AlibabaAlihealthDrugKytSaveentAPIRequest对象

func (AlibabaAlihealthDrugKytSaveentAPIRequest) GetAddEntReq added in v1.2.0

GetAddEntReq AddEntReq Getter

func (AlibabaAlihealthDrugKytSaveentAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaAlihealthDrugKytSaveentAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytSaveentAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytSaveentAPIRequest) GetLicPictureByte added in v1.2.0

func (r AlibabaAlihealthDrugKytSaveentAPIRequest) GetLicPictureByte() *model.File

GetLicPictureByte LicPictureByte Getter

func (AlibabaAlihealthDrugKytSaveentAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugKytSaveentAPIRequest) SetAddEntReq added in v1.2.0

func (r *AlibabaAlihealthDrugKytSaveentAPIRequest) SetAddEntReq(_addEntReq *AddEntReqDto) error

SetAddEntReq is AddEntReq Setter 新增企业信息

func (*AlibabaAlihealthDrugKytSaveentAPIRequest) SetLicPictureByte added in v1.2.0

func (r *AlibabaAlihealthDrugKytSaveentAPIRequest) SetLicPictureByte(_licPictureByte *model.File) error

SetLicPictureByte is LicPictureByte Setter 图片数据流。图片大小务必控制在2M以内

func (*AlibabaAlihealthDrugKytSaveentAPIRequest) SetRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugKytSaveentAPIRequest) SetRefEntId(_refEntId string) error

SetRefEntId is RefEntId Setter 添加企业唯一标识

type AlibabaAlihealthDrugKytSaveentAPIResponse

type AlibabaAlihealthDrugKytSaveentAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytSaveentAPIResponseModel
}

AlibabaAlihealthDrugKytSaveentAPIResponse 新增往来单位企业 API返回值 alibaba.alihealth.drug.kyt.saveent

新增往来单位企业记录

type AlibabaAlihealthDrugKytSaveentAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytSaveentAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_saveent_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 往来单位新增接口返回
	Result *AlibabaAlihealthDrugKytSaveentResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytSaveentAPIResponseModel is 新增往来单位企业 成功返回结果

type AlibabaAlihealthDrugKytSaveentModel

type AlibabaAlihealthDrugKytSaveentModel struct {
	// 新增成功后分配的往来单位refEntId
	ParRefEntId string `json:"par_ref_ent_id,omitempty" xml:"par_ref_ent_id,omitempty"`
	// 新增失败的时候错误原因
	CheckMsg string `json:"check_msg,omitempty" xml:"check_msg,omitempty"`
	// 新增成功还是失败,true:新增成功
	AddSucess bool `json:"add_sucess,omitempty" xml:"add_sucess,omitempty"`
}

AlibabaAlihealthDrugKytSaveentModel 结构体

type AlibabaAlihealthDrugKytSaveentResultModel

type AlibabaAlihealthDrugKytSaveentResultModel struct {
	// 接口调用失败具体信息
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 接口调用失败具体code
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 具体返回值
	Model *AlibabaAlihealthDrugKytSaveentModel `json:"model,omitempty" xml:"model,omitempty"`
	// true:接口调用成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaAlihealthDrugKytSaveentResultModel 结构体

type AlibabaAlihealthDrugKytSearchbillAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytSearchbillAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytSearchbillAPIRequest 通过时间段批量查询入出库单信息 API请求 alibaba.alihealth.drug.kyt.searchbill

通过时间段批量查询入出库单信息

func NewAlibabaAlihealthDrugKytSearchbillRequest

func NewAlibabaAlihealthDrugKytSearchbillRequest() *AlibabaAlihealthDrugKytSearchbillAPIRequest

NewAlibabaAlihealthDrugKytSearchbillRequest 初始化AlibabaAlihealthDrugKytSearchbillAPIRequest对象

func (AlibabaAlihealthDrugKytSearchbillAPIRequest) GetAgentRefUserId added in v1.2.0

GetAgentRefUserId AgentRefUserId Getter

func (AlibabaAlihealthDrugKytSearchbillAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytSearchbillAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytSearchbillAPIRequest) GetAuthRefUserId added in v1.2.0

GetAuthRefUserId AuthRefUserId Getter

func (AlibabaAlihealthDrugKytSearchbillAPIRequest) GetBeginDate added in v1.2.0

GetBeginDate BeginDate Getter

func (AlibabaAlihealthDrugKytSearchbillAPIRequest) GetBillCode added in v1.2.0

GetBillCode BillCode Getter

func (AlibabaAlihealthDrugKytSearchbillAPIRequest) GetBillType added in v1.2.0

GetBillType BillType Getter

func (AlibabaAlihealthDrugKytSearchbillAPIRequest) GetCurPage added in v1.2.0

GetCurPage CurPage Getter

func (AlibabaAlihealthDrugKytSearchbillAPIRequest) GetEndDate added in v1.2.0

GetEndDate EndDate Getter

func (AlibabaAlihealthDrugKytSearchbillAPIRequest) GetPageSize added in v1.2.0

GetPageSize PageSize Getter

func (AlibabaAlihealthDrugKytSearchbillAPIRequest) GetPartnerIdRecv added in v1.2.0

GetPartnerIdRecv PartnerIdRecv Getter

func (AlibabaAlihealthDrugKytSearchbillAPIRequest) GetPartnerIdSend added in v1.2.0

GetPartnerIdSend PartnerIdSend Getter

func (AlibabaAlihealthDrugKytSearchbillAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugKytSearchbillAPIRequest) SetAgentRefUserId added in v1.2.0

func (r *AlibabaAlihealthDrugKytSearchbillAPIRequest) SetAgentRefUserId(_agentRefUserId string) error

SetAgentRefUserId is AgentRefUserId Setter 代理企业

func (*AlibabaAlihealthDrugKytSearchbillAPIRequest) SetAuthRefUserId added in v1.2.0

func (r *AlibabaAlihealthDrugKytSearchbillAPIRequest) SetAuthRefUserId(_authRefUserId string) error

SetAuthRefUserId is AuthRefUserId Setter 货主

func (*AlibabaAlihealthDrugKytSearchbillAPIRequest) SetBeginDate added in v1.2.0

func (r *AlibabaAlihealthDrugKytSearchbillAPIRequest) SetBeginDate(_beginDate string) error

SetBeginDate is BeginDate Setter 开始日期

func (*AlibabaAlihealthDrugKytSearchbillAPIRequest) SetBillCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytSearchbillAPIRequest) SetBillCode(_billCode string) error

SetBillCode is BillCode Setter 单据号码

func (*AlibabaAlihealthDrugKytSearchbillAPIRequest) SetBillType added in v1.2.0

func (r *AlibabaAlihealthDrugKytSearchbillAPIRequest) SetBillType(_billType string) error

SetBillType is BillType Setter 单据类型 A : 所有 AI :入库 AO:出库

func (*AlibabaAlihealthDrugKytSearchbillAPIRequest) SetCurPage added in v1.2.0

SetCurPage is CurPage Setter 当前页

func (*AlibabaAlihealthDrugKytSearchbillAPIRequest) SetEndDate added in v1.2.0

SetEndDate is EndDate Setter 结束日期

func (*AlibabaAlihealthDrugKytSearchbillAPIRequest) SetPageSize added in v1.2.0

func (r *AlibabaAlihealthDrugKytSearchbillAPIRequest) SetPageSize(_pageSize int64) error

SetPageSize is PageSize Setter 页大小

func (*AlibabaAlihealthDrugKytSearchbillAPIRequest) SetPartnerIdRecv added in v1.2.0

func (r *AlibabaAlihealthDrugKytSearchbillAPIRequest) SetPartnerIdRecv(_partnerIdRecv string) error

SetPartnerIdRecv is PartnerIdRecv Setter 收货企业

func (*AlibabaAlihealthDrugKytSearchbillAPIRequest) SetPartnerIdSend added in v1.2.0

func (r *AlibabaAlihealthDrugKytSearchbillAPIRequest) SetPartnerIdSend(_partnerIdSend string) error

SetPartnerIdSend is PartnerIdSend Setter 发货企业

func (*AlibabaAlihealthDrugKytSearchbillAPIRequest) SetRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugKytSearchbillAPIRequest) SetRefEntId(_refEntId string) error

SetRefEntId is RefEntId Setter 企业标识

type AlibabaAlihealthDrugKytSearchbillAPIResponse

type AlibabaAlihealthDrugKytSearchbillAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytSearchbillAPIResponseModel
}

AlibabaAlihealthDrugKytSearchbillAPIResponse 通过时间段批量查询入出库单信息 API返回值 alibaba.alihealth.drug.kyt.searchbill

通过时间段批量查询入出库单信息

type AlibabaAlihealthDrugKytSearchbillAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytSearchbillAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_searchbill_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugKytSearchbillResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytSearchbillAPIResponseModel is 通过时间段批量查询入出库单信息 成功返回结果

type AlibabaAlihealthDrugKytSearchbillResultModel

type AlibabaAlihealthDrugKytSearchbillResultModel struct {
	// 返回码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回信息
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回模型
	Model *PageInfoDto `json:"model,omitempty" xml:"model,omitempty"`
	// 是否响应成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaAlihealthDrugKytSearchbillResultModel 结构体

type AlibabaAlihealthDrugKytSearchstatusAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytSearchstatusAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytSearchstatusAPIRequest 单据处理状态查询 API请求 alibaba.alihealth.drug.kyt.searchstatus

单据处理状态查询

func NewAlibabaAlihealthDrugKytSearchstatusRequest

func NewAlibabaAlihealthDrugKytSearchstatusRequest() *AlibabaAlihealthDrugKytSearchstatusAPIRequest

NewAlibabaAlihealthDrugKytSearchstatusRequest 初始化AlibabaAlihealthDrugKytSearchstatusAPIRequest对象

func (AlibabaAlihealthDrugKytSearchstatusAPIRequest) GetAgentRefUserId added in v1.2.0

GetAgentRefUserId AgentRefUserId Getter

func (AlibabaAlihealthDrugKytSearchstatusAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytSearchstatusAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytSearchstatusAPIRequest) GetBeginDate added in v1.2.0

GetBeginDate BeginDate Getter

func (AlibabaAlihealthDrugKytSearchstatusAPIRequest) GetBillCode added in v1.2.0

GetBillCode BillCode Getter

func (AlibabaAlihealthDrugKytSearchstatusAPIRequest) GetBillType added in v1.2.0

GetBillType BillType Getter

func (AlibabaAlihealthDrugKytSearchstatusAPIRequest) GetDealStatus added in v1.2.0

GetDealStatus DealStatus Getter

func (AlibabaAlihealthDrugKytSearchstatusAPIRequest) GetDrugType added in v1.2.0

GetDrugType DrugType Getter

func (AlibabaAlihealthDrugKytSearchstatusAPIRequest) GetEndDate added in v1.2.0

GetEndDate EndDate Getter

func (AlibabaAlihealthDrugKytSearchstatusAPIRequest) GetFromUserId added in v1.2.0

GetFromUserId FromUserId Getter

func (AlibabaAlihealthDrugKytSearchstatusAPIRequest) GetPage added in v1.2.0

GetPage Page Getter

func (AlibabaAlihealthDrugKytSearchstatusAPIRequest) GetPageSize added in v1.2.0

GetPageSize PageSize Getter

func (AlibabaAlihealthDrugKytSearchstatusAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (AlibabaAlihealthDrugKytSearchstatusAPIRequest) GetToUserId added in v1.2.0

GetToUserId ToUserId Getter

func (*AlibabaAlihealthDrugKytSearchstatusAPIRequest) SetAgentRefUserId added in v1.2.0

func (r *AlibabaAlihealthDrugKytSearchstatusAPIRequest) SetAgentRefUserId(_agentRefUserId string) error

SetAgentRefUserId is AgentRefUserId Setter 代理商(第三方物流企业)

func (*AlibabaAlihealthDrugKytSearchstatusAPIRequest) SetBeginDate added in v1.2.0

func (r *AlibabaAlihealthDrugKytSearchstatusAPIRequest) SetBeginDate(_beginDate string) error

SetBeginDate is BeginDate Setter 开始日期(没有时分秒)

func (*AlibabaAlihealthDrugKytSearchstatusAPIRequest) SetBillCode added in v1.2.0

SetBillCode is BillCode Setter 单据号(精确值,不支持模糊查询)

func (*AlibabaAlihealthDrugKytSearchstatusAPIRequest) SetBillType added in v1.2.0

SetBillType is BillType Setter 单据类型 A:全部 AI:全部入库 AO:全部出库

func (*AlibabaAlihealthDrugKytSearchstatusAPIRequest) SetDealStatus added in v1.2.0

func (r *AlibabaAlihealthDrugKytSearchstatusAPIRequest) SetDealStatus(_dealStatus string) error

SetDealStatus is DealStatus Setter 状态 0, 处理中 3, 处理成功 4, 处理失败

func (*AlibabaAlihealthDrugKytSearchstatusAPIRequest) SetDrugType added in v1.2.0

SetDrugType is DrugType Setter 药品类型

func (*AlibabaAlihealthDrugKytSearchstatusAPIRequest) SetEndDate added in v1.2.0

SetEndDate is EndDate Setter 结束日期(没有时分秒)

func (*AlibabaAlihealthDrugKytSearchstatusAPIRequest) SetFromUserId added in v1.2.0

func (r *AlibabaAlihealthDrugKytSearchstatusAPIRequest) SetFromUserId(_fromUserId string) error

SetFromUserId is FromUserId Setter 发货商

func (*AlibabaAlihealthDrugKytSearchstatusAPIRequest) SetPage added in v1.2.0

SetPage is Page Setter 页码

func (*AlibabaAlihealthDrugKytSearchstatusAPIRequest) SetPageSize added in v1.2.0

func (r *AlibabaAlihealthDrugKytSearchstatusAPIRequest) SetPageSize(_pageSize int64) error

SetPageSize is PageSize Setter 页大小

func (*AlibabaAlihealthDrugKytSearchstatusAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业ref_ent_id(货主企业的ref_ent_id)

func (*AlibabaAlihealthDrugKytSearchstatusAPIRequest) SetToUserId added in v1.2.0

SetToUserId is ToUserId Setter 收货商

type AlibabaAlihealthDrugKytSearchstatusAPIResponse

type AlibabaAlihealthDrugKytSearchstatusAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytSearchstatusAPIResponseModel
}

AlibabaAlihealthDrugKytSearchstatusAPIResponse 单据处理状态查询 API返回值 alibaba.alihealth.drug.kyt.searchstatus

单据处理状态查询

type AlibabaAlihealthDrugKytSearchstatusAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytSearchstatusAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_searchstatus_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugKytSearchstatusResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytSearchstatusAPIResponseModel is 单据处理状态查询 成功返回结果

type AlibabaAlihealthDrugKytSearchstatusResultModel

type AlibabaAlihealthDrugKytSearchstatusResultModel struct {
	// 状态码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 状态值
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回对象
	Model *PageInfoDto `json:"model,omitempty" xml:"model,omitempty"`
	// 响应结果
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytSearchstatusResultModel 结构体

type AlibabaAlihealthDrugKytSinglerelationAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytSinglerelationAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytSinglerelationAPIRequest 单码关联关系查询,通过一个码查询这个码下的所有子码 API请求 alibaba.alihealth.drug.kyt.singlerelation

单码关联关系查询,通过一个码查询这个码下的所有子码。(只有做过入库的码,才能能进行查询)

func NewAlibabaAlihealthDrugKytSinglerelationRequest

func NewAlibabaAlihealthDrugKytSinglerelationRequest() *AlibabaAlihealthDrugKytSinglerelationAPIRequest

NewAlibabaAlihealthDrugKytSinglerelationRequest 初始化AlibabaAlihealthDrugKytSinglerelationAPIRequest对象

func (AlibabaAlihealthDrugKytSinglerelationAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytSinglerelationAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytSinglerelationAPIRequest) GetCode added in v1.2.0

GetCode Code Getter

func (AlibabaAlihealthDrugKytSinglerelationAPIRequest) GetDesRefEntId added in v1.2.0

GetDesRefEntId DesRefEntId Getter

func (AlibabaAlihealthDrugKytSinglerelationAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugKytSinglerelationAPIRequest) SetCode added in v1.2.0

SetCode is Code Setter 追溯码

func (*AlibabaAlihealthDrugKytSinglerelationAPIRequest) SetDesRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugKytSinglerelationAPIRequest) SetDesRefEntId(_desRefEntId string) error

SetDesRefEntId is DesRefEntId Setter 目标企业唯一标识(为哪个企业查询,一般与入参ref_ent_id一样)

func (*AlibabaAlihealthDrugKytSinglerelationAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 接口调用企业的唯一标识(接口调用者)

type AlibabaAlihealthDrugKytSinglerelationAPIResponse

type AlibabaAlihealthDrugKytSinglerelationAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytSinglerelationAPIResponseModel
}

AlibabaAlihealthDrugKytSinglerelationAPIResponse 单码关联关系查询,通过一个码查询这个码下的所有子码 API返回值 alibaba.alihealth.drug.kyt.singlerelation

单码关联关系查询,通过一个码查询这个码下的所有子码。(只有做过入库的码,才能能进行查询)

type AlibabaAlihealthDrugKytSinglerelationAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytSinglerelationAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_singlerelation_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *AlibabaAlihealthDrugKytSinglerelationResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytSinglerelationAPIResponseModel is 单码关联关系查询,通过一个码查询这个码下的所有子码 成功返回结果

type AlibabaAlihealthDrugKytSinglerelationResultModel

type AlibabaAlihealthDrugKytSinglerelationResultModel struct {
	// model
	ModelList []CodeRelationDto `json:"model_list,omitempty" xml:"model_list>code_relation_dto,omitempty"`
	// msgCode
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// msgInfo
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 是否成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytSinglerelationResultModel 结构体

type AlibabaAlihealthDrugKytSmyxGetentinfoAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytSmyxGetentinfoAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytSmyxGetentinfoAPIRequest 查企业标识信息 API请求 alibaba.alihealth.drug.kyt.smyx.getentinfo

根据企业名称查询企业唯一标识【ref_ent_id】和企业ID【ent_id】

func NewAlibabaAlihealthDrugKytSmyxGetentinfoRequest

func NewAlibabaAlihealthDrugKytSmyxGetentinfoRequest() *AlibabaAlihealthDrugKytSmyxGetentinfoAPIRequest

NewAlibabaAlihealthDrugKytSmyxGetentinfoRequest 初始化AlibabaAlihealthDrugKytSmyxGetentinfoAPIRequest对象

func (AlibabaAlihealthDrugKytSmyxGetentinfoAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytSmyxGetentinfoAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytSmyxGetentinfoAPIRequest) GetEntName added in v1.2.0

GetEntName EntName Getter

func (*AlibabaAlihealthDrugKytSmyxGetentinfoAPIRequest) SetEntName added in v1.2.0

SetEntName is EntName Setter 公司名称

type AlibabaAlihealthDrugKytSmyxGetentinfoAPIResponse

type AlibabaAlihealthDrugKytSmyxGetentinfoAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytSmyxGetentinfoAPIResponseModel
}

AlibabaAlihealthDrugKytSmyxGetentinfoAPIResponse 查企业标识信息 API返回值 alibaba.alihealth.drug.kyt.smyx.getentinfo

根据企业名称查询企业唯一标识【ref_ent_id】和企业ID【ent_id】

type AlibabaAlihealthDrugKytSmyxGetentinfoAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytSmyxGetentinfoAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_smyx_getentinfo_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugKytSmyxGetentinfoResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytSmyxGetentinfoAPIResponseModel is 查企业标识信息 成功返回结果

type AlibabaAlihealthDrugKytSmyxGetentinfoResultModel

type AlibabaAlihealthDrugKytSmyxGetentinfoResultModel struct {
	// 返回码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回信息
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回对象
	Model *PUserEntInfoDto `json:"model,omitempty" xml:"model,omitempty"`
	// 是否响应成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytSmyxGetentinfoResultModel 结构体

type AlibabaAlihealthDrugKytSmyxListpartsAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytSmyxListpartsAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytSmyxListpartsAPIRequest 药店查询往来单位 API请求 alibaba.alihealth.drug.kyt.smyx.listparts

查询往来单位列表

func NewAlibabaAlihealthDrugKytSmyxListpartsRequest

func NewAlibabaAlihealthDrugKytSmyxListpartsRequest() *AlibabaAlihealthDrugKytSmyxListpartsAPIRequest

NewAlibabaAlihealthDrugKytSmyxListpartsRequest 初始化AlibabaAlihealthDrugKytSmyxListpartsAPIRequest对象

func (AlibabaAlihealthDrugKytSmyxListpartsAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytSmyxListpartsAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytSmyxListpartsAPIRequest) GetBeginDate added in v1.2.0

GetBeginDate BeginDate Getter

func (AlibabaAlihealthDrugKytSmyxListpartsAPIRequest) GetEndDate added in v1.2.0

GetEndDate EndDate Getter

func (AlibabaAlihealthDrugKytSmyxListpartsAPIRequest) GetEntName added in v1.2.0

GetEntName EntName Getter

func (AlibabaAlihealthDrugKytSmyxListpartsAPIRequest) GetPage added in v1.2.0

GetPage Page Getter

func (AlibabaAlihealthDrugKytSmyxListpartsAPIRequest) GetPageSize added in v1.2.0

GetPageSize PageSize Getter

func (AlibabaAlihealthDrugKytSmyxListpartsAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (AlibabaAlihealthDrugKytSmyxListpartsAPIRequest) GetRefPartnerId added in v1.2.0

GetRefPartnerId RefPartnerId Getter

func (*AlibabaAlihealthDrugKytSmyxListpartsAPIRequest) SetBeginDate added in v1.2.0

func (r *AlibabaAlihealthDrugKytSmyxListpartsAPIRequest) SetBeginDate(_beginDate string) error

SetBeginDate is BeginDate Setter 开始时间

func (*AlibabaAlihealthDrugKytSmyxListpartsAPIRequest) SetEndDate added in v1.2.0

SetEndDate is EndDate Setter 结束时间

func (*AlibabaAlihealthDrugKytSmyxListpartsAPIRequest) SetEntName added in v1.2.0

SetEntName is EntName Setter 企业名称

func (*AlibabaAlihealthDrugKytSmyxListpartsAPIRequest) SetPage added in v1.2.0

SetPage is Page Setter 页码

func (*AlibabaAlihealthDrugKytSmyxListpartsAPIRequest) SetPageSize added in v1.2.0

SetPageSize is PageSize Setter 页大小

func (*AlibabaAlihealthDrugKytSmyxListpartsAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业唯一标识

func (*AlibabaAlihealthDrugKytSmyxListpartsAPIRequest) SetRefPartnerId added in v1.2.0

func (r *AlibabaAlihealthDrugKytSmyxListpartsAPIRequest) SetRefPartnerId(_refPartnerId string) error

SetRefPartnerId is RefPartnerId Setter 企业自定义编号

type AlibabaAlihealthDrugKytSmyxListpartsAPIResponse

type AlibabaAlihealthDrugKytSmyxListpartsAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytSmyxListpartsAPIResponseModel
}

AlibabaAlihealthDrugKytSmyxListpartsAPIResponse 药店查询往来单位 API返回值 alibaba.alihealth.drug.kyt.smyx.listparts

查询往来单位列表

type AlibabaAlihealthDrugKytSmyxListpartsAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytSmyxListpartsAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_smyx_listparts_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugKytSmyxListpartsResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytSmyxListpartsAPIResponseModel is 药店查询往来单位 成功返回结果

type AlibabaAlihealthDrugKytSmyxListpartsResultModel

type AlibabaAlihealthDrugKytSmyxListpartsResultModel struct {
	// 返回码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回值
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回对象
	Model *Page `json:"model,omitempty" xml:"model,omitempty"`
	// 是否响应成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytSmyxListpartsResultModel 结构体

type AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest 药店出入库信息上传 API请求 alibaba.alihealth.drug.kyt.smyx.uploadinoutbill

药店上传出入库信息,包括采购入库(102),退货入库(103),供应入库(107),退货出库(202),销毁出库(205),抽检出库(206), 供应出库(209), 不包括对个人的零售出库,疫苗接种,领药出库。

func NewAlibabaAlihealthDrugKytSmyxUploadinoutbillRequest

func NewAlibabaAlihealthDrugKytSmyxUploadinoutbillRequest() *AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest

NewAlibabaAlihealthDrugKytSmyxUploadinoutbillRequest 初始化AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest对象

func (AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) GetAgentRefUserId added in v1.2.0

GetAgentRefUserId AgentRefUserId Getter

func (AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) GetBillCode added in v1.2.0

GetBillCode BillCode Getter

func (AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) GetBillTime added in v1.2.0

GetBillTime BillTime Getter

func (AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) GetBillType added in v1.2.0

GetBillType BillType Getter

func (AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) GetCancelReasonCode added in v1.2.0

GetCancelReasonCode CancelReasonCode Getter

func (AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) GetCancelReasonDes added in v1.2.0

GetCancelReasonDes CancelReasonDes Getter

func (AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) GetClientType added in v1.2.0

GetClientType ClientType Getter

func (AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) GetDestUserId added in v1.2.0

GetDestUserId DestUserId Getter

func (AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) GetDrugId added in v1.2.0

GetDrugId DrugId Getter

func (AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) GetExecuterCode added in v1.2.0

GetExecuterCode ExecuterCode Getter

func (AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) GetExecuterName added in v1.2.0

GetExecuterName ExecuterName Getter

func (AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) GetFromUserId added in v1.2.0

GetFromUserId FromUserId Getter

func (AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) GetOperIcCode added in v1.2.0

GetOperIcCode OperIcCode Getter

func (AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) GetOperIcName added in v1.2.0

GetOperIcName OperIcName Getter

func (AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) GetPhysicType added in v1.2.0

GetPhysicType PhysicType Getter

func (AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) GetRefUserId added in v1.2.0

GetRefUserId RefUserId Getter

func (AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) GetReturnReasonCode added in v1.2.0

GetReturnReasonCode ReturnReasonCode Getter

func (AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) GetReturnReasonDes added in v1.2.0

GetReturnReasonDes ReturnReasonDes Getter

func (AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) GetSuperviserCode added in v1.2.0

GetSuperviserCode SuperviserCode Getter

func (AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) GetSuperviserName added in v1.2.0

GetSuperviserName SuperviserName Getter

func (AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) GetToUserId added in v1.2.0

GetToUserId ToUserId Getter

func (AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) GetTraceCodes added in v1.2.0

GetTraceCodes TraceCodes Getter

func (AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) GetWarehouseId added in v1.2.0

GetWarehouseId WarehouseId Getter

func (*AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) SetAgentRefUserId added in v1.2.0

func (r *AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) SetAgentRefUserId(_agentRefUserId string) error

SetAgentRefUserId is AgentRefUserId Setter 代理企业REF标识

func (*AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) SetBillCode added in v1.2.0

SetBillCode is BillCode Setter 单据编码

func (*AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) SetBillTime added in v1.2.0

SetBillTime is BillTime Setter 单据时间

func (*AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) SetBillType added in v1.2.0

SetBillType is BillType Setter 单据类型【102代表采购入库】

func (*AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) SetCancelReasonCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) SetCancelReasonCode(_cancelReasonCode string) error

SetCancelReasonCode is CancelReasonCode Setter 注销原因代码【销毁出库时填写】

func (*AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) SetCancelReasonDes added in v1.2.0

func (r *AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) SetCancelReasonDes(_cancelReasonDes string) error

SetCancelReasonDes is CancelReasonDes Setter 注销原因描述【销毁出库时填写】

func (*AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) SetClientType added in v1.2.0

SetClientType is ClientType Setter 客户端类型[必须填2]

func (*AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) SetDestUserId added in v1.2.0

SetDestUserId is DestUserId Setter 直调企业标识

func (*AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) SetDrugId added in v1.2.0

SetDrugId is DrugId Setter 药品ID[企业自已系统的药品ID]

func (*AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) SetExecuterCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) SetExecuterCode(_executerCode string) error

SetExecuterCode is ExecuterCode Setter 执行人证件号【销毁出库时填写】

func (*AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) SetExecuterName added in v1.2.0

func (r *AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) SetExecuterName(_executerName string) error

SetExecuterName is ExecuterName Setter 执行人姓名【销毁出库时填写】

func (*AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) SetFromUserId added in v1.2.0

SetFromUserId is FromUserId Setter 发货企业entId

func (*AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) SetOperIcCode added in v1.2.0

SetOperIcCode is OperIcCode Setter 单据提交者(appkey编号)

func (*AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) SetOperIcName added in v1.2.0

SetOperIcName is OperIcName Setter 单据提交者姓名

func (*AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) SetPhysicType added in v1.2.0

SetPhysicType is PhysicType Setter 药品类型【3普药2特药】

func (*AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) SetRefUserId added in v1.2.0

SetRefUserId is RefUserId Setter 上传企业的单位编码

func (*AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) SetReturnReasonCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) SetReturnReasonCode(_returnReasonCode string) error

SetReturnReasonCode is ReturnReasonCode Setter 退货原因代码[退货入出库时填写]

func (*AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) SetReturnReasonDes added in v1.2.0

func (r *AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) SetReturnReasonDes(_returnReasonDes string) error

SetReturnReasonDes is ReturnReasonDes Setter 退货原因描述[退货入出库时填写]

func (*AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) SetSuperviserCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) SetSuperviserCode(_superviserCode string) error

SetSuperviserCode is SuperviserCode Setter 监督人证件号【销毁出库时填写】

func (*AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) SetSuperviserName added in v1.2.0

func (r *AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) SetSuperviserName(_superviserName string) error

SetSuperviserName is SuperviserName Setter 监督人姓名【销毁出库时填写】

func (*AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) SetToUserId added in v1.2.0

SetToUserId is ToUserId Setter 收货企业entId

func (*AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) SetTraceCodes added in v1.2.0

func (r *AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) SetTraceCodes(_traceCodes []string) error

SetTraceCodes is TraceCodes Setter 追溯码[多个时用逗号分开]

func (*AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) SetWarehouseId added in v1.2.0

func (r *AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest) SetWarehouseId(_warehouseId string) error

SetWarehouseId is WarehouseId Setter 仓号

type AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIResponse

type AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIResponseModel
}

AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIResponse 药店出入库信息上传 API返回值 alibaba.alihealth.drug.kyt.smyx.uploadinoutbill

药店上传出入库信息,包括采购入库(102),退货入库(103),供应入库(107),退货出库(202),销毁出库(205),抽检出库(206), 供应出库(209), 不包括对个人的零售出库,疫苗接种,领药出库。

type AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_smyx_uploadinoutbill_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回值
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// 返回编码(BILL_DECODE_ERROR 单据转码失败  BILL_FILE_NAME_DUPLICATE_UPLOAD 文件名重复)
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回信息
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 是否成功(true 成功 false 失败)
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIResponseModel is 药店出入库信息上传 成功返回结果

type AlibabaAlihealthDrugKytStorebilldeleteAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytStorebilldeleteAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytStorebilldeleteAPIRequest 零售端单据删除 API请求 alibaba.alihealth.drug.kyt.storebilldelete

零售端单据删除

func NewAlibabaAlihealthDrugKytStorebilldeleteRequest

func NewAlibabaAlihealthDrugKytStorebilldeleteRequest() *AlibabaAlihealthDrugKytStorebilldeleteAPIRequest

NewAlibabaAlihealthDrugKytStorebilldeleteRequest 初始化AlibabaAlihealthDrugKytStorebilldeleteAPIRequest对象

func (AlibabaAlihealthDrugKytStorebilldeleteAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytStorebilldeleteAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytStorebilldeleteAPIRequest) GetBillId added in v1.2.0

GetBillId BillId Getter

func (AlibabaAlihealthDrugKytStorebilldeleteAPIRequest) GetBillType added in v1.2.0

GetBillType BillType Getter

func (AlibabaAlihealthDrugKytStorebilldeleteAPIRequest) GetIcCode added in v1.2.0

GetIcCode IcCode Getter

func (AlibabaAlihealthDrugKytStorebilldeleteAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugKytStorebilldeleteAPIRequest) SetBillId added in v1.2.0

SetBillId is BillId Setter 单据ID

func (*AlibabaAlihealthDrugKytStorebilldeleteAPIRequest) SetBillType added in v1.2.0

SetBillType is BillType Setter 单据类型

func (*AlibabaAlihealthDrugKytStorebilldeleteAPIRequest) SetIcCode added in v1.2.0

SetIcCode is IcCode Setter 操作人编码

func (*AlibabaAlihealthDrugKytStorebilldeleteAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业ID

type AlibabaAlihealthDrugKytStorebilldeleteAPIResponse

type AlibabaAlihealthDrugKytStorebilldeleteAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytStorebilldeleteAPIResponseModel
}

AlibabaAlihealthDrugKytStorebilldeleteAPIResponse 零售端单据删除 API返回值 alibaba.alihealth.drug.kyt.storebilldelete

零售端单据删除

type AlibabaAlihealthDrugKytStorebilldeleteAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytStorebilldeleteAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_storebilldelete_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果说明
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// 调用信息编码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 调用信息描述
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回结果
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytStorebilldeleteAPIResponseModel is 零售端单据删除 成功返回结果

type AlibabaAlihealthDrugKytStorebilllistAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytStorebilllistAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytStorebilllistAPIRequest 零售端平台单据查询 API请求 alibaba.alihealth.drug.kyt.storebilllist

零售端平台单据查询

func NewAlibabaAlihealthDrugKytStorebilllistRequest

func NewAlibabaAlihealthDrugKytStorebilllistRequest() *AlibabaAlihealthDrugKytStorebilllistAPIRequest

NewAlibabaAlihealthDrugKytStorebilllistRequest 初始化AlibabaAlihealthDrugKytStorebilllistAPIRequest对象

func (AlibabaAlihealthDrugKytStorebilllistAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytStorebilllistAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytStorebilllistAPIRequest) GetBillStatus added in v1.2.0

GetBillStatus BillStatus Getter

func (AlibabaAlihealthDrugKytStorebilllistAPIRequest) GetEndDate added in v1.2.0

GetEndDate EndDate Getter

func (AlibabaAlihealthDrugKytStorebilllistAPIRequest) GetPage added in v1.2.0

GetPage Page Getter

func (AlibabaAlihealthDrugKytStorebilllistAPIRequest) GetPageSize added in v1.2.0

GetPageSize PageSize Getter

func (AlibabaAlihealthDrugKytStorebilllistAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (AlibabaAlihealthDrugKytStorebilllistAPIRequest) GetStartDate added in v1.2.0

GetStartDate StartDate Getter

func (*AlibabaAlihealthDrugKytStorebilllistAPIRequest) SetBillStatus added in v1.2.0

func (r *AlibabaAlihealthDrugKytStorebilllistAPIRequest) SetBillStatus(_billStatus string) error

SetBillStatus is BillStatus Setter 单据状态(A全部 1上传成功 3处理成功 4处理失败 )

func (*AlibabaAlihealthDrugKytStorebilllistAPIRequest) SetEndDate added in v1.2.0

SetEndDate is EndDate Setter 结束日期

func (*AlibabaAlihealthDrugKytStorebilllistAPIRequest) SetPage added in v1.2.0

SetPage is Page Setter 页码

func (*AlibabaAlihealthDrugKytStorebilllistAPIRequest) SetPageSize added in v1.2.0

SetPageSize is PageSize Setter 页数

func (*AlibabaAlihealthDrugKytStorebilllistAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业ID

func (*AlibabaAlihealthDrugKytStorebilllistAPIRequest) SetStartDate added in v1.2.0

func (r *AlibabaAlihealthDrugKytStorebilllistAPIRequest) SetStartDate(_startDate string) error

SetStartDate is StartDate Setter 开始日期

type AlibabaAlihealthDrugKytStorebilllistAPIResponse

type AlibabaAlihealthDrugKytStorebilllistAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytStorebilllistAPIResponseModel
}

AlibabaAlihealthDrugKytStorebilllistAPIResponse 零售端平台单据查询 API返回值 alibaba.alihealth.drug.kyt.storebilllist

零售端平台单据查询

type AlibabaAlihealthDrugKytStorebilllistAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytStorebilllistAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_storebilllist_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugKytStorebilllistResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytStorebilllistAPIResponseModel is 零售端平台单据查询 成功返回结果

type AlibabaAlihealthDrugKytStorebilllistResultModel

type AlibabaAlihealthDrugKytStorebilllistResultModel struct {
	// 返回码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回信息
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回结果
	Model *PageInfoDto `json:"model,omitempty" xml:"model,omitempty"`
	// 返回是否成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytStorebilllistResultModel 结构体

type AlibabaAlihealthDrugKytSynonymauthsAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytSynonymauthsAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytSynonymauthsAPIRequest 物流企业查询货主企业信息 API请求 alibaba.alihealth.drug.kyt.synonymauths

物流企业查询货主企业信息

func NewAlibabaAlihealthDrugKytSynonymauthsRequest

func NewAlibabaAlihealthDrugKytSynonymauthsRequest() *AlibabaAlihealthDrugKytSynonymauthsAPIRequest

NewAlibabaAlihealthDrugKytSynonymauthsRequest 初始化AlibabaAlihealthDrugKytSynonymauthsAPIRequest对象

func (AlibabaAlihealthDrugKytSynonymauthsAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytSynonymauthsAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytSynonymauthsAPIRequest) GetEntName added in v1.2.0

GetEntName EntName Getter

func (AlibabaAlihealthDrugKytSynonymauthsAPIRequest) GetPage added in v1.2.0

GetPage Page Getter

func (AlibabaAlihealthDrugKytSynonymauthsAPIRequest) GetPageSize added in v1.2.0

GetPageSize PageSize Getter

func (AlibabaAlihealthDrugKytSynonymauthsAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (AlibabaAlihealthDrugKytSynonymauthsAPIRequest) GetSynOwnEntId added in v1.2.0

GetSynOwnEntId SynOwnEntId Getter

func (*AlibabaAlihealthDrugKytSynonymauthsAPIRequest) SetEntName added in v1.2.0

SetEntName is EntName Setter 企业名称

func (*AlibabaAlihealthDrugKytSynonymauthsAPIRequest) SetPage added in v1.2.0

SetPage is Page Setter 页面大小

func (*AlibabaAlihealthDrugKytSynonymauthsAPIRequest) SetPageSize added in v1.2.0

func (r *AlibabaAlihealthDrugKytSynonymauthsAPIRequest) SetPageSize(_pageSize int64) error

SetPageSize is PageSize Setter 页码

func (*AlibabaAlihealthDrugKytSynonymauthsAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业ID

func (*AlibabaAlihealthDrugKytSynonymauthsAPIRequest) SetSynOwnEntId added in v1.2.0

func (r *AlibabaAlihealthDrugKytSynonymauthsAPIRequest) SetSynOwnEntId(_synOwnEntId string) error

SetSynOwnEntId is SynOwnEntId Setter 货主自定义编号

type AlibabaAlihealthDrugKytSynonymauthsAPIResponse

type AlibabaAlihealthDrugKytSynonymauthsAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytSynonymauthsAPIResponseModel
}

AlibabaAlihealthDrugKytSynonymauthsAPIResponse 物流企业查询货主企业信息 API返回值 alibaba.alihealth.drug.kyt.synonymauths

物流企业查询货主企业信息

type AlibabaAlihealthDrugKytSynonymauthsAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytSynonymauthsAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_synonymauths_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugKytSynonymauthsResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytSynonymauthsAPIResponseModel is 物流企业查询货主企业信息 成功返回结果

type AlibabaAlihealthDrugKytSynonymauthsResult

type AlibabaAlihealthDrugKytSynonymauthsResult struct {
	// 企业名称
	EntName string `json:"ent_name,omitempty" xml:"ent_name,omitempty"`
	// 市
	CityDesc string `json:"city_desc,omitempty" xml:"city_desc,omitempty"`
	// 省
	ProvDesc string `json:"prov_desc,omitempty" xml:"prov_desc,omitempty"`
	// 区
	AreaDesc string `json:"area_desc,omitempty" xml:"area_desc,omitempty"`
	// 企业主键
	EntId string `json:"ent_id,omitempty" xml:"ent_id,omitempty"`
	// 区域编码
	DictRegionCode string `json:"dict_region_code,omitempty" xml:"dict_region_code,omitempty"`
	// 企业唯一标识
	RefEntId string `json:"ref_ent_id,omitempty" xml:"ref_ent_id,omitempty"`
	// 货主
	SynOwnEntId string `json:"syn_own_ent_id,omitempty" xml:"syn_own_ent_id,omitempty"`
	// 货主标识
	UserEntId string `json:"user_ent_id,omitempty" xml:"user_ent_id,omitempty"`
	// 创建日期
	CrtDate string `json:"crt_date,omitempty" xml:"crt_date,omitempty"`
	// 角色
	UserRoleType string `json:"user_role_type,omitempty" xml:"user_role_type,omitempty"`
}

AlibabaAlihealthDrugKytSynonymauthsResult 结构体

type AlibabaAlihealthDrugKytSynonymauthsResultModel

type AlibabaAlihealthDrugKytSynonymauthsResultModel struct {
	// 状态码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 状态值
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回对象
	Model *Page `json:"model,omitempty" xml:"model,omitempty"`
	// 是否响应成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytSynonymauthsResultModel 结构体

type AlibabaAlihealthDrugKytUpdatebillcodeAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytUpdatebillcodeAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytUpdatebillcodeAPIRequest 零售修改出入库单追溯码 API请求 alibaba.alihealth.drug.kyt.updatebillcode

零售修改出入库单追溯码

func NewAlibabaAlihealthDrugKytUpdatebillcodeRequest

func NewAlibabaAlihealthDrugKytUpdatebillcodeRequest() *AlibabaAlihealthDrugKytUpdatebillcodeAPIRequest

NewAlibabaAlihealthDrugKytUpdatebillcodeRequest 初始化AlibabaAlihealthDrugKytUpdatebillcodeAPIRequest对象

func (AlibabaAlihealthDrugKytUpdatebillcodeAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytUpdatebillcodeAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytUpdatebillcodeAPIRequest) GetBillId added in v1.2.0

GetBillId BillId Getter

func (AlibabaAlihealthDrugKytUpdatebillcodeAPIRequest) GetBillType added in v1.2.0

GetBillType BillType Getter

func (AlibabaAlihealthDrugKytUpdatebillcodeAPIRequest) GetCodeList added in v1.2.0

GetCodeList CodeList Getter

func (AlibabaAlihealthDrugKytUpdatebillcodeAPIRequest) GetIcCode added in v1.2.0

GetIcCode IcCode Getter

func (AlibabaAlihealthDrugKytUpdatebillcodeAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugKytUpdatebillcodeAPIRequest) SetBillId added in v1.2.0

SetBillId is BillId Setter 单据ID

func (*AlibabaAlihealthDrugKytUpdatebillcodeAPIRequest) SetBillType added in v1.2.0

SetBillType is BillType Setter 单据类型

func (*AlibabaAlihealthDrugKytUpdatebillcodeAPIRequest) SetCodeList added in v1.2.0

func (r *AlibabaAlihealthDrugKytUpdatebillcodeAPIRequest) SetCodeList(_codeList []string) error

SetCodeList is CodeList Setter 追溯码

func (*AlibabaAlihealthDrugKytUpdatebillcodeAPIRequest) SetIcCode added in v1.2.0

SetIcCode is IcCode Setter 操作人ID

func (*AlibabaAlihealthDrugKytUpdatebillcodeAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业ID

type AlibabaAlihealthDrugKytUpdatebillcodeAPIResponse

type AlibabaAlihealthDrugKytUpdatebillcodeAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytUpdatebillcodeAPIResponseModel
}

AlibabaAlihealthDrugKytUpdatebillcodeAPIResponse 零售修改出入库单追溯码 API返回值 alibaba.alihealth.drug.kyt.updatebillcode

零售修改出入库单追溯码

type AlibabaAlihealthDrugKytUpdatebillcodeAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytUpdatebillcodeAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_updatebillcode_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回值
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// 返回编码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回描述
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回接口
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytUpdatebillcodeAPIResponseModel is 零售修改出入库单追溯码 成功返回结果

type AlibabaAlihealthDrugKytUpdatebillinfoAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytUpdatebillinfoAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytUpdatebillinfoAPIRequest 零售端平台单据更新 API请求 alibaba.alihealth.drug.kyt.updatebillinfo

零售端平台单据更新

func NewAlibabaAlihealthDrugKytUpdatebillinfoRequest

func NewAlibabaAlihealthDrugKytUpdatebillinfoRequest() *AlibabaAlihealthDrugKytUpdatebillinfoAPIRequest

NewAlibabaAlihealthDrugKytUpdatebillinfoRequest 初始化AlibabaAlihealthDrugKytUpdatebillinfoAPIRequest对象

func (AlibabaAlihealthDrugKytUpdatebillinfoAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytUpdatebillinfoAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytUpdatebillinfoAPIRequest) GetBillCode added in v1.2.0

GetBillCode BillCode Getter

func (AlibabaAlihealthDrugKytUpdatebillinfoAPIRequest) GetBillId added in v1.2.0

GetBillId BillId Getter

func (AlibabaAlihealthDrugKytUpdatebillinfoAPIRequest) GetBillType added in v1.2.0

GetBillType BillType Getter

func (AlibabaAlihealthDrugKytUpdatebillinfoAPIRequest) GetEntId added in v1.2.0

GetEntId EntId Getter

func (AlibabaAlihealthDrugKytUpdatebillinfoAPIRequest) GetIcCode added in v1.2.0

GetIcCode IcCode Getter

func (AlibabaAlihealthDrugKytUpdatebillinfoAPIRequest) GetNote added in v1.2.0

GetNote Note Getter

func (AlibabaAlihealthDrugKytUpdatebillinfoAPIRequest) GetPartnerIdRecv added in v1.2.0

GetPartnerIdRecv PartnerIdRecv Getter

func (AlibabaAlihealthDrugKytUpdatebillinfoAPIRequest) GetPartnerIdSend added in v1.2.0

GetPartnerIdSend PartnerIdSend Getter

func (AlibabaAlihealthDrugKytUpdatebillinfoAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugKytUpdatebillinfoAPIRequest) SetBillCode added in v1.2.0

SetBillCode is BillCode Setter 单据编码

func (*AlibabaAlihealthDrugKytUpdatebillinfoAPIRequest) SetBillId added in v1.2.0

SetBillId is BillId Setter 单据ID

func (*AlibabaAlihealthDrugKytUpdatebillinfoAPIRequest) SetBillType added in v1.2.0

SetBillType is BillType Setter 单据类型

func (*AlibabaAlihealthDrugKytUpdatebillinfoAPIRequest) SetEntId added in v1.2.0

SetEntId is EntId Setter 企业ID

func (*AlibabaAlihealthDrugKytUpdatebillinfoAPIRequest) SetIcCode added in v1.2.0

SetIcCode is IcCode Setter 操作人编码

func (*AlibabaAlihealthDrugKytUpdatebillinfoAPIRequest) SetNote added in v1.2.0

SetNote is Note Setter 详情

func (*AlibabaAlihealthDrugKytUpdatebillinfoAPIRequest) SetPartnerIdRecv added in v1.2.0

func (r *AlibabaAlihealthDrugKytUpdatebillinfoAPIRequest) SetPartnerIdRecv(_partnerIdRecv string) error

SetPartnerIdRecv is PartnerIdRecv Setter 收货单信ID

func (*AlibabaAlihealthDrugKytUpdatebillinfoAPIRequest) SetPartnerIdSend added in v1.2.0

func (r *AlibabaAlihealthDrugKytUpdatebillinfoAPIRequest) SetPartnerIdSend(_partnerIdSend string) error

SetPartnerIdSend is PartnerIdSend Setter 发货单位ID

func (*AlibabaAlihealthDrugKytUpdatebillinfoAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业ID

type AlibabaAlihealthDrugKytUpdatebillinfoAPIResponse

type AlibabaAlihealthDrugKytUpdatebillinfoAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytUpdatebillinfoAPIResponseModel
}

AlibabaAlihealthDrugKytUpdatebillinfoAPIResponse 零售端平台单据更新 API返回值 alibaba.alihealth.drug.kyt.updatebillinfo

零售端平台单据更新

type AlibabaAlihealthDrugKytUpdatebillinfoAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytUpdatebillinfoAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_updatebillinfo_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// 返回编码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回描述
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回是否成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytUpdatebillinfoAPIResponseModel is 零售端平台单据更新 成功返回结果

type AlibabaAlihealthDrugKytUpinoutfileAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytUpinoutfileAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytUpinoutfileAPIRequest 上传出入库单据(传文件) API请求 alibaba.alihealth.drug.kyt.upinoutfile

上传出入库单据(传文件)

func NewAlibabaAlihealthDrugKytUpinoutfileRequest

func NewAlibabaAlihealthDrugKytUpinoutfileRequest() *AlibabaAlihealthDrugKytUpinoutfileAPIRequest

NewAlibabaAlihealthDrugKytUpinoutfileRequest 初始化AlibabaAlihealthDrugKytUpinoutfileAPIRequest对象

func (AlibabaAlihealthDrugKytUpinoutfileAPIRequest) GetAgentRefUserId added in v1.2.0

GetAgentRefUserId AgentRefUserId Getter

func (AlibabaAlihealthDrugKytUpinoutfileAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytUpinoutfileAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytUpinoutfileAPIRequest) GetBillCode added in v1.2.0

GetBillCode BillCode Getter

func (AlibabaAlihealthDrugKytUpinoutfileAPIRequest) GetBillTime added in v1.2.0

GetBillTime BillTime Getter

func (AlibabaAlihealthDrugKytUpinoutfileAPIRequest) GetBillType added in v1.2.0

GetBillType BillType Getter

func (AlibabaAlihealthDrugKytUpinoutfileAPIRequest) GetCancelReasonCode added in v1.2.0

func (r AlibabaAlihealthDrugKytUpinoutfileAPIRequest) GetCancelReasonCode() string

GetCancelReasonCode CancelReasonCode Getter

func (AlibabaAlihealthDrugKytUpinoutfileAPIRequest) GetCancelReasonDes added in v1.2.0

GetCancelReasonDes CancelReasonDes Getter

func (AlibabaAlihealthDrugKytUpinoutfileAPIRequest) GetClientType added in v1.2.0

GetClientType ClientType Getter

func (AlibabaAlihealthDrugKytUpinoutfileAPIRequest) GetDestUserId added in v1.2.0

GetDestUserId DestUserId Getter

func (AlibabaAlihealthDrugKytUpinoutfileAPIRequest) GetDrugId added in v1.2.0

GetDrugId DrugId Getter

func (AlibabaAlihealthDrugKytUpinoutfileAPIRequest) GetExecuterCode added in v1.2.0

GetExecuterCode ExecuterCode Getter

func (AlibabaAlihealthDrugKytUpinoutfileAPIRequest) GetExecuterName added in v1.2.0

GetExecuterName ExecuterName Getter

func (AlibabaAlihealthDrugKytUpinoutfileAPIRequest) GetFileContent added in v1.2.0

GetFileContent FileContent Getter

func (AlibabaAlihealthDrugKytUpinoutfileAPIRequest) GetFromUserId added in v1.2.0

GetFromUserId FromUserId Getter

func (AlibabaAlihealthDrugKytUpinoutfileAPIRequest) GetOperIcCode added in v1.2.0

GetOperIcCode OperIcCode Getter

func (AlibabaAlihealthDrugKytUpinoutfileAPIRequest) GetOperIcName added in v1.2.0

GetOperIcName OperIcName Getter

func (AlibabaAlihealthDrugKytUpinoutfileAPIRequest) GetPhysicType added in v1.2.0

GetPhysicType PhysicType Getter

func (AlibabaAlihealthDrugKytUpinoutfileAPIRequest) GetRefUserId added in v1.2.0

GetRefUserId RefUserId Getter

func (AlibabaAlihealthDrugKytUpinoutfileAPIRequest) GetReturnReasonCode added in v1.2.0

func (r AlibabaAlihealthDrugKytUpinoutfileAPIRequest) GetReturnReasonCode() string

GetReturnReasonCode ReturnReasonCode Getter

func (AlibabaAlihealthDrugKytUpinoutfileAPIRequest) GetReturnReasonDes added in v1.2.0

GetReturnReasonDes ReturnReasonDes Getter

func (AlibabaAlihealthDrugKytUpinoutfileAPIRequest) GetSuperviserCode added in v1.2.0

GetSuperviserCode SuperviserCode Getter

func (AlibabaAlihealthDrugKytUpinoutfileAPIRequest) GetSuperviserName added in v1.2.0

GetSuperviserName SuperviserName Getter

func (AlibabaAlihealthDrugKytUpinoutfileAPIRequest) GetToUserId added in v1.2.0

GetToUserId ToUserId Getter

func (AlibabaAlihealthDrugKytUpinoutfileAPIRequest) GetUploadFileName added in v1.2.0

GetUploadFileName UploadFileName Getter

func (AlibabaAlihealthDrugKytUpinoutfileAPIRequest) GetWarehouseId added in v1.2.0

GetWarehouseId WarehouseId Getter

func (*AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetAgentRefUserId added in v1.2.0

func (r *AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetAgentRefUserId(_agentRefUserId string) error

SetAgentRefUserId is AgentRefUserId Setter 代理企业REF标识

func (*AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetBillCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetBillCode(_billCode string) error

SetBillCode is BillCode Setter 单据编码

func (*AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetBillTime added in v1.2.0

func (r *AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetBillTime(_billTime string) error

SetBillTime is BillTime Setter 单据时间

func (*AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetBillType added in v1.2.0

func (r *AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetBillType(_billType int64) error

SetBillType is BillType Setter 单据类型【102代表采购入库】

func (*AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetCancelReasonCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetCancelReasonCode(_cancelReasonCode string) error

SetCancelReasonCode is CancelReasonCode Setter 注销原因代码【销毁出库时填写】

func (*AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetCancelReasonDes added in v1.2.0

func (r *AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetCancelReasonDes(_cancelReasonDes string) error

SetCancelReasonDes is CancelReasonDes Setter 注销原因描述【销毁出库时填写】

func (*AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetClientType added in v1.2.0

func (r *AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetClientType(_clientType string) error

SetClientType is ClientType Setter 客户端类型[必须填2]

func (*AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetDestUserId added in v1.2.0

func (r *AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetDestUserId(_destUserId string) error

SetDestUserId is DestUserId Setter 直调企业标识

func (*AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetDrugId added in v1.2.0

SetDrugId is DrugId Setter 药品ID

func (*AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetExecuterCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetExecuterCode(_executerCode string) error

SetExecuterCode is ExecuterCode Setter 执行人证件号【销毁出库时填写】

func (*AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetExecuterName added in v1.2.0

func (r *AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetExecuterName(_executerName string) error

SetExecuterName is ExecuterName Setter 执行人姓名【销毁出库时填写】

func (*AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetFileContent added in v1.2.0

func (r *AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetFileContent(_fileContent string) error

SetFileContent is FileContent Setter 文件内容

func (*AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetFromUserId added in v1.2.0

func (r *AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetFromUserId(_fromUserId string) error

SetFromUserId is FromUserId Setter 收货企业entId

func (*AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetOperIcCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetOperIcCode(_operIcCode string) error

SetOperIcCode is OperIcCode Setter 单据提交者(key编号)

func (*AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetOperIcName added in v1.2.0

func (r *AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetOperIcName(_operIcName string) error

SetOperIcName is OperIcName Setter 单据提交者姓名

func (*AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetPhysicType added in v1.2.0

func (r *AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetPhysicType(_physicType int64) error

SetPhysicType is PhysicType Setter 药品类型【3普药2特药】

func (*AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetRefUserId added in v1.2.0

func (r *AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetRefUserId(_refUserId string) error

SetRefUserId is RefUserId Setter 上传企业的单位编码

func (*AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetReturnReasonCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetReturnReasonCode(_returnReasonCode string) error

SetReturnReasonCode is ReturnReasonCode Setter 退货原因代码[退货入出库时填写]

func (*AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetReturnReasonDes added in v1.2.0

func (r *AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetReturnReasonDes(_returnReasonDes string) error

SetReturnReasonDes is ReturnReasonDes Setter 退货原因描述[退货入出库时填写]

func (*AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetSuperviserCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetSuperviserCode(_superviserCode string) error

SetSuperviserCode is SuperviserCode Setter 监督人证件号【销毁出库时填写】

func (*AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetSuperviserName added in v1.2.0

func (r *AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetSuperviserName(_superviserName string) error

SetSuperviserName is SuperviserName Setter 监督人姓名【销毁出库时填写】

func (*AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetToUserId added in v1.2.0

func (r *AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetToUserId(_toUserId string) error

SetToUserId is ToUserId Setter 发货企业entId

func (*AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetUploadFileName added in v1.2.0

func (r *AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetUploadFileName(_uploadFileName string) error

SetUploadFileName is UploadFileName Setter 文件名

func (*AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetWarehouseId added in v1.2.0

func (r *AlibabaAlihealthDrugKytUpinoutfileAPIRequest) SetWarehouseId(_warehouseId string) error

SetWarehouseId is WarehouseId Setter 仓号

type AlibabaAlihealthDrugKytUpinoutfileAPIResponse

type AlibabaAlihealthDrugKytUpinoutfileAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytUpinoutfileAPIResponseModel
}

AlibabaAlihealthDrugKytUpinoutfileAPIResponse 上传出入库单据(传文件) API返回值 alibaba.alihealth.drug.kyt.upinoutfile

上传出入库单据(传文件)

type AlibabaAlihealthDrugKytUpinoutfileAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytUpinoutfileAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_upinoutfile_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 上传的ID
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// 返回编码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 描述信息
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回值
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytUpinoutfileAPIResponseModel is 上传出入库单据(传文件) 成功返回结果

type AlibabaAlihealthDrugKytUploadb2cbillAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytUploadb2cbillAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytUploadb2cbillAPIRequest 快易通零售B2C API请求 alibaba.alihealth.drug.kyt.uploadb2cbill

快易通零售B2C单据上传

func NewAlibabaAlihealthDrugKytUploadb2cbillRequest

func NewAlibabaAlihealthDrugKytUploadb2cbillRequest() *AlibabaAlihealthDrugKytUploadb2cbillAPIRequest

NewAlibabaAlihealthDrugKytUploadb2cbillRequest 初始化AlibabaAlihealthDrugKytUploadb2cbillAPIRequest对象

func (AlibabaAlihealthDrugKytUploadb2cbillAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytUploadb2cbillAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytUploadb2cbillAPIRequest) GetBillCode added in v1.2.0

GetBillCode BillCode Getter

func (AlibabaAlihealthDrugKytUploadb2cbillAPIRequest) GetBillTime added in v1.2.0

GetBillTime BillTime Getter

func (AlibabaAlihealthDrugKytUploadb2cbillAPIRequest) GetDrugId added in v1.2.0

GetDrugId DrugId Getter

func (AlibabaAlihealthDrugKytUploadb2cbillAPIRequest) GetLbxOrder added in v1.2.0

GetLbxOrder LbxOrder Getter

func (AlibabaAlihealthDrugKytUploadb2cbillAPIRequest) GetMasterOrder added in v1.2.0

GetMasterOrder MasterOrder Getter

func (AlibabaAlihealthDrugKytUploadb2cbillAPIRequest) GetOperIcCode added in v1.2.0

GetOperIcCode OperIcCode Getter

func (AlibabaAlihealthDrugKytUploadb2cbillAPIRequest) GetOrderSource added in v1.2.0

GetOrderSource OrderSource Getter

func (AlibabaAlihealthDrugKytUploadb2cbillAPIRequest) GetRefUserId added in v1.2.0

GetRefUserId RefUserId Getter

func (AlibabaAlihealthDrugKytUploadb2cbillAPIRequest) GetTraceCodes added in v1.2.0

GetTraceCodes TraceCodes Getter

func (AlibabaAlihealthDrugKytUploadb2cbillAPIRequest) GetWarehouseId added in v1.2.0

GetWarehouseId WarehouseId Getter

func (*AlibabaAlihealthDrugKytUploadb2cbillAPIRequest) SetBillCode added in v1.2.0

SetBillCode is BillCode Setter 单据号【20位以内的唯一编码,可以使用16位UUID】

func (*AlibabaAlihealthDrugKytUploadb2cbillAPIRequest) SetBillTime added in v1.2.0

SetBillTime is BillTime Setter 单据时间【一般情况下写当前时间】

func (*AlibabaAlihealthDrugKytUploadb2cbillAPIRequest) SetDrugId added in v1.2.0

SetDrugId is DrugId Setter 药品ID

func (*AlibabaAlihealthDrugKytUploadb2cbillAPIRequest) SetLbxOrder added in v1.2.0

SetLbxOrder is LbxOrder Setter lbx号

func (*AlibabaAlihealthDrugKytUploadb2cbillAPIRequest) SetMasterOrder added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadb2cbillAPIRequest) SetMasterOrder(_masterOrder string) error

SetMasterOrder is MasterOrder Setter 主订单

func (*AlibabaAlihealthDrugKytUploadb2cbillAPIRequest) SetOperIcCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadb2cbillAPIRequest) SetOperIcCode(_operIcCode string) error

SetOperIcCode is OperIcCode Setter 操作人

func (*AlibabaAlihealthDrugKytUploadb2cbillAPIRequest) SetOrderSource added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadb2cbillAPIRequest) SetOrderSource(_orderSource string) error

SetOrderSource is OrderSource Setter 订单来源

func (*AlibabaAlihealthDrugKytUploadb2cbillAPIRequest) SetRefUserId added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadb2cbillAPIRequest) SetRefUserId(_refUserId string) error

SetRefUserId is RefUserId Setter 企业ID

func (*AlibabaAlihealthDrugKytUploadb2cbillAPIRequest) SetTraceCodes added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadb2cbillAPIRequest) SetTraceCodes(_traceCodes []string) error

SetTraceCodes is TraceCodes Setter 追溯码[多个时用逗号分开]

func (*AlibabaAlihealthDrugKytUploadb2cbillAPIRequest) SetWarehouseId added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadb2cbillAPIRequest) SetWarehouseId(_warehouseId string) error

SetWarehouseId is WarehouseId Setter 仓号

type AlibabaAlihealthDrugKytUploadb2cbillAPIResponse

type AlibabaAlihealthDrugKytUploadb2cbillAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytUploadb2cbillAPIResponseModel
}

AlibabaAlihealthDrugKytUploadb2cbillAPIResponse 快易通零售B2C API返回值 alibaba.alihealth.drug.kyt.uploadb2cbill

快易通零售B2C单据上传

type AlibabaAlihealthDrugKytUploadb2cbillAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytUploadb2cbillAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_uploadb2cbill_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 调用结果值
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// 调用结果
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 调用结果描述
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// success
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytUploadb2cbillAPIResponseModel is 快易通零售B2C 成功返回结果

type AlibabaAlihealthDrugKytUploadcircubillAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytUploadcircubillAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytUploadcircubillAPIRequest 生产批发单据上传 API请求 alibaba.alihealth.drug.kyt.uploadcircubill

生产批发单据上传(非零售企业使用),包括101, "生产入库";102, "采购入库";103, "退货入库";104, "调拨入库";106, "零头入库";107, "供应入库";108, "召回入库";110,"赠品入库";111,"盘盈入库";112,"报废入库";113,"其他入库" 201, "销售出库";202, "退货出库";203, "调拨出库";204, "返工出库";205, "销毁出库";206, "抽检出库";207, "直调出库";208, "生产出库";209, "供应出库";211, "召回出库";212,"赠品出库";214,"盘亏出库";215,"损坏出库";216,"报废出库";217,"其他出库";237, "直调退货"。

func NewAlibabaAlihealthDrugKytUploadcircubillRequest

func NewAlibabaAlihealthDrugKytUploadcircubillRequest() *AlibabaAlihealthDrugKytUploadcircubillAPIRequest

NewAlibabaAlihealthDrugKytUploadcircubillRequest 初始化AlibabaAlihealthDrugKytUploadcircubillAPIRequest对象

func (AlibabaAlihealthDrugKytUploadcircubillAPIRequest) GetAgentRefUserId added in v1.2.0

GetAgentRefUserId AgentRefUserId Getter

func (AlibabaAlihealthDrugKytUploadcircubillAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytUploadcircubillAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytUploadcircubillAPIRequest) GetAssEntId added in v1.2.0

GetAssEntId AssEntId Getter

func (AlibabaAlihealthDrugKytUploadcircubillAPIRequest) GetAssRefEntId added in v1.2.0

GetAssRefEntId AssRefEntId Getter

func (AlibabaAlihealthDrugKytUploadcircubillAPIRequest) GetBillCode added in v1.2.0

GetBillCode BillCode Getter

func (AlibabaAlihealthDrugKytUploadcircubillAPIRequest) GetBillTime added in v1.2.0

GetBillTime BillTime Getter

func (AlibabaAlihealthDrugKytUploadcircubillAPIRequest) GetBillType added in v1.2.0

GetBillType BillType Getter

func (AlibabaAlihealthDrugKytUploadcircubillAPIRequest) GetClientType added in v1.2.0

GetClientType ClientType Getter

func (AlibabaAlihealthDrugKytUploadcircubillAPIRequest) GetDestUserId added in v1.2.0

GetDestUserId DestUserId Getter

func (AlibabaAlihealthDrugKytUploadcircubillAPIRequest) GetDisEntId added in v1.2.0

GetDisEntId DisEntId Getter

func (AlibabaAlihealthDrugKytUploadcircubillAPIRequest) GetDisRefEntId added in v1.2.0

GetDisRefEntId DisRefEntId Getter

func (AlibabaAlihealthDrugKytUploadcircubillAPIRequest) GetDrugListJson added in v1.2.0

GetDrugListJson DrugListJson Getter

func (AlibabaAlihealthDrugKytUploadcircubillAPIRequest) GetFileContent added in v1.2.0

GetFileContent FileContent Getter

func (AlibabaAlihealthDrugKytUploadcircubillAPIRequest) GetFromAddress added in v1.2.0

GetFromAddress FromAddress Getter

func (AlibabaAlihealthDrugKytUploadcircubillAPIRequest) GetFromBillCode added in v1.2.0

GetFromBillCode FromBillCode Getter

func (AlibabaAlihealthDrugKytUploadcircubillAPIRequest) GetFromPerson added in v1.2.0

GetFromPerson FromPerson Getter

func (AlibabaAlihealthDrugKytUploadcircubillAPIRequest) GetFromUserId added in v1.2.0

GetFromUserId FromUserId Getter

func (AlibabaAlihealthDrugKytUploadcircubillAPIRequest) GetOperIcCode added in v1.2.0

GetOperIcCode OperIcCode Getter

func (AlibabaAlihealthDrugKytUploadcircubillAPIRequest) GetOperIcName added in v1.2.0

GetOperIcName OperIcName Getter

func (AlibabaAlihealthDrugKytUploadcircubillAPIRequest) GetOrderCode added in v1.2.0

GetOrderCode OrderCode Getter

func (AlibabaAlihealthDrugKytUploadcircubillAPIRequest) GetPhysicType added in v1.2.0

GetPhysicType PhysicType Getter

func (AlibabaAlihealthDrugKytUploadcircubillAPIRequest) GetQuReceivable added in v1.2.0

GetQuReceivable QuReceivable Getter

func (AlibabaAlihealthDrugKytUploadcircubillAPIRequest) GetRefUserId added in v1.2.0

GetRefUserId RefUserId Getter

func (AlibabaAlihealthDrugKytUploadcircubillAPIRequest) GetToAddress added in v1.2.0

GetToAddress ToAddress Getter

func (AlibabaAlihealthDrugKytUploadcircubillAPIRequest) GetToPerson added in v1.2.0

GetToPerson ToPerson Getter

func (AlibabaAlihealthDrugKytUploadcircubillAPIRequest) GetToUserId added in v1.2.0

GetToUserId ToUserId Getter

func (AlibabaAlihealthDrugKytUploadcircubillAPIRequest) GetUploadFileName added in v1.2.0

GetUploadFileName UploadFileName Getter

func (AlibabaAlihealthDrugKytUploadcircubillAPIRequest) GetXtCheckCode added in v1.2.0

GetXtCheckCode XtCheckCode Getter

func (AlibabaAlihealthDrugKytUploadcircubillAPIRequest) GetXtCheckCodeDesc added in v1.2.0

GetXtCheckCodeDesc XtCheckCodeDesc Getter

func (AlibabaAlihealthDrugKytUploadcircubillAPIRequest) GetXtIsCheck added in v1.2.0

GetXtIsCheck XtIsCheck Getter

func (*AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetAgentRefUserId added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetAgentRefUserId(_agentRefUserId string) error

SetAgentRefUserId is AgentRefUserId Setter 第三方物流代理企业【注意:该入参是ref_ent_id,不是ent_id】,该字段兼容之前接口逻辑,后期将不允许使用,不要填值。

func (*AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetAssEntId added in v1.2.0

SetAssEntId is AssEntId Setter (协同平台数据合规)单据委托企业entId

func (*AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetAssRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetAssRefEntId(_assRefEntId string) error

SetAssRefEntId is AssRefEntId Setter (协同平台数据合规)单据委托企业refEntId

func (*AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetBillCode added in v1.2.0

SetBillCode is BillCode Setter 单据编号【同一个企业不能上传相同单据号】

func (*AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetBillTime added in v1.2.0

SetBillTime is BillTime Setter 单据时间(扫码时间)

func (*AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetBillType added in v1.2.0

SetBillType is BillType Setter 单据类型【102代表采购入库,201代表销售出库,其它单据类型详见文档】

func (*AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetClientType added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetClientType(_clientType string) error

SetClientType is ClientType Setter 客户端类型【暂定都写2】

func (*AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetDestUserId added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetDestUserId(_destUserId string) error

SetDestUserId is DestUserId Setter 直调企业【注意:该入参是ent_id,并不是ref_ent_id】

func (*AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetDisEntId added in v1.2.0

SetDisEntId is DisEntId Setter (协同平台数据合规)药品配送企业entId【出库单,收货方为医疗机构时填写】

func (*AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetDisRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetDisRefEntId(_disRefEntId string) error

SetDisRefEntId is DisRefEntId Setter (协同平台数据合规)药品配送企业【出库单,收货方为医疗机构时填写】

func (*AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetDrugListJson added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetDrugListJson(_drugListJson string) error

SetDrugListJson is DrugListJson Setter (协同平台数据合规)药品列表Json:"codeCount": 药品数量 "commDrugId": 国家药品唯一标识 "exprieDate": 生产日期 "physicInfo": 药品信息 "pkgSpec": 包状规格 "prepnCount": 制剂数量 "produceBatchNo":生产批次 "produceDate": 生产日期

func (*AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetFileContent added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetFileContent(_fileContent string) error

SetFileContent is FileContent Setter 单据文件体【bas64字符串】,看对接文档中的代码示例,示例中有相应说明。

func (*AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetFromAddress added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetFromAddress(_fromAddress string) error

SetFromAddress is FromAddress Setter (协同平台数据合规)发货地址【必选】

func (*AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetFromBillCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetFromBillCode(_fromBillCode string) error

SetFromBillCode is FromBillCode Setter (协同平台数据合规)发货单编号【必选】

func (*AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetFromPerson added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetFromPerson(_fromPerson string) error

SetFromPerson is FromPerson Setter (协同平台数据合规)发货人【必选】

func (*AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetFromUserId added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetFromUserId(_fromUserId string) error

SetFromUserId is FromUserId Setter 发货企业【注意:该入参是ent_id,并不是ref_ent_id】

func (*AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetOperIcCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetOperIcCode(_operIcCode string) error

SetOperIcCode is OperIcCode Setter 操作人标识(appkey编号)

func (*AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetOperIcName added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetOperIcName(_operIcName string) error

SetOperIcName is OperIcName Setter 单据提交者姓名

func (*AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetOrderCode added in v1.2.0

SetOrderCode is OrderCode Setter (协同平台数据合规)订货单编号【可选】

func (*AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetPhysicType added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetPhysicType(_physicType int64) error

SetPhysicType is PhysicType Setter 药品类型【3普药2特药】89开头的码定义为特药,其它码定义成普药

func (*AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetQuReceivable added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetQuReceivable(_quReceivable int64) error

SetQuReceivable is QuReceivable Setter (协同平台数据合规)应收货总数量

func (*AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetRefUserId added in v1.2.0

SetRefUserId is RefUserId Setter 货主企业(单据的所有者,上传人)【注意:该入参是ref_ent_id,不是ent_id】

func (*AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetToAddress added in v1.2.0

SetToAddress is ToAddress Setter (协同平台数据合规)收货地址【必选】

func (*AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetToPerson added in v1.2.0

SetToPerson is ToPerson Setter (协同平台数据合规)收货人【必选】

func (*AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetToUserId added in v1.2.0

SetToUserId is ToUserId Setter 收货企业【注意:该入参是ent_id,并不是ref_ent_id】

func (*AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetUploadFileName added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetUploadFileName(_uploadFileName string) error

SetUploadFileName is UploadFileName Setter 单据名称

func (*AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetXtCheckCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetXtCheckCode(_xtCheckCode string) error

SetXtCheckCode is XtCheckCode Setter (协同平台数据合规)未验证通过原因【验证未通过时填写】

func (*AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetXtCheckCodeDesc added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetXtCheckCodeDesc(_xtCheckCodeDesc string) error

SetXtCheckCodeDesc is XtCheckCodeDesc Setter (协同平台数据合规)未验证通过原因描述【验证未通过时填写】

func (*AlibabaAlihealthDrugKytUploadcircubillAPIRequest) SetXtIsCheck added in v1.2.0

SetXtIsCheck is XtIsCheck Setter (协同平台数据合规)是否验证,0:未通过验证,1:已验证

type AlibabaAlihealthDrugKytUploadcircubillAPIResponse

type AlibabaAlihealthDrugKytUploadcircubillAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytUploadcircubillAPIResponseModel
}

AlibabaAlihealthDrugKytUploadcircubillAPIResponse 生产批发单据上传 API返回值 alibaba.alihealth.drug.kyt.uploadcircubill

生产批发单据上传(非零售企业使用),包括101, "生产入库";102, "采购入库";103, "退货入库";104, "调拨入库";106, "零头入库";107, "供应入库";108, "召回入库";110,"赠品入库";111,"盘盈入库";112,"报废入库";113,"其他入库" 201, "销售出库";202, "退货出库";203, "调拨出库";204, "返工出库";205, "销毁出库";206, "抽检出库";207, "直调出库";208, "生产出库";209, "供应出库";211, "召回出库";212,"赠品出库";214,"盘亏出库";215,"损坏出库";216,"报废出库";217,"其他出库";237, "直调退货"。

type AlibabaAlihealthDrugKytUploadcircubillAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytUploadcircubillAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_uploadcircubill_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// 返回结果
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回结果
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 是否成功(true 成功 ,false失败)
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytUploadcircubillAPIResponseModel is 生产批发单据上传 成功返回结果

type AlibabaAlihealthDrugKytUploadinoutbillAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytUploadinoutbillAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytUploadinoutbillAPIRequest 企业上传出入库信息 API请求 alibaba.alihealth.drug.kyt.uploadinoutbill

企业上传出入库信息,包括101, "生产入库";102, "采购入库";103, "退货入库";104, "调拨入库";106, "零头入库";107, "供应入库";108, "召回入库";110,"赠品入库";111,"盘盈入库";112,"报废入库";113,"其他入库" 201, "销售出库";202, "退货出库";203, "调拨出库";204, "返工出库";205, "销毁出库";206, "抽检出库";207, "直调出库";208, "生产出库";209, "供应出库";211, "召回出库";212,"赠品出库";214,"盘亏出库";215,"损坏出库";216,"报废出库";217,"其他出库";237, "直调退货"。 不包括对个人的零售出库,疫苗接种,领药出库。 本接口与uploadcircubill接口的主要区别的,本接口入参中直接上传追溯码(多个码时用逗号分隔)。uploadcircubill接口入参中,需要上传码的单据文件(用扫码枪生成的xml文件),一般情况下使用uploadcircubill接口上传单据文件。

func NewAlibabaAlihealthDrugKytUploadinoutbillRequest

func NewAlibabaAlihealthDrugKytUploadinoutbillRequest() *AlibabaAlihealthDrugKytUploadinoutbillAPIRequest

NewAlibabaAlihealthDrugKytUploadinoutbillRequest 初始化AlibabaAlihealthDrugKytUploadinoutbillAPIRequest对象

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetAgentRefUserId added in v1.2.0

GetAgentRefUserId AgentRefUserId Getter

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetAssEntId added in v1.2.0

GetAssEntId AssEntId Getter

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetAssRefEntId added in v1.2.0

GetAssRefEntId AssRefEntId Getter

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetBillCode added in v1.2.0

GetBillCode BillCode Getter

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetBillTime added in v1.2.0

GetBillTime BillTime Getter

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetBillType added in v1.2.0

GetBillType BillType Getter

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetCancelReasonCode added in v1.2.0

GetCancelReasonCode CancelReasonCode Getter

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetCancelReasonDes added in v1.2.0

GetCancelReasonDes CancelReasonDes Getter

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetClientType added in v1.2.0

GetClientType ClientType Getter

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetDestUserId added in v1.2.0

GetDestUserId DestUserId Getter

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetDisEntId added in v1.2.0

GetDisEntId DisEntId Getter

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetDisRefEntId added in v1.2.0

GetDisRefEntId DisRefEntId Getter

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetDrugId added in v1.2.0

GetDrugId DrugId Getter

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetDrugListJson added in v1.2.0

GetDrugListJson DrugListJson Getter

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetExecuterCode added in v1.2.0

GetExecuterCode ExecuterCode Getter

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetExecuterName added in v1.2.0

GetExecuterName ExecuterName Getter

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetFromAddress added in v1.2.0

GetFromAddress FromAddress Getter

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetFromBillCode added in v1.2.0

GetFromBillCode FromBillCode Getter

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetFromPerson added in v1.2.0

GetFromPerson FromPerson Getter

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetFromUserId added in v1.2.0

GetFromUserId FromUserId Getter

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetOperIcCode added in v1.2.0

GetOperIcCode OperIcCode Getter

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetOperIcName added in v1.2.0

GetOperIcName OperIcName Getter

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetOrderCode added in v1.2.0

GetOrderCode OrderCode Getter

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetPhysicType added in v1.2.0

GetPhysicType PhysicType Getter

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetQuReceivable added in v1.2.0

GetQuReceivable QuReceivable Getter

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetRefUserId added in v1.2.0

GetRefUserId RefUserId Getter

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetReturnReasonCode added in v1.2.0

GetReturnReasonCode ReturnReasonCode Getter

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetReturnReasonDes added in v1.2.0

GetReturnReasonDes ReturnReasonDes Getter

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetSuperviserCode added in v1.2.0

GetSuperviserCode SuperviserCode Getter

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetSuperviserName added in v1.2.0

GetSuperviserName SuperviserName Getter

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetToAddress added in v1.2.0

GetToAddress ToAddress Getter

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetToPerson added in v1.2.0

GetToPerson ToPerson Getter

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetToUserId added in v1.2.0

GetToUserId ToUserId Getter

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetTraceCodes added in v1.2.0

GetTraceCodes TraceCodes Getter

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetWarehouseId added in v1.2.0

GetWarehouseId WarehouseId Getter

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetXtCheckCode added in v1.2.0

GetXtCheckCode XtCheckCode Getter

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetXtCheckCodeDesc added in v1.2.0

GetXtCheckCodeDesc XtCheckCodeDesc Getter

func (AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) GetXtIsCheck added in v1.2.0

GetXtIsCheck XtIsCheck Getter

func (*AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetAgentRefUserId added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetAgentRefUserId(_agentRefUserId string) error

SetAgentRefUserId is AgentRefUserId Setter 第三方物流代理企业【注意:该入参是ref_ent_id,不是ent_id】,该字段兼容之前接口逻辑,后期将不允许使用,不要填值。

func (*AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetAssEntId added in v1.2.0

SetAssEntId is AssEntId Setter (协同平台数据合规)单据委托企业entId

func (*AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetAssRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetAssRefEntId(_assRefEntId string) error

SetAssRefEntId is AssRefEntId Setter (协同平台数据合规)单据委托企业refEntId

func (*AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetBillCode added in v1.2.0

SetBillCode is BillCode Setter 单据编号【同一个企业不能上传相同单据号】

func (*AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetBillTime added in v1.2.0

SetBillTime is BillTime Setter 单据时间(扫码时间)

func (*AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetBillType added in v1.2.0

SetBillType is BillType Setter 单据类型【102代表采购入库,201代表销售出库,其它单据类型详见文档】

func (*AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetCancelReasonCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetCancelReasonCode(_cancelReasonCode string) error

SetCancelReasonCode is CancelReasonCode Setter 注销原因代码【销毁出库时填写】

func (*AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetCancelReasonDes added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetCancelReasonDes(_cancelReasonDes string) error

SetCancelReasonDes is CancelReasonDes Setter 注销原因描述【销毁出库时填写】

func (*AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetClientType added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetClientType(_clientType string) error

SetClientType is ClientType Setter 调用方类型[必须填2]

func (*AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetDestUserId added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetDestUserId(_destUserId string) error

SetDestUserId is DestUserId Setter 直调企业标识【注意:该入参是ent_id,并不是ref_ent_id】

func (*AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetDisEntId added in v1.2.0

SetDisEntId is DisEntId Setter (协同平台数据合规)药品配送企业entId出库单,收货方为医疗机构时填写】

func (*AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetDisRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetDisRefEntId(_disRefEntId string) error

SetDisRefEntId is DisRefEntId Setter (协同平台数据合规)药品配送企业出库单,收货方为医疗机构时填写】

func (*AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetDrugId added in v1.2.0

SetDrugId is DrugId Setter 药品ID[企业自已系统的药品ID]

func (*AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetDrugListJson added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetDrugListJson(_drugListJson string) error

SetDrugListJson is DrugListJson Setter (协同平台数据合规)药品列表Json:"codeCount": 药品数量 "commDrugId": 国家药品唯一标识 "exprieDate": 生产日期 "physicInfo": 药品信息 "pkgSpec": 包状规格 "prepnCount": 制剂数量 "produceBatchNo":生产批次 "produceDate": 生产日期

func (*AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetExecuterCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetExecuterCode(_executerCode string) error

SetExecuterCode is ExecuterCode Setter 执行人证件号【销毁出库时填写】

func (*AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetExecuterName added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetExecuterName(_executerName string) error

SetExecuterName is ExecuterName Setter 执行人姓名【销毁出库时填写】

func (*AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetFromAddress added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetFromAddress(_fromAddress string) error

SetFromAddress is FromAddress Setter (协同平台数据合规)发货地址【必选】

func (*AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetFromBillCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetFromBillCode(_fromBillCode string) error

SetFromBillCode is FromBillCode Setter (协同平台数据合规)发货单编号【必选】

func (*AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetFromPerson added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetFromPerson(_fromPerson string) error

SetFromPerson is FromPerson Setter (协同平台数据合规)发货人【必选】

func (*AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetFromUserId added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetFromUserId(_fromUserId string) error

SetFromUserId is FromUserId Setter 发货企业entId【注意:该入参是ent_id,并不是ref_ent_id】

func (*AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetOperIcCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetOperIcCode(_operIcCode string) error

SetOperIcCode is OperIcCode Setter 单据提交者(调用接口时的appkey编号)

func (*AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetOperIcName added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetOperIcName(_operIcName string) error

SetOperIcName is OperIcName Setter 单据提交者姓名(出入库单上传人的名子)

func (*AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetOrderCode added in v1.2.0

SetOrderCode is OrderCode Setter (协同平台数据合规)订货单编号【可选】

func (*AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetPhysicType added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetPhysicType(_physicType int64) error

SetPhysicType is PhysicType Setter 药品类型【3普药2特药】89开头的码定义为特药,其它码定义成普药

func (*AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetQuReceivable added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetQuReceivable(_quReceivable int64) error

SetQuReceivable is QuReceivable Setter (协同平台数据合规)应收货总数量

func (*AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetRefUserId added in v1.2.0

SetRefUserId is RefUserId Setter 货主(单据的所有者,上传人),上传企业的单位维一编码【注意:该入参是ref_ent_id,不是ent_id】

func (*AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetReturnReasonCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetReturnReasonCode(_returnReasonCode string) error

SetReturnReasonCode is ReturnReasonCode Setter 退货原因代码[退货入出库时填写]

func (*AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetReturnReasonDes added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetReturnReasonDes(_returnReasonDes string) error

SetReturnReasonDes is ReturnReasonDes Setter 退货原因描述[退货入出库时填写]

func (*AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetSuperviserCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetSuperviserCode(_superviserCode string) error

SetSuperviserCode is SuperviserCode Setter 监督人证件号【销毁出库时填写】

func (*AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetSuperviserName added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetSuperviserName(_superviserName string) error

SetSuperviserName is SuperviserName Setter 监督人姓名【销毁出库时填写】

func (*AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetToAddress added in v1.2.0

SetToAddress is ToAddress Setter (协同平台数据合规)收货地址【必选】

func (*AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetToPerson added in v1.2.0

SetToPerson is ToPerson Setter (协同平台数据合规)收货人【必选】

func (*AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetToUserId added in v1.2.0

SetToUserId is ToUserId Setter 收货企业entId【注意:该入参是ent_id,并不是ref_ent_id】

func (*AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetTraceCodes added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetTraceCodes(_traceCodes []string) error

SetTraceCodes is TraceCodes Setter 追溯码[多个时用逗号分开]

func (*AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetWarehouseId added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetWarehouseId(_warehouseId string) error

SetWarehouseId is WarehouseId Setter 仓号

func (*AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetXtCheckCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetXtCheckCode(_xtCheckCode string) error

SetXtCheckCode is XtCheckCode Setter (协同平台数据合规)未验证通过原因【验证未通过时填写】

func (*AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetXtCheckCodeDesc added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetXtCheckCodeDesc(_xtCheckCodeDesc string) error

SetXtCheckCodeDesc is XtCheckCodeDesc Setter (协同平台数据合规)未验证通过原因描述【验证未通过时填写】

func (*AlibabaAlihealthDrugKytUploadinoutbillAPIRequest) SetXtIsCheck added in v1.2.0

SetXtIsCheck is XtIsCheck Setter (协同平台数据合规)是否验证,0:未通过验证,1:已验证

type AlibabaAlihealthDrugKytUploadinoutbillAPIResponse

type AlibabaAlihealthDrugKytUploadinoutbillAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytUploadinoutbillAPIResponseModel
}

AlibabaAlihealthDrugKytUploadinoutbillAPIResponse 企业上传出入库信息 API返回值 alibaba.alihealth.drug.kyt.uploadinoutbill

企业上传出入库信息,包括101, "生产入库";102, "采购入库";103, "退货入库";104, "调拨入库";106, "零头入库";107, "供应入库";108, "召回入库";110,"赠品入库";111,"盘盈入库";112,"报废入库";113,"其他入库" 201, "销售出库";202, "退货出库";203, "调拨出库";204, "返工出库";205, "销毁出库";206, "抽检出库";207, "直调出库";208, "生产出库";209, "供应出库";211, "召回出库";212,"赠品出库";214,"盘亏出库";215,"损坏出库";216,"报废出库";217,"其他出库";237, "直调退货"。 不包括对个人的零售出库,疫苗接种,领药出库。 本接口与uploadcircubill接口的主要区别的,本接口入参中直接上传追溯码(多个码时用逗号分隔)。uploadcircubill接口入参中,需要上传码的单据文件(用扫码枪生成的xml文件),一般情况下使用uploadcircubill接口上传单据文件。

type AlibabaAlihealthDrugKytUploadinoutbillAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytUploadinoutbillAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_uploadinoutbill_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回值
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// 返回编码(BILL_DECODE_ERROR 单据转码失败  BILL_FILE_NAME_DUPLICATE_UPLOAD 文件名重复)
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回信息
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 是否成功(true 成功 false 失败)
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytUploadinoutbillAPIResponseModel is 企业上传出入库信息 成功返回结果

type AlibabaAlihealthDrugKytUploadinsignAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytUploadinsignAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytUploadinsignAPIRequest 仓库批量扫码回传接口 API请求 alibaba.alihealth.drug.kyt.uploadinsign

连锁总部仓库在采购入库或者销售出库环节,批量采集追溯码之后回传到码上放心平台。

func NewAlibabaAlihealthDrugKytUploadinsignRequest

func NewAlibabaAlihealthDrugKytUploadinsignRequest() *AlibabaAlihealthDrugKytUploadinsignAPIRequest

NewAlibabaAlihealthDrugKytUploadinsignRequest 初始化AlibabaAlihealthDrugKytUploadinsignAPIRequest对象

func (AlibabaAlihealthDrugKytUploadinsignAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytUploadinsignAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytUploadinsignAPIRequest) GetBillCode added in v1.2.0

GetBillCode BillCode Getter

func (AlibabaAlihealthDrugKytUploadinsignAPIRequest) GetBillTime added in v1.2.0

GetBillTime BillTime Getter

func (AlibabaAlihealthDrugKytUploadinsignAPIRequest) GetDrugId added in v1.2.0

GetDrugId DrugId Getter

func (AlibabaAlihealthDrugKytUploadinsignAPIRequest) GetRefUserId added in v1.2.0

GetRefUserId RefUserId Getter

func (AlibabaAlihealthDrugKytUploadinsignAPIRequest) GetTraceCodes added in v1.2.0

GetTraceCodes TraceCodes Getter

func (AlibabaAlihealthDrugKytUploadinsignAPIRequest) GetWarehouseId added in v1.2.0

GetWarehouseId WarehouseId Getter

func (*AlibabaAlihealthDrugKytUploadinsignAPIRequest) SetBillCode added in v1.2.0

SetBillCode is BillCode Setter 单据编号(小于20位字符串,唯一)

func (*AlibabaAlihealthDrugKytUploadinsignAPIRequest) SetBillTime added in v1.2.0

SetBillTime is BillTime Setter 单据生成时间

func (*AlibabaAlihealthDrugKytUploadinsignAPIRequest) SetDrugId added in v1.2.0

SetDrugId is DrugId Setter 药品ID

func (*AlibabaAlihealthDrugKytUploadinsignAPIRequest) SetRefUserId added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadinsignAPIRequest) SetRefUserId(_refUserId string) error

SetRefUserId is RefUserId Setter 码上放心平台企业编码(仓库所有者)

func (*AlibabaAlihealthDrugKytUploadinsignAPIRequest) SetTraceCodes added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadinsignAPIRequest) SetTraceCodes(_traceCodes []string) error

SetTraceCodes is TraceCodes Setter 追溯码[多个时用逗号分开]

func (*AlibabaAlihealthDrugKytUploadinsignAPIRequest) SetWarehouseId added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadinsignAPIRequest) SetWarehouseId(_warehouseId string) error

SetWarehouseId is WarehouseId Setter 仓库名称(企业自定义)

type AlibabaAlihealthDrugKytUploadinsignAPIResponse

type AlibabaAlihealthDrugKytUploadinsignAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytUploadinsignAPIResponseModel
}

AlibabaAlihealthDrugKytUploadinsignAPIResponse 仓库批量扫码回传接口 API返回值 alibaba.alihealth.drug.kyt.uploadinsign

连锁总部仓库在采购入库或者销售出库环节,批量采集追溯码之后回传到码上放心平台。

type AlibabaAlihealthDrugKytUploadinsignAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytUploadinsignAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_uploadinsign_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回值
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// 返回编码(BILL_DECODE_ERROR 单据转码失败 BILL_FILE_NAME_DUPLICATE_UPLOAD 文件名重复)
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回信息
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 是否成功(true 成功 false 失败)
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytUploadinsignAPIResponseModel is 仓库批量扫码回传接口 成功返回结果

type AlibabaAlihealthDrugKytUploadrelationAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytUploadrelationAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytUploadrelationAPIRequest 关联关系上传 API请求 alibaba.alihealth.drug.kyt.uploadrelation

关联关系上传

func NewAlibabaAlihealthDrugKytUploadrelationRequest

func NewAlibabaAlihealthDrugKytUploadrelationRequest() *AlibabaAlihealthDrugKytUploadrelationAPIRequest

NewAlibabaAlihealthDrugKytUploadrelationRequest 初始化AlibabaAlihealthDrugKytUploadrelationAPIRequest对象

func (AlibabaAlihealthDrugKytUploadrelationAPIRequest) GetAffirmFlag added in v1.2.0

GetAffirmFlag AffirmFlag Getter

func (AlibabaAlihealthDrugKytUploadrelationAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytUploadrelationAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytUploadrelationAPIRequest) GetClientType added in v1.2.0

GetClientType ClientType Getter

func (AlibabaAlihealthDrugKytUploadrelationAPIRequest) GetFileContent added in v1.2.0

GetFileContent FileContent Getter

func (AlibabaAlihealthDrugKytUploadrelationAPIRequest) GetFileContentString added in v1.2.0

GetFileContentString FileContentString Getter

func (AlibabaAlihealthDrugKytUploadrelationAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (AlibabaAlihealthDrugKytUploadrelationAPIRequest) GetSaveCodeRelation added in v1.2.0

GetSaveCodeRelation SaveCodeRelation Getter

func (*AlibabaAlihealthDrugKytUploadrelationAPIRequest) SetAffirmFlag added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadrelationAPIRequest) SetAffirmFlag(_affirmFlag string) error

SetAffirmFlag is AffirmFlag Setter affirmFlag

func (*AlibabaAlihealthDrugKytUploadrelationAPIRequest) SetClientType added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadrelationAPIRequest) SetClientType(_clientType string) error

SetClientType is ClientType Setter 客户端类型

func (*AlibabaAlihealthDrugKytUploadrelationAPIRequest) SetFileContent added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadrelationAPIRequest) SetFileContent(_fileContent string) error

SetFileContent is FileContent Setter fileContent

func (*AlibabaAlihealthDrugKytUploadrelationAPIRequest) SetFileContentString added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadrelationAPIRequest) SetFileContentString(_fileContentString string) error

SetFileContentString is FileContentString Setter 加密之后的文件内容字符串

func (*AlibabaAlihealthDrugKytUploadrelationAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 上传文件的企业ID

func (*AlibabaAlihealthDrugKytUploadrelationAPIRequest) SetSaveCodeRelation added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadrelationAPIRequest) SetSaveCodeRelation(_saveCodeRelation *SaveCodeRelationType) error

SetSaveCodeRelation is SaveCodeRelation Setter 关联关系文件信息

type AlibabaAlihealthDrugKytUploadrelationAPIResponse

type AlibabaAlihealthDrugKytUploadrelationAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytUploadrelationAPIResponseModel
}

AlibabaAlihealthDrugKytUploadrelationAPIResponse 关联关系上传 API返回值 alibaba.alihealth.drug.kyt.uploadrelation

关联关系上传

type AlibabaAlihealthDrugKytUploadrelationAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytUploadrelationAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_uploadrelation_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *AlibabaAlihealthDrugKytUploadrelationResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytUploadrelationAPIResponseModel is 关联关系上传 成功返回结果

type AlibabaAlihealthDrugKytUploadrelationResultModel

type AlibabaAlihealthDrugKytUploadrelationResultModel struct {
	// msgCode
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// msgInfo
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// model
	Model *SaveCodeRelationResultDto `json:"model,omitempty" xml:"model,omitempty"`
	// 是否成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytUploadrelationResultModel 结构体

type AlibabaAlihealthDrugKytUploadretailAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytUploadretailAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytUploadretailAPIRequest 门店销售扫码回传接口 API请求 alibaba.alihealth.drug.kyt.uploadretail

门店在销售给顾客时,扫描追溯码的数据按照单据回传;

func NewAlibabaAlihealthDrugKytUploadretailRequest

func NewAlibabaAlihealthDrugKytUploadretailRequest() *AlibabaAlihealthDrugKytUploadretailAPIRequest

NewAlibabaAlihealthDrugKytUploadretailRequest 初始化AlibabaAlihealthDrugKytUploadretailAPIRequest对象

func (AlibabaAlihealthDrugKytUploadretailAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytUploadretailAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytUploadretailAPIRequest) GetBillCode added in v1.2.0

GetBillCode BillCode Getter

func (AlibabaAlihealthDrugKytUploadretailAPIRequest) GetBillTime added in v1.2.0

GetBillTime BillTime Getter

func (AlibabaAlihealthDrugKytUploadretailAPIRequest) GetBillType added in v1.2.0

GetBillType BillType Getter

func (AlibabaAlihealthDrugKytUploadretailAPIRequest) GetClientType added in v1.2.0

GetClientType ClientType Getter

func (AlibabaAlihealthDrugKytUploadretailAPIRequest) GetCustomerId added in v1.2.0

GetCustomerId CustomerId Getter

func (AlibabaAlihealthDrugKytUploadretailAPIRequest) GetCustomerIdType added in v1.2.0

GetCustomerIdType CustomerIdType Getter

func (AlibabaAlihealthDrugKytUploadretailAPIRequest) GetFromUserId added in v1.2.0

GetFromUserId FromUserId Getter

func (AlibabaAlihealthDrugKytUploadretailAPIRequest) GetMedicDispenser added in v1.2.0

GetMedicDispenser MedicDispenser Getter

func (AlibabaAlihealthDrugKytUploadretailAPIRequest) GetMedicDoctor added in v1.2.0

GetMedicDoctor MedicDoctor Getter

func (AlibabaAlihealthDrugKytUploadretailAPIRequest) GetNetworkBillFlag added in v1.2.0

GetNetworkBillFlag NetworkBillFlag Getter

func (AlibabaAlihealthDrugKytUploadretailAPIRequest) GetOperIcCode added in v1.2.0

GetOperIcCode OperIcCode Getter

func (AlibabaAlihealthDrugKytUploadretailAPIRequest) GetOperIcName added in v1.2.0

GetOperIcName OperIcName Getter

func (AlibabaAlihealthDrugKytUploadretailAPIRequest) GetPhysicType added in v1.2.0

GetPhysicType PhysicType Getter

func (AlibabaAlihealthDrugKytUploadretailAPIRequest) GetRefUserId added in v1.2.0

GetRefUserId RefUserId Getter

func (AlibabaAlihealthDrugKytUploadretailAPIRequest) GetTraceCodes added in v1.2.0

GetTraceCodes TraceCodes Getter

func (AlibabaAlihealthDrugKytUploadretailAPIRequest) GetUserAgent added in v1.2.0

GetUserAgent UserAgent Getter

func (AlibabaAlihealthDrugKytUploadretailAPIRequest) GetUserName added in v1.2.0

GetUserName UserName Getter

func (AlibabaAlihealthDrugKytUploadretailAPIRequest) GetUserTel added in v1.2.0

GetUserTel UserTel Getter

func (*AlibabaAlihealthDrugKytUploadretailAPIRequest) SetBillCode added in v1.2.0

SetBillCode is BillCode Setter 单据编号(唯一)

func (*AlibabaAlihealthDrugKytUploadretailAPIRequest) SetBillTime added in v1.2.0

SetBillTime is BillTime Setter 单据生成时间

func (*AlibabaAlihealthDrugKytUploadretailAPIRequest) SetBillType added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadretailAPIRequest) SetBillType(_billType int64) error

SetBillType is BillType Setter 单据类型[321,零售出库][322,疫苗接种]

func (*AlibabaAlihealthDrugKytUploadretailAPIRequest) SetClientType added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadretailAPIRequest) SetClientType(_clientType string) error

SetClientType is ClientType Setter 请求类型[暂定都写2]

func (*AlibabaAlihealthDrugKytUploadretailAPIRequest) SetCustomerId added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadretailAPIRequest) SetCustomerId(_customerId string) error

SetCustomerId is CustomerId Setter 购买人证件编号

func (*AlibabaAlihealthDrugKytUploadretailAPIRequest) SetCustomerIdType added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadretailAPIRequest) SetCustomerIdType(_customerIdType string) error

SetCustomerIdType is CustomerIdType Setter 购买人证件类型【1身份证2护照3 军官证4 医保卡5接种卡6学生证9其它】

func (*AlibabaAlihealthDrugKytUploadretailAPIRequest) SetFromUserId added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadretailAPIRequest) SetFromUserId(_fromUserId string) error

SetFromUserId is FromUserId Setter 发货企业(可为空)

func (*AlibabaAlihealthDrugKytUploadretailAPIRequest) SetMedicDispenser added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadretailAPIRequest) SetMedicDispenser(_medicDispenser string) error

SetMedicDispenser is MedicDispenser Setter 药品分发者

func (*AlibabaAlihealthDrugKytUploadretailAPIRequest) SetMedicDoctor added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadretailAPIRequest) SetMedicDoctor(_medicDoctor string) error

SetMedicDoctor is MedicDoctor Setter 医师名单

func (*AlibabaAlihealthDrugKytUploadretailAPIRequest) SetNetworkBillFlag added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadretailAPIRequest) SetNetworkBillFlag(_networkBillFlag string) error

SetNetworkBillFlag is NetworkBillFlag Setter 互联网标识

func (*AlibabaAlihealthDrugKytUploadretailAPIRequest) SetOperIcCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadretailAPIRequest) SetOperIcCode(_operIcCode string) error

SetOperIcCode is OperIcCode Setter 单据提交者(appkey编号)

func (*AlibabaAlihealthDrugKytUploadretailAPIRequest) SetOperIcName added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadretailAPIRequest) SetOperIcName(_operIcName string) error

SetOperIcName is OperIcName Setter 单据提交者姓名(可为空)

func (*AlibabaAlihealthDrugKytUploadretailAPIRequest) SetPhysicType added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadretailAPIRequest) SetPhysicType(_physicType int64) error

SetPhysicType is PhysicType Setter 药品类型[3,普药]

func (*AlibabaAlihealthDrugKytUploadretailAPIRequest) SetRefUserId added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadretailAPIRequest) SetRefUserId(_refUserId string) error

SetRefUserId is RefUserId Setter 码上放心平台企业编码(门店)

func (*AlibabaAlihealthDrugKytUploadretailAPIRequest) SetTraceCodes added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadretailAPIRequest) SetTraceCodes(_traceCodes []string) error

SetTraceCodes is TraceCodes Setter 追溯码[多个时用逗号分开]

func (*AlibabaAlihealthDrugKytUploadretailAPIRequest) SetUserAgent added in v1.2.0

func (r *AlibabaAlihealthDrugKytUploadretailAPIRequest) SetUserAgent(_userAgent string) error

SetUserAgent is UserAgent Setter 患者代理领药人

func (*AlibabaAlihealthDrugKytUploadretailAPIRequest) SetUserName added in v1.2.0

SetUserName is UserName Setter 患者名称

func (*AlibabaAlihealthDrugKytUploadretailAPIRequest) SetUserTel added in v1.2.0

SetUserTel is UserTel Setter 患者电话

type AlibabaAlihealthDrugKytUploadretailAPIResponse

type AlibabaAlihealthDrugKytUploadretailAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytUploadretailAPIResponseModel
}

AlibabaAlihealthDrugKytUploadretailAPIResponse 门店销售扫码回传接口 API返回值 alibaba.alihealth.drug.kyt.uploadretail

门店在销售给顾客时,扫描追溯码的数据按照单据回传;

type AlibabaAlihealthDrugKytUploadretailAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytUploadretailAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_uploadretail_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 上传单据文件队列表标识
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// 错误码(BILL_DECODE_ERROR 单据转码失败 2.BILL_FILE_NAME_DUPLICATE_UPLOAD 文件名重复)
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 错误信息
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 是否成功(true 成功 ,false失败)
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytUploadretailAPIResponseModel is 门店销售扫码回传接口 成功返回结果

type AlibabaAlihealthDrugKytUpstorebillfileAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytUpstorebillfileAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytUpstorebillfileAPIRequest 上传零售出入库单(上传文件) API请求 alibaba.alihealth.drug.kyt.upstorebillfile

上传零售出入库单(上传文件)

func NewAlibabaAlihealthDrugKytUpstorebillfileRequest

func NewAlibabaAlihealthDrugKytUpstorebillfileRequest() *AlibabaAlihealthDrugKytUpstorebillfileAPIRequest

NewAlibabaAlihealthDrugKytUpstorebillfileRequest 初始化AlibabaAlihealthDrugKytUpstorebillfileAPIRequest对象

func (AlibabaAlihealthDrugKytUpstorebillfileAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytUpstorebillfileAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytUpstorebillfileAPIRequest) GetBillCode added in v1.2.0

GetBillCode BillCode Getter

func (AlibabaAlihealthDrugKytUpstorebillfileAPIRequest) GetBillTime added in v1.2.0

GetBillTime BillTime Getter

func (AlibabaAlihealthDrugKytUpstorebillfileAPIRequest) GetBillType added in v1.2.0

GetBillType BillType Getter

func (AlibabaAlihealthDrugKytUpstorebillfileAPIRequest) GetClientType added in v1.2.0

GetClientType ClientType Getter

func (AlibabaAlihealthDrugKytUpstorebillfileAPIRequest) GetFileContent added in v1.2.0

GetFileContent FileContent Getter

func (AlibabaAlihealthDrugKytUpstorebillfileAPIRequest) GetFromUserId added in v1.2.0

GetFromUserId FromUserId Getter

func (AlibabaAlihealthDrugKytUpstorebillfileAPIRequest) GetOperIcCode added in v1.2.0

GetOperIcCode OperIcCode Getter

func (AlibabaAlihealthDrugKytUpstorebillfileAPIRequest) GetOperIcName added in v1.2.0

GetOperIcName OperIcName Getter

func (AlibabaAlihealthDrugKytUpstorebillfileAPIRequest) GetPhysicType added in v1.2.0

GetPhysicType PhysicType Getter

func (AlibabaAlihealthDrugKytUpstorebillfileAPIRequest) GetRefUserId added in v1.2.0

GetRefUserId RefUserId Getter

func (AlibabaAlihealthDrugKytUpstorebillfileAPIRequest) GetUploadFileName added in v1.2.0

GetUploadFileName UploadFileName Getter

func (*AlibabaAlihealthDrugKytUpstorebillfileAPIRequest) SetBillCode added in v1.2.0

SetBillCode is BillCode Setter 单据编号

func (*AlibabaAlihealthDrugKytUpstorebillfileAPIRequest) SetBillTime added in v1.2.0

SetBillTime is BillTime Setter 单据日期

func (*AlibabaAlihealthDrugKytUpstorebillfileAPIRequest) SetBillType added in v1.2.0

SetBillType is BillType Setter 单据类型[321,零售出库][322,疫苗接种]

func (*AlibabaAlihealthDrugKytUpstorebillfileAPIRequest) SetClientType added in v1.2.0

func (r *AlibabaAlihealthDrugKytUpstorebillfileAPIRequest) SetClientType(_clientType string) error

SetClientType is ClientType Setter 客户端类型[暂定都写2]

func (*AlibabaAlihealthDrugKytUpstorebillfileAPIRequest) SetFileContent added in v1.2.0

func (r *AlibabaAlihealthDrugKytUpstorebillfileAPIRequest) SetFileContent(_fileContent string) error

SetFileContent is FileContent Setter 文件内容

func (*AlibabaAlihealthDrugKytUpstorebillfileAPIRequest) SetFromUserId added in v1.2.0

func (r *AlibabaAlihealthDrugKytUpstorebillfileAPIRequest) SetFromUserId(_fromUserId string) error

SetFromUserId is FromUserId Setter 发货企业(参与人标识,为null时会通过refEntId自动得到)

func (*AlibabaAlihealthDrugKytUpstorebillfileAPIRequest) SetOperIcCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytUpstorebillfileAPIRequest) SetOperIcCode(_operIcCode string) error

SetOperIcCode is OperIcCode Setter 单据提交者(key编号)

func (*AlibabaAlihealthDrugKytUpstorebillfileAPIRequest) SetOperIcName added in v1.2.0

func (r *AlibabaAlihealthDrugKytUpstorebillfileAPIRequest) SetOperIcName(_operIcName string) error

SetOperIcName is OperIcName Setter 据提交者姓名

func (*AlibabaAlihealthDrugKytUpstorebillfileAPIRequest) SetPhysicType added in v1.2.0

func (r *AlibabaAlihealthDrugKytUpstorebillfileAPIRequest) SetPhysicType(_physicType int64) error

SetPhysicType is PhysicType Setter 药品类型[3,普药]

func (*AlibabaAlihealthDrugKytUpstorebillfileAPIRequest) SetRefUserId added in v1.2.0

SetRefUserId is RefUserId Setter 上传企业的单位编码

func (*AlibabaAlihealthDrugKytUpstorebillfileAPIRequest) SetUploadFileName added in v1.2.0

func (r *AlibabaAlihealthDrugKytUpstorebillfileAPIRequest) SetUploadFileName(_uploadFileName string) error

SetUploadFileName is UploadFileName Setter 文件名

type AlibabaAlihealthDrugKytUpstorebillfileAPIResponse

type AlibabaAlihealthDrugKytUpstorebillfileAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytUpstorebillfileAPIResponseModel
}

AlibabaAlihealthDrugKytUpstorebillfileAPIResponse 上传零售出入库单(上传文件) API返回值 alibaba.alihealth.drug.kyt.upstorebillfile

上传零售出入库单(上传文件)

type AlibabaAlihealthDrugKytUpstorebillfileAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytUpstorebillfileAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_upstorebillfile_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回ID
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// 请求编码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 请求描述
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回接口
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytUpstorebillfileAPIResponseModel is 上传零售出入库单(上传文件) 成功返回结果

type AlibabaAlihealthDrugKytVaGetentinfoAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytVaGetentinfoAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytVaGetentinfoAPIRequest 通过企业名得到唯一标识(ref_ent_id)及企业ID(ent_id) API请求 alibaba.alihealth.drug.kyt.va.getentinfo

根据企业名称查询企业唯一标识(ref_ent_id)及企业ID(ent_id)

func NewAlibabaAlihealthDrugKytVaGetentinfoRequest

func NewAlibabaAlihealthDrugKytVaGetentinfoRequest() *AlibabaAlihealthDrugKytVaGetentinfoAPIRequest

NewAlibabaAlihealthDrugKytVaGetentinfoRequest 初始化AlibabaAlihealthDrugKytVaGetentinfoAPIRequest对象

func (AlibabaAlihealthDrugKytVaGetentinfoAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytVaGetentinfoAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytVaGetentinfoAPIRequest) GetEntName added in v1.2.0

GetEntName EntName Getter

func (*AlibabaAlihealthDrugKytVaGetentinfoAPIRequest) SetEntName added in v1.2.0

SetEntName is EntName Setter 公司名称(全称)

type AlibabaAlihealthDrugKytVaGetentinfoAPIResponse

type AlibabaAlihealthDrugKytVaGetentinfoAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytVaGetentinfoAPIResponseModel
}

AlibabaAlihealthDrugKytVaGetentinfoAPIResponse 通过企业名得到唯一标识(ref_ent_id)及企业ID(ent_id) API返回值 alibaba.alihealth.drug.kyt.va.getentinfo

根据企业名称查询企业唯一标识(ref_ent_id)及企业ID(ent_id)

type AlibabaAlihealthDrugKytVaGetentinfoAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytVaGetentinfoAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_va_getentinfo_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugKytVaGetentinfoResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytVaGetentinfoAPIResponseModel is 通过企业名得到唯一标识(ref_ent_id)及企业ID(ent_id) 成功返回结果

type AlibabaAlihealthDrugKytVaGetentinfoResultModel

type AlibabaAlihealthDrugKytVaGetentinfoResultModel struct {
	// 返回码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回信息
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回对象
	Model *PUserEntInfoDto `json:"model,omitempty" xml:"model,omitempty"`
	// 是否响应成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytVaGetentinfoResultModel 结构体

type AlibabaAlihealthDrugKytVaUploadretailAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytVaUploadretailAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytVaUploadretailAPIRequest 零售单据上传接口 API请求 alibaba.alihealth.drug.kyt.va.uploadretail

零售上传单据信息接口

func NewAlibabaAlihealthDrugKytVaUploadretailRequest

func NewAlibabaAlihealthDrugKytVaUploadretailRequest() *AlibabaAlihealthDrugKytVaUploadretailAPIRequest

NewAlibabaAlihealthDrugKytVaUploadretailRequest 初始化AlibabaAlihealthDrugKytVaUploadretailAPIRequest对象

func (AlibabaAlihealthDrugKytVaUploadretailAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytVaUploadretailAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytVaUploadretailAPIRequest) GetBillCode added in v1.2.0

GetBillCode BillCode Getter

func (AlibabaAlihealthDrugKytVaUploadretailAPIRequest) GetBillTime added in v1.2.0

GetBillTime BillTime Getter

func (AlibabaAlihealthDrugKytVaUploadretailAPIRequest) GetBillType added in v1.2.0

GetBillType BillType Getter

func (AlibabaAlihealthDrugKytVaUploadretailAPIRequest) GetCustomerId added in v1.2.0

GetCustomerId CustomerId Getter

func (AlibabaAlihealthDrugKytVaUploadretailAPIRequest) GetCustomerIdType added in v1.2.0

GetCustomerIdType CustomerIdType Getter

func (AlibabaAlihealthDrugKytVaUploadretailAPIRequest) GetFromUserId added in v1.2.0

GetFromUserId FromUserId Getter

func (AlibabaAlihealthDrugKytVaUploadretailAPIRequest) GetMedicDispenser added in v1.2.0

GetMedicDispenser MedicDispenser Getter

func (AlibabaAlihealthDrugKytVaUploadretailAPIRequest) GetMedicDoctor added in v1.2.0

GetMedicDoctor MedicDoctor Getter

func (AlibabaAlihealthDrugKytVaUploadretailAPIRequest) GetNetworkBillFlag added in v1.2.0

GetNetworkBillFlag NetworkBillFlag Getter

func (AlibabaAlihealthDrugKytVaUploadretailAPIRequest) GetOperIcCode added in v1.2.0

GetOperIcCode OperIcCode Getter

func (AlibabaAlihealthDrugKytVaUploadretailAPIRequest) GetOperIcName added in v1.2.0

GetOperIcName OperIcName Getter

func (AlibabaAlihealthDrugKytVaUploadretailAPIRequest) GetPhysicType added in v1.2.0

GetPhysicType PhysicType Getter

func (AlibabaAlihealthDrugKytVaUploadretailAPIRequest) GetRefUserId added in v1.2.0

GetRefUserId RefUserId Getter

func (AlibabaAlihealthDrugKytVaUploadretailAPIRequest) GetTraceCodes added in v1.2.0

GetTraceCodes TraceCodes Getter

func (AlibabaAlihealthDrugKytVaUploadretailAPIRequest) GetUserAgent added in v1.2.0

GetUserAgent UserAgent Getter

func (AlibabaAlihealthDrugKytVaUploadretailAPIRequest) GetUserName added in v1.2.0

GetUserName UserName Getter

func (AlibabaAlihealthDrugKytVaUploadretailAPIRequest) GetUserTel added in v1.2.0

GetUserTel UserTel Getter

func (*AlibabaAlihealthDrugKytVaUploadretailAPIRequest) SetBillCode added in v1.2.0

SetBillCode is BillCode Setter 单据编号(唯一)

func (*AlibabaAlihealthDrugKytVaUploadretailAPIRequest) SetBillTime added in v1.2.0

SetBillTime is BillTime Setter 单据生成时间(一般写当前时间)

func (*AlibabaAlihealthDrugKytVaUploadretailAPIRequest) SetBillType added in v1.2.0

SetBillType is BillType Setter 单据类型[321,零售出库][322,疫苗接种]

func (*AlibabaAlihealthDrugKytVaUploadretailAPIRequest) SetCustomerId added in v1.2.0

func (r *AlibabaAlihealthDrugKytVaUploadretailAPIRequest) SetCustomerId(_customerId string) error

SetCustomerId is CustomerId Setter 购买人证件编号

func (*AlibabaAlihealthDrugKytVaUploadretailAPIRequest) SetCustomerIdType added in v1.2.0

func (r *AlibabaAlihealthDrugKytVaUploadretailAPIRequest) SetCustomerIdType(_customerIdType string) error

SetCustomerIdType is CustomerIdType Setter 购买人证件类型【1身份证2护照3 军官证4 医保卡5接种卡6学生证9其它】

func (*AlibabaAlihealthDrugKytVaUploadretailAPIRequest) SetFromUserId added in v1.2.0

func (r *AlibabaAlihealthDrugKytVaUploadretailAPIRequest) SetFromUserId(_fromUserId string) error

SetFromUserId is FromUserId Setter 发货企业(可为空)

func (*AlibabaAlihealthDrugKytVaUploadretailAPIRequest) SetMedicDispenser added in v1.2.0

func (r *AlibabaAlihealthDrugKytVaUploadretailAPIRequest) SetMedicDispenser(_medicDispenser string) error

SetMedicDispenser is MedicDispenser Setter 药品发药人

func (*AlibabaAlihealthDrugKytVaUploadretailAPIRequest) SetMedicDoctor added in v1.2.0

func (r *AlibabaAlihealthDrugKytVaUploadretailAPIRequest) SetMedicDoctor(_medicDoctor string) error

SetMedicDoctor is MedicDoctor Setter 医师名称

func (*AlibabaAlihealthDrugKytVaUploadretailAPIRequest) SetNetworkBillFlag added in v1.2.0

func (r *AlibabaAlihealthDrugKytVaUploadretailAPIRequest) SetNetworkBillFlag(_networkBillFlag string) error

SetNetworkBillFlag is NetworkBillFlag Setter 互联网标志 1是 0否

func (*AlibabaAlihealthDrugKytVaUploadretailAPIRequest) SetOperIcCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytVaUploadretailAPIRequest) SetOperIcCode(_operIcCode string) error

SetOperIcCode is OperIcCode Setter 单据提交者(appkey编号)

func (*AlibabaAlihealthDrugKytVaUploadretailAPIRequest) SetOperIcName added in v1.2.0

func (r *AlibabaAlihealthDrugKytVaUploadretailAPIRequest) SetOperIcName(_operIcName string) error

SetOperIcName is OperIcName Setter 单据提交者姓名(可为空)

func (*AlibabaAlihealthDrugKytVaUploadretailAPIRequest) SetPhysicType added in v1.2.0

func (r *AlibabaAlihealthDrugKytVaUploadretailAPIRequest) SetPhysicType(_physicType int64) error

SetPhysicType is PhysicType Setter 药品类型[2,特药,3,普药]

func (*AlibabaAlihealthDrugKytVaUploadretailAPIRequest) SetRefUserId added in v1.2.0

func (r *AlibabaAlihealthDrugKytVaUploadretailAPIRequest) SetRefUserId(_refUserId string) error

SetRefUserId is RefUserId Setter 码上放心平台企业唯一编码(门店或医疗机构)

func (*AlibabaAlihealthDrugKytVaUploadretailAPIRequest) SetTraceCodes added in v1.2.0

func (r *AlibabaAlihealthDrugKytVaUploadretailAPIRequest) SetTraceCodes(_traceCodes []string) error

SetTraceCodes is TraceCodes Setter 20位追溯码(多个时用半角逗号分隔)

func (*AlibabaAlihealthDrugKytVaUploadretailAPIRequest) SetUserAgent added in v1.2.0

func (r *AlibabaAlihealthDrugKytVaUploadretailAPIRequest) SetUserAgent(_userAgent string) error

SetUserAgent is UserAgent Setter 药品使用者代理人

func (*AlibabaAlihealthDrugKytVaUploadretailAPIRequest) SetUserName added in v1.2.0

SetUserName is UserName Setter 药品使用者:

func (*AlibabaAlihealthDrugKytVaUploadretailAPIRequest) SetUserTel added in v1.2.0

SetUserTel is UserTel Setter 用药人名称

type AlibabaAlihealthDrugKytVaUploadretailAPIResponse

type AlibabaAlihealthDrugKytVaUploadretailAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytVaUploadretailAPIResponseModel
}

AlibabaAlihealthDrugKytVaUploadretailAPIResponse 零售单据上传接口 API返回值 alibaba.alihealth.drug.kyt.va.uploadretail

零售上传单据信息接口

type AlibabaAlihealthDrugKytVaUploadretailAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytVaUploadretailAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_va_uploadretail_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 上传单据文件队列表标识
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// 错误码(BILL_DECODE_ERROR 单据转码失败 2.BILL_FILE_NAME_DUPLICATE_UPLOAD 文件名重复)
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 错误信息
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 操作是否成功(true 成功 ,false失败)
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytVaUploadretailAPIResponseModel is 零售单据上传接口 成功返回结果

type AlibabaAlihealthDrugKytYbGetcoderelationAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytYbGetcoderelationAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytYbGetcoderelationAPIRequest 医保-查询码的所有子码 API请求 alibaba.alihealth.drug.kyt.yb.getcoderelation

应用于药店或医院入库环节,通过扫码获取下级码进行入库; 通过码查询所有子码以及包装比例

func NewAlibabaAlihealthDrugKytYbGetcoderelationRequest

func NewAlibabaAlihealthDrugKytYbGetcoderelationRequest() *AlibabaAlihealthDrugKytYbGetcoderelationAPIRequest

NewAlibabaAlihealthDrugKytYbGetcoderelationRequest 初始化AlibabaAlihealthDrugKytYbGetcoderelationAPIRequest对象

func (AlibabaAlihealthDrugKytYbGetcoderelationAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytYbGetcoderelationAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytYbGetcoderelationAPIRequest) GetBureauName added in v1.2.0

GetBureauName BureauName Getter

func (AlibabaAlihealthDrugKytYbGetcoderelationAPIRequest) GetCode added in v1.2.0

GetCode Code Getter

func (AlibabaAlihealthDrugKytYbGetcoderelationAPIRequest) GetInvocation added in v1.2.0

GetInvocation Invocation Getter

func (AlibabaAlihealthDrugKytYbGetcoderelationAPIRequest) GetTerminalName added in v1.2.0

GetTerminalName TerminalName Getter

func (AlibabaAlihealthDrugKytYbGetcoderelationAPIRequest) GetTerminalType added in v1.2.0

GetTerminalType TerminalType Getter

func (*AlibabaAlihealthDrugKytYbGetcoderelationAPIRequest) SetBureauName added in v1.2.0

func (r *AlibabaAlihealthDrugKytYbGetcoderelationAPIRequest) SetBureauName(_bureauName string) error

SetBureauName is BureauName Setter 社保局(所属地市名称)

func (*AlibabaAlihealthDrugKytYbGetcoderelationAPIRequest) SetCode added in v1.2.0

SetCode is Code Setter 追溯码

func (*AlibabaAlihealthDrugKytYbGetcoderelationAPIRequest) SetInvocation added in v1.2.0

func (r *AlibabaAlihealthDrugKytYbGetcoderelationAPIRequest) SetInvocation(_invocation string) error

SetInvocation is Invocation Setter 调用方式:formal-正式、test-测试

func (*AlibabaAlihealthDrugKytYbGetcoderelationAPIRequest) SetTerminalName added in v1.2.0

func (r *AlibabaAlihealthDrugKytYbGetcoderelationAPIRequest) SetTerminalName(_terminalName string) error

SetTerminalName is TerminalName Setter 请求终端名称

func (*AlibabaAlihealthDrugKytYbGetcoderelationAPIRequest) SetTerminalType added in v1.2.0

func (r *AlibabaAlihealthDrugKytYbGetcoderelationAPIRequest) SetTerminalType(_terminalType string) error

SetTerminalType is TerminalType Setter 终端类型:1005100-零售,1005200-医疗

type AlibabaAlihealthDrugKytYbGetcoderelationAPIResponse

type AlibabaAlihealthDrugKytYbGetcoderelationAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytYbGetcoderelationAPIResponseModel
}

AlibabaAlihealthDrugKytYbGetcoderelationAPIResponse 医保-查询码的所有子码 API返回值 alibaba.alihealth.drug.kyt.yb.getcoderelation

应用于药店或医院入库环节,通过扫码获取下级码进行入库; 通过码查询所有子码以及包装比例

type AlibabaAlihealthDrugKytYbGetcoderelationAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytYbGetcoderelationAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_yb_getcoderelation_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *AlibabaAlihealthDrugKytYbGetcoderelationResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytYbGetcoderelationAPIResponseModel is 医保-查询码的所有子码 成功返回结果

type AlibabaAlihealthDrugKytYbGetcoderelationModel

type AlibabaAlihealthDrugKytYbGetcoderelationModel struct {
	// 码关联关系DTO
	CodeRelationDtoList []CodeRelationDto `json:"code_relation_dto_list,omitempty" xml:"code_relation_dto_list>code_relation_dto,omitempty"`
	// 包装比例
	PkgRatio string `json:"pkg_ratio,omitempty" xml:"pkg_ratio,omitempty"`
}

AlibabaAlihealthDrugKytYbGetcoderelationModel 结构体

type AlibabaAlihealthDrugKytYbGetcoderelationResult

type AlibabaAlihealthDrugKytYbGetcoderelationResult struct {
	// msgInfo
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// msgCode
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// model
	ModelList *AlibabaAlihealthDrugKytYbGetcoderelationModel `json:"model_list,omitempty" xml:"model_list,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaAlihealthDrugKytYbGetcoderelationResult 结构体

type AlibabaAlihealthDrugKytYyDrugcodesAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytYyDrugcodesAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytYyDrugcodesAPIRequest 查询药品是否赋码 API请求 alibaba.alihealth.drug.kyt.yy.drugcodes

药品是否赋码

func NewAlibabaAlihealthDrugKytYyDrugcodesRequest

func NewAlibabaAlihealthDrugKytYyDrugcodesRequest() *AlibabaAlihealthDrugKytYyDrugcodesAPIRequest

NewAlibabaAlihealthDrugKytYyDrugcodesRequest 初始化AlibabaAlihealthDrugKytYyDrugcodesAPIRequest对象

func (AlibabaAlihealthDrugKytYyDrugcodesAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytYyDrugcodesAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytYyDrugcodesAPIRequest) GetPhysicName added in v1.2.0

GetPhysicName PhysicName Getter

func (AlibabaAlihealthDrugKytYyDrugcodesAPIRequest) GetPhysicType added in v1.2.0

GetPhysicType PhysicType Getter

func (AlibabaAlihealthDrugKytYyDrugcodesAPIRequest) GetPkgSpec added in v1.2.0

GetPkgSpec PkgSpec Getter

func (AlibabaAlihealthDrugKytYyDrugcodesAPIRequest) GetPrepnSpec added in v1.2.0

GetPrepnSpec PrepnSpec Getter

func (AlibabaAlihealthDrugKytYyDrugcodesAPIRequest) GetProduceBatchNo added in v1.2.0

GetProduceBatchNo ProduceBatchNo Getter

func (AlibabaAlihealthDrugKytYyDrugcodesAPIRequest) GetRefEntName added in v1.2.0

GetRefEntName RefEntName Getter

func (*AlibabaAlihealthDrugKytYyDrugcodesAPIRequest) SetPhysicName added in v1.2.0

func (r *AlibabaAlihealthDrugKytYyDrugcodesAPIRequest) SetPhysicName(_physicName string) error

SetPhysicName is PhysicName Setter 药品名称

func (*AlibabaAlihealthDrugKytYyDrugcodesAPIRequest) SetPhysicType added in v1.2.0

func (r *AlibabaAlihealthDrugKytYyDrugcodesAPIRequest) SetPhysicType(_physicType string) error

SetPhysicType is PhysicType Setter 药品类型

func (*AlibabaAlihealthDrugKytYyDrugcodesAPIRequest) SetPkgSpec added in v1.2.0

SetPkgSpec is PkgSpec Setter 包装规格

func (*AlibabaAlihealthDrugKytYyDrugcodesAPIRequest) SetPrepnSpec added in v1.2.0

func (r *AlibabaAlihealthDrugKytYyDrugcodesAPIRequest) SetPrepnSpec(_prepnSpec string) error

SetPrepnSpec is PrepnSpec Setter 制剂规格

func (*AlibabaAlihealthDrugKytYyDrugcodesAPIRequest) SetProduceBatchNo added in v1.2.0

func (r *AlibabaAlihealthDrugKytYyDrugcodesAPIRequest) SetProduceBatchNo(_produceBatchNo string) error

SetProduceBatchNo is ProduceBatchNo Setter 生产批号

func (*AlibabaAlihealthDrugKytYyDrugcodesAPIRequest) SetRefEntName added in v1.2.0

func (r *AlibabaAlihealthDrugKytYyDrugcodesAPIRequest) SetRefEntName(_refEntName string) error

SetRefEntName is RefEntName Setter 企业名称

type AlibabaAlihealthDrugKytYyDrugcodesAPIResponse

type AlibabaAlihealthDrugKytYyDrugcodesAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytYyDrugcodesAPIResponseModel
}

AlibabaAlihealthDrugKytYyDrugcodesAPIResponse 查询药品是否赋码 API返回值 alibaba.alihealth.drug.kyt.yy.drugcodes

药品是否赋码

type AlibabaAlihealthDrugKytYyDrugcodesAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytYyDrugcodesAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_yy_drugcodes_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugKytYyDrugcodesResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytYyDrugcodesAPIResponseModel is 查询药品是否赋码 成功返回结果

type AlibabaAlihealthDrugKytYyDrugcodesResultModel

type AlibabaAlihealthDrugKytYyDrugcodesResultModel struct {
	// 返回码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回值
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回对象
	Model *DrugCode `json:"model,omitempty" xml:"model,omitempty"`
	// 是否响应成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytYyDrugcodesResultModel 结构体

type AlibabaAlihealthDrugKytYyGetentinfoAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytYyGetentinfoAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytYyGetentinfoAPIRequest 得到企业信息 API请求 alibaba.alihealth.drug.kyt.yy.getentinfo

根据企业名称查询企业唯一标识【ref_ent_id】和企业ID【ent_id】

func NewAlibabaAlihealthDrugKytYyGetentinfoRequest

func NewAlibabaAlihealthDrugKytYyGetentinfoRequest() *AlibabaAlihealthDrugKytYyGetentinfoAPIRequest

NewAlibabaAlihealthDrugKytYyGetentinfoRequest 初始化AlibabaAlihealthDrugKytYyGetentinfoAPIRequest对象

func (AlibabaAlihealthDrugKytYyGetentinfoAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytYyGetentinfoAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytYyGetentinfoAPIRequest) GetEntName added in v1.2.0

GetEntName EntName Getter

func (*AlibabaAlihealthDrugKytYyGetentinfoAPIRequest) SetEntName added in v1.2.0

SetEntName is EntName Setter 公司名称

type AlibabaAlihealthDrugKytYyGetentinfoAPIResponse

type AlibabaAlihealthDrugKytYyGetentinfoAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytYyGetentinfoAPIResponseModel
}

AlibabaAlihealthDrugKytYyGetentinfoAPIResponse 得到企业信息 API返回值 alibaba.alihealth.drug.kyt.yy.getentinfo

根据企业名称查询企业唯一标识【ref_ent_id】和企业ID【ent_id】

type AlibabaAlihealthDrugKytYyGetentinfoAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytYyGetentinfoAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_yy_getentinfo_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugKytYyGetentinfoResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytYyGetentinfoAPIResponseModel is 得到企业信息 成功返回结果

type AlibabaAlihealthDrugKytYyGetentinfoResultModel

type AlibabaAlihealthDrugKytYyGetentinfoResultModel struct {
	// 返回码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回信息
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回对象
	Model *PUserEntInfoDto `json:"model,omitempty" xml:"model,omitempty"`
	// 是否响应成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytYyGetentinfoResultModel 结构体

type AlibabaAlihealthDrugKytYyListpartsAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytYyListpartsAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytYyListpartsAPIRequest 查询往来单位 API请求 alibaba.alihealth.drug.kyt.yy.listparts

查询往来单位列表

func NewAlibabaAlihealthDrugKytYyListpartsRequest

func NewAlibabaAlihealthDrugKytYyListpartsRequest() *AlibabaAlihealthDrugKytYyListpartsAPIRequest

NewAlibabaAlihealthDrugKytYyListpartsRequest 初始化AlibabaAlihealthDrugKytYyListpartsAPIRequest对象

func (AlibabaAlihealthDrugKytYyListpartsAPIRequest) GetAgentRefEntId added in v1.2.0

GetAgentRefEntId AgentRefEntId Getter

func (AlibabaAlihealthDrugKytYyListpartsAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytYyListpartsAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytYyListpartsAPIRequest) GetBeginDate added in v1.2.0

GetBeginDate BeginDate Getter

func (AlibabaAlihealthDrugKytYyListpartsAPIRequest) GetEndDate added in v1.2.0

GetEndDate EndDate Getter

func (AlibabaAlihealthDrugKytYyListpartsAPIRequest) GetEntName added in v1.2.0

GetEntName EntName Getter

func (AlibabaAlihealthDrugKytYyListpartsAPIRequest) GetPage added in v1.2.0

GetPage Page Getter

func (AlibabaAlihealthDrugKytYyListpartsAPIRequest) GetPageSize added in v1.2.0

GetPageSize PageSize Getter

func (AlibabaAlihealthDrugKytYyListpartsAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (AlibabaAlihealthDrugKytYyListpartsAPIRequest) GetRefPartnerId added in v1.2.0

GetRefPartnerId RefPartnerId Getter

func (*AlibabaAlihealthDrugKytYyListpartsAPIRequest) SetAgentRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugKytYyListpartsAPIRequest) SetAgentRefEntId(_agentRefEntId string) error

SetAgentRefEntId is AgentRefEntId Setter 代理企业唯一标识(物流企业)

func (*AlibabaAlihealthDrugKytYyListpartsAPIRequest) SetBeginDate added in v1.2.0

func (r *AlibabaAlihealthDrugKytYyListpartsAPIRequest) SetBeginDate(_beginDate string) error

SetBeginDate is BeginDate Setter 开始时间

func (*AlibabaAlihealthDrugKytYyListpartsAPIRequest) SetEndDate added in v1.2.0

SetEndDate is EndDate Setter 结束时间

func (*AlibabaAlihealthDrugKytYyListpartsAPIRequest) SetEntName added in v1.2.0

SetEntName is EntName Setter 企业名称

func (*AlibabaAlihealthDrugKytYyListpartsAPIRequest) SetPage added in v1.2.0

SetPage is Page Setter 页码

func (*AlibabaAlihealthDrugKytYyListpartsAPIRequest) SetPageSize added in v1.2.0

func (r *AlibabaAlihealthDrugKytYyListpartsAPIRequest) SetPageSize(_pageSize int64) error

SetPageSize is PageSize Setter 页大小

func (*AlibabaAlihealthDrugKytYyListpartsAPIRequest) SetRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugKytYyListpartsAPIRequest) SetRefEntId(_refEntId string) error

SetRefEntId is RefEntId Setter 企业唯一标识(货主企业)

func (*AlibabaAlihealthDrugKytYyListpartsAPIRequest) SetRefPartnerId added in v1.2.0

func (r *AlibabaAlihealthDrugKytYyListpartsAPIRequest) SetRefPartnerId(_refPartnerId string) error

SetRefPartnerId is RefPartnerId Setter 企业自定义编号

type AlibabaAlihealthDrugKytYyListpartsAPIResponse

type AlibabaAlihealthDrugKytYyListpartsAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytYyListpartsAPIResponseModel
}

AlibabaAlihealthDrugKytYyListpartsAPIResponse 查询往来单位 API返回值 alibaba.alihealth.drug.kyt.yy.listparts

查询往来单位列表

type AlibabaAlihealthDrugKytYyListpartsAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytYyListpartsAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_yy_listparts_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugKytYyListpartsResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytYyListpartsAPIResponseModel is 查询往来单位 成功返回结果

type AlibabaAlihealthDrugKytYyListpartsResultModel

type AlibabaAlihealthDrugKytYyListpartsResultModel struct {
	// 返回码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回值
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回对象
	Model *Page `json:"model,omitempty" xml:"model,omitempty"`
	// 是否响应成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytYyListpartsResultModel 结构体

type AlibabaAlihealthDrugKytYyQuerysubcodesAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytYyQuerysubcodesAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytYyQuerysubcodesAPIRequest 查询一个码的所有子码 API请求 alibaba.alihealth.drug.kyt.yy.querysubcodes

单码的了码查询

func NewAlibabaAlihealthDrugKytYyQuerysubcodesRequest

func NewAlibabaAlihealthDrugKytYyQuerysubcodesRequest() *AlibabaAlihealthDrugKytYyQuerysubcodesAPIRequest

NewAlibabaAlihealthDrugKytYyQuerysubcodesRequest 初始化AlibabaAlihealthDrugKytYyQuerysubcodesAPIRequest对象

func (AlibabaAlihealthDrugKytYyQuerysubcodesAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytYyQuerysubcodesAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytYyQuerysubcodesAPIRequest) GetCodes added in v1.2.0

GetCodes Codes Getter

func (AlibabaAlihealthDrugKytYyQuerysubcodesAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugKytYyQuerysubcodesAPIRequest) SetCodes added in v1.2.0

SetCodes is Codes Setter 码

func (*AlibabaAlihealthDrugKytYyQuerysubcodesAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 接口调用企业的唯一标识(接口调用者)

type AlibabaAlihealthDrugKytYyQuerysubcodesAPIResponse

type AlibabaAlihealthDrugKytYyQuerysubcodesAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytYyQuerysubcodesAPIResponseModel
}

AlibabaAlihealthDrugKytYyQuerysubcodesAPIResponse 查询一个码的所有子码 API返回值 alibaba.alihealth.drug.kyt.yy.querysubcodes

单码的了码查询

type AlibabaAlihealthDrugKytYyQuerysubcodesAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytYyQuerysubcodesAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_yy_querysubcodes_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *AlibabaAlihealthDrugKytYyQuerysubcodesResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugKytYyQuerysubcodesAPIResponseModel is 查询一个码的所有子码 成功返回结果

type AlibabaAlihealthDrugKytYyQuerysubcodesResultModel

type AlibabaAlihealthDrugKytYyQuerysubcodesResultModel struct {
	// model
	ModelList []CodeRelationDto `json:"model_list,omitempty" xml:"model_list>code_relation_dto,omitempty"`
	// msgCode
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// msgInfo
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 是否成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytYyQuerysubcodesResultModel 结构体

type AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest 医院出入库信息上传 API请求 alibaba.alihealth.drug.kyt.yy.uploadinoutbill

医院上传出入库信息,包括采购入库(102),退货入库(103),供应入库(107),退货出库(202),销毁出库(205),抽检出库(206), 供应出库(209), 不包括对个人的零售出库,疫苗接种,领药出库。

func NewAlibabaAlihealthDrugKytYyUploadinoutbillRequest

func NewAlibabaAlihealthDrugKytYyUploadinoutbillRequest() *AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest

NewAlibabaAlihealthDrugKytYyUploadinoutbillRequest 初始化AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest对象

func (AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) GetAgentRefUserId added in v1.2.0

GetAgentRefUserId AgentRefUserId Getter

func (AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) GetBillCode added in v1.2.0

GetBillCode BillCode Getter

func (AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) GetBillTime added in v1.2.0

GetBillTime BillTime Getter

func (AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) GetBillType added in v1.2.0

GetBillType BillType Getter

func (AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) GetCancelReasonCode added in v1.2.0

GetCancelReasonCode CancelReasonCode Getter

func (AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) GetCancelReasonDes added in v1.2.0

GetCancelReasonDes CancelReasonDes Getter

func (AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) GetClientType added in v1.2.0

GetClientType ClientType Getter

func (AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) GetDestUserId added in v1.2.0

GetDestUserId DestUserId Getter

func (AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) GetDrugId added in v1.2.0

GetDrugId DrugId Getter

func (AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) GetExecuterCode added in v1.2.0

GetExecuterCode ExecuterCode Getter

func (AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) GetExecuterName added in v1.2.0

GetExecuterName ExecuterName Getter

func (AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) GetFromUserId added in v1.2.0

GetFromUserId FromUserId Getter

func (AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) GetOperIcCode added in v1.2.0

GetOperIcCode OperIcCode Getter

func (AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) GetOperIcName added in v1.2.0

GetOperIcName OperIcName Getter

func (AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) GetPhysicType added in v1.2.0

GetPhysicType PhysicType Getter

func (AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) GetRefUserId added in v1.2.0

GetRefUserId RefUserId Getter

func (AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) GetReturnReasonCode added in v1.2.0

GetReturnReasonCode ReturnReasonCode Getter

func (AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) GetReturnReasonDes added in v1.2.0

GetReturnReasonDes ReturnReasonDes Getter

func (AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) GetSuperviserCode added in v1.2.0

GetSuperviserCode SuperviserCode Getter

func (AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) GetSuperviserName added in v1.2.0

GetSuperviserName SuperviserName Getter

func (AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) GetToUserId added in v1.2.0

GetToUserId ToUserId Getter

func (AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) GetTraceCodes added in v1.2.0

GetTraceCodes TraceCodes Getter

func (AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) GetWarehouseId added in v1.2.0

GetWarehouseId WarehouseId Getter

func (*AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetAgentRefUserId added in v1.2.0

func (r *AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetAgentRefUserId(_agentRefUserId string) error

SetAgentRefUserId is AgentRefUserId Setter 代理企业REF标识

func (*AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetBillCode added in v1.2.0

SetBillCode is BillCode Setter 单据编码

func (*AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetBillTime added in v1.2.0

SetBillTime is BillTime Setter 单据时间

func (*AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetBillType added in v1.2.0

SetBillType is BillType Setter 单据类型【102代表采购入库】

func (*AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetCancelReasonCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetCancelReasonCode(_cancelReasonCode string) error

SetCancelReasonCode is CancelReasonCode Setter 注销原因代码【销毁出库时填写】

func (*AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetCancelReasonDes added in v1.2.0

func (r *AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetCancelReasonDes(_cancelReasonDes string) error

SetCancelReasonDes is CancelReasonDes Setter 注销原因描述【销毁出库时填写】

func (*AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetClientType added in v1.2.0

func (r *AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetClientType(_clientType string) error

SetClientType is ClientType Setter 客户端类型[必须填2]

func (*AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetDestUserId added in v1.2.0

func (r *AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetDestUserId(_destUserId string) error

SetDestUserId is DestUserId Setter 直调企业标识

func (*AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetDrugId added in v1.2.0

SetDrugId is DrugId Setter 药品ID[企业自已系统的药品ID]

func (*AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetExecuterCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetExecuterCode(_executerCode string) error

SetExecuterCode is ExecuterCode Setter 执行人证件号【销毁出库时填写】

func (*AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetExecuterName added in v1.2.0

func (r *AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetExecuterName(_executerName string) error

SetExecuterName is ExecuterName Setter 执行人姓名【销毁出库时填写】

func (*AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetFromUserId added in v1.2.0

func (r *AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetFromUserId(_fromUserId string) error

SetFromUserId is FromUserId Setter 发货企业entId

func (*AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetOperIcCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetOperIcCode(_operIcCode string) error

SetOperIcCode is OperIcCode Setter 单据提交者(appkey编号)

func (*AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetOperIcName added in v1.2.0

func (r *AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetOperIcName(_operIcName string) error

SetOperIcName is OperIcName Setter 单据提交者姓名

func (*AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetPhysicType added in v1.2.0

func (r *AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetPhysicType(_physicType int64) error

SetPhysicType is PhysicType Setter 药品类型【3普药2特药】

func (*AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetRefUserId added in v1.2.0

SetRefUserId is RefUserId Setter 上传企业的单位编码

func (*AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetReturnReasonCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetReturnReasonCode(_returnReasonCode string) error

SetReturnReasonCode is ReturnReasonCode Setter 退货原因代码[退货入出库时填写]

func (*AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetReturnReasonDes added in v1.2.0

func (r *AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetReturnReasonDes(_returnReasonDes string) error

SetReturnReasonDes is ReturnReasonDes Setter 退货原因描述[退货入出库时填写]

func (*AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetSuperviserCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetSuperviserCode(_superviserCode string) error

SetSuperviserCode is SuperviserCode Setter 监督人证件号【销毁出库时填写】

func (*AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetSuperviserName added in v1.2.0

func (r *AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetSuperviserName(_superviserName string) error

SetSuperviserName is SuperviserName Setter 监督人姓名【销毁出库时填写】

func (*AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetToUserId added in v1.2.0

SetToUserId is ToUserId Setter 收货企业entId

func (*AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetTraceCodes added in v1.2.0

func (r *AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetTraceCodes(_traceCodes []string) error

SetTraceCodes is TraceCodes Setter 追溯码[多个时用逗号分开]

func (*AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetWarehouseId added in v1.2.0

func (r *AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest) SetWarehouseId(_warehouseId string) error

SetWarehouseId is WarehouseId Setter 仓号

type AlibabaAlihealthDrugKytYyUploadinoutbillAPIResponse

type AlibabaAlihealthDrugKytYyUploadinoutbillAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytYyUploadinoutbillAPIResponseModel
}

AlibabaAlihealthDrugKytYyUploadinoutbillAPIResponse 医院出入库信息上传 API返回值 alibaba.alihealth.drug.kyt.yy.uploadinoutbill

医院上传出入库信息,包括采购入库(102),退货入库(103),供应入库(107),退货出库(202),销毁出库(205),抽检出库(206), 供应出库(209), 不包括对个人的零售出库,疫苗接种,领药出库。

type AlibabaAlihealthDrugKytYyUploadinoutbillAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytYyUploadinoutbillAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_yy_uploadinoutbill_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回值
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// 返回编码(BILL_DECODE_ERROR 单据转码失败  BILL_FILE_NAME_DUPLICATE_UPLOAD 文件名重复)
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回信息
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 是否成功(true 成功 false 失败)
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytYyUploadinoutbillAPIResponseModel is 医院出入库信息上传 成功返回结果

type AlibabaAlihealthDrugKytYyUploadretailAPIRequest added in v1.2.0

type AlibabaAlihealthDrugKytYyUploadretailAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugKytYyUploadretailAPIRequest 医院上传出库信息 API请求 alibaba.alihealth.drug.kyt.yy.uploadretail

医院上传出库信息接口

func NewAlibabaAlihealthDrugKytYyUploadretailRequest

func NewAlibabaAlihealthDrugKytYyUploadretailRequest() *AlibabaAlihealthDrugKytYyUploadretailAPIRequest

NewAlibabaAlihealthDrugKytYyUploadretailRequest 初始化AlibabaAlihealthDrugKytYyUploadretailAPIRequest对象

func (AlibabaAlihealthDrugKytYyUploadretailAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugKytYyUploadretailAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugKytYyUploadretailAPIRequest) GetBillCode added in v1.2.0

GetBillCode BillCode Getter

func (AlibabaAlihealthDrugKytYyUploadretailAPIRequest) GetBillTime added in v1.2.0

GetBillTime BillTime Getter

func (AlibabaAlihealthDrugKytYyUploadretailAPIRequest) GetBillType added in v1.2.0

GetBillType BillType Getter

func (AlibabaAlihealthDrugKytYyUploadretailAPIRequest) GetCustomerId added in v1.2.0

GetCustomerId CustomerId Getter

func (AlibabaAlihealthDrugKytYyUploadretailAPIRequest) GetCustomerIdType added in v1.2.0

GetCustomerIdType CustomerIdType Getter

func (AlibabaAlihealthDrugKytYyUploadretailAPIRequest) GetDrugstoreName added in v1.2.0

GetDrugstoreName DrugstoreName Getter

func (AlibabaAlihealthDrugKytYyUploadretailAPIRequest) GetFromUserId added in v1.2.0

GetFromUserId FromUserId Getter

func (AlibabaAlihealthDrugKytYyUploadretailAPIRequest) GetMedicDispenser added in v1.2.0

GetMedicDispenser MedicDispenser Getter

func (AlibabaAlihealthDrugKytYyUploadretailAPIRequest) GetMedicDoctor added in v1.2.0

GetMedicDoctor MedicDoctor Getter

func (AlibabaAlihealthDrugKytYyUploadretailAPIRequest) GetNetworkBillFlag added in v1.2.0

GetNetworkBillFlag NetworkBillFlag Getter

func (AlibabaAlihealthDrugKytYyUploadretailAPIRequest) GetOperIcCode added in v1.2.0

GetOperIcCode OperIcCode Getter

func (AlibabaAlihealthDrugKytYyUploadretailAPIRequest) GetPhysicType added in v1.2.0

GetPhysicType PhysicType Getter

func (AlibabaAlihealthDrugKytYyUploadretailAPIRequest) GetRefUserId added in v1.2.0

GetRefUserId RefUserId Getter

func (AlibabaAlihealthDrugKytYyUploadretailAPIRequest) GetTraceCodes added in v1.2.0

GetTraceCodes TraceCodes Getter

func (AlibabaAlihealthDrugKytYyUploadretailAPIRequest) GetUserAgent added in v1.2.0

GetUserAgent UserAgent Getter

func (AlibabaAlihealthDrugKytYyUploadretailAPIRequest) GetUserName added in v1.2.0

GetUserName UserName Getter

func (AlibabaAlihealthDrugKytYyUploadretailAPIRequest) GetUserTel added in v1.2.0

GetUserTel UserTel Getter

func (*AlibabaAlihealthDrugKytYyUploadretailAPIRequest) SetBillCode added in v1.2.0

SetBillCode is BillCode Setter 单据编号(唯一)

func (*AlibabaAlihealthDrugKytYyUploadretailAPIRequest) SetBillTime added in v1.2.0

SetBillTime is BillTime Setter 单据生成时间(一般写当前时间)

func (*AlibabaAlihealthDrugKytYyUploadretailAPIRequest) SetBillType added in v1.2.0

SetBillType is BillType Setter 单据类型[321,零售出库][322,疫苗接种]

func (*AlibabaAlihealthDrugKytYyUploadretailAPIRequest) SetCustomerId added in v1.2.0

func (r *AlibabaAlihealthDrugKytYyUploadretailAPIRequest) SetCustomerId(_customerId string) error

SetCustomerId is CustomerId Setter 购买人证件编号

func (*AlibabaAlihealthDrugKytYyUploadretailAPIRequest) SetCustomerIdType added in v1.2.0

func (r *AlibabaAlihealthDrugKytYyUploadretailAPIRequest) SetCustomerIdType(_customerIdType string) error

SetCustomerIdType is CustomerIdType Setter 购买人证件类型【1身份证2护照3 军官证4 医保卡5接种卡6学生证9其它】

func (*AlibabaAlihealthDrugKytYyUploadretailAPIRequest) SetDrugstoreName added in v1.2.0

func (r *AlibabaAlihealthDrugKytYyUploadretailAPIRequest) SetDrugstoreName(_drugstoreName string) error

SetDrugstoreName is DrugstoreName Setter 药房名称(可为空)

func (*AlibabaAlihealthDrugKytYyUploadretailAPIRequest) SetFromUserId added in v1.2.0

func (r *AlibabaAlihealthDrugKytYyUploadretailAPIRequest) SetFromUserId(_fromUserId string) error

SetFromUserId is FromUserId Setter 发货企业(可为空)

func (*AlibabaAlihealthDrugKytYyUploadretailAPIRequest) SetMedicDispenser added in v1.2.0

func (r *AlibabaAlihealthDrugKytYyUploadretailAPIRequest) SetMedicDispenser(_medicDispenser string) error

SetMedicDispenser is MedicDispenser Setter 药品使用分药者

func (*AlibabaAlihealthDrugKytYyUploadretailAPIRequest) SetMedicDoctor added in v1.2.0

func (r *AlibabaAlihealthDrugKytYyUploadretailAPIRequest) SetMedicDoctor(_medicDoctor string) error

SetMedicDoctor is MedicDoctor Setter 开药医师名称

func (*AlibabaAlihealthDrugKytYyUploadretailAPIRequest) SetNetworkBillFlag added in v1.2.0

func (r *AlibabaAlihealthDrugKytYyUploadretailAPIRequest) SetNetworkBillFlag(_networkBillFlag string) error

SetNetworkBillFlag is NetworkBillFlag Setter 互联网标识 1是 0代表否

func (*AlibabaAlihealthDrugKytYyUploadretailAPIRequest) SetOperIcCode added in v1.2.0

func (r *AlibabaAlihealthDrugKytYyUploadretailAPIRequest) SetOperIcCode(_operIcCode string) error

SetOperIcCode is OperIcCode Setter 单据提交者(appkey编号)

func (*AlibabaAlihealthDrugKytYyUploadretailAPIRequest) SetPhysicType added in v1.2.0

func (r *AlibabaAlihealthDrugKytYyUploadretailAPIRequest) SetPhysicType(_physicType int64) error

SetPhysicType is PhysicType Setter 药品类型[2,特药,3,普药]

func (*AlibabaAlihealthDrugKytYyUploadretailAPIRequest) SetRefUserId added in v1.2.0

func (r *AlibabaAlihealthDrugKytYyUploadretailAPIRequest) SetRefUserId(_refUserId string) error

SetRefUserId is RefUserId Setter 码上放心平台企业唯一编码(门店或医疗机构)

func (*AlibabaAlihealthDrugKytYyUploadretailAPIRequest) SetTraceCodes added in v1.2.0

func (r *AlibabaAlihealthDrugKytYyUploadretailAPIRequest) SetTraceCodes(_traceCodes []string) error

SetTraceCodes is TraceCodes Setter 20位追溯码(多个时用半角逗号分隔)

func (*AlibabaAlihealthDrugKytYyUploadretailAPIRequest) SetUserAgent added in v1.2.0

func (r *AlibabaAlihealthDrugKytYyUploadretailAPIRequest) SetUserAgent(_userAgent string) error

SetUserAgent is UserAgent Setter 药品使用者代理人

func (*AlibabaAlihealthDrugKytYyUploadretailAPIRequest) SetUserName added in v1.2.0

SetUserName is UserName Setter 药品使用者名称

func (*AlibabaAlihealthDrugKytYyUploadretailAPIRequest) SetUserTel added in v1.2.0

SetUserTel is UserTel Setter 购买人电话:

type AlibabaAlihealthDrugKytYyUploadretailAPIResponse

type AlibabaAlihealthDrugKytYyUploadretailAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugKytYyUploadretailAPIResponseModel
}

AlibabaAlihealthDrugKytYyUploadretailAPIResponse 医院上传出库信息 API返回值 alibaba.alihealth.drug.kyt.yy.uploadretail

医院上传出库信息接口

type AlibabaAlihealthDrugKytYyUploadretailAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugKytYyUploadretailAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_kyt_yy_uploadretail_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 上传单据文件队列表标识
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// 错误码(BILL_DECODE_ERROR 单据转码失败 2.BILL_FILE_NAME_DUPLICATE_UPLOAD 文件名重复)
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 错误信息
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 操作是否成功(true 成功 ,false失败)
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugKytYyUploadretailAPIResponseModel is 医院上传出库信息 成功返回结果

type AlibabaAlihealthDrugLsydSaveentAPIRequest added in v1.2.0

type AlibabaAlihealthDrugLsydSaveentAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugLsydSaveentAPIRequest 零售药店往来单位新增 API请求 alibaba.alihealth.drug.lsyd.saveent

新增往来单位企业记录

func NewAlibabaAlihealthDrugLsydSaveentRequest

func NewAlibabaAlihealthDrugLsydSaveentRequest() *AlibabaAlihealthDrugLsydSaveentAPIRequest

NewAlibabaAlihealthDrugLsydSaveentRequest 初始化AlibabaAlihealthDrugLsydSaveentAPIRequest对象

func (AlibabaAlihealthDrugLsydSaveentAPIRequest) GetAddEntReq added in v1.2.0

GetAddEntReq AddEntReq Getter

func (AlibabaAlihealthDrugLsydSaveentAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugLsydSaveentAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugLsydSaveentAPIRequest) GetLicPictureByte added in v1.2.0

func (r AlibabaAlihealthDrugLsydSaveentAPIRequest) GetLicPictureByte() *model.File

GetLicPictureByte LicPictureByte Getter

func (AlibabaAlihealthDrugLsydSaveentAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugLsydSaveentAPIRequest) SetAddEntReq added in v1.2.0

func (r *AlibabaAlihealthDrugLsydSaveentAPIRequest) SetAddEntReq(_addEntReq *AddEntReqDto) error

SetAddEntReq is AddEntReq Setter 新增企业信息

func (*AlibabaAlihealthDrugLsydSaveentAPIRequest) SetLicPictureByte added in v1.2.0

func (r *AlibabaAlihealthDrugLsydSaveentAPIRequest) SetLicPictureByte(_licPictureByte *model.File) error

SetLicPictureByte is LicPictureByte Setter 图片数据流。图片大小务必控制在2M以内

func (*AlibabaAlihealthDrugLsydSaveentAPIRequest) SetRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugLsydSaveentAPIRequest) SetRefEntId(_refEntId string) error

SetRefEntId is RefEntId Setter 添加企业唯一标识

type AlibabaAlihealthDrugLsydSaveentAPIResponse

type AlibabaAlihealthDrugLsydSaveentAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugLsydSaveentAPIResponseModel
}

AlibabaAlihealthDrugLsydSaveentAPIResponse 零售药店往来单位新增 API返回值 alibaba.alihealth.drug.lsyd.saveent

新增往来单位企业记录

type AlibabaAlihealthDrugLsydSaveentAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugLsydSaveentAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_lsyd_saveent_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 往来单位新增接口返回
	Result *AlibabaAlihealthDrugLsydSaveentResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugLsydSaveentAPIResponseModel is 零售药店往来单位新增 成功返回结果

type AlibabaAlihealthDrugLsydSaveentModel

type AlibabaAlihealthDrugLsydSaveentModel struct {
	// 新增成功后分配的往来单位refEntId
	ParRefEntId string `json:"par_ref_ent_id,omitempty" xml:"par_ref_ent_id,omitempty"`
	// 新增失败的时候错误原因
	CheckMsg string `json:"check_msg,omitempty" xml:"check_msg,omitempty"`
	// 新增成功还是失败,true:新增成功
	AddSucess bool `json:"add_sucess,omitempty" xml:"add_sucess,omitempty"`
}

AlibabaAlihealthDrugLsydSaveentModel 结构体

type AlibabaAlihealthDrugLsydSaveentResultModel

type AlibabaAlihealthDrugLsydSaveentResultModel struct {
	// 接口调用失败具体信息
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 接口调用失败具体code
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 具体返回值
	Model *AlibabaAlihealthDrugLsydSaveentModel `json:"model,omitempty" xml:"model,omitempty"`
	// true:接口调用成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaAlihealthDrugLsydSaveentResultModel 结构体

type AlibabaAlihealthDrugScanQuerycodeAPIRequest added in v1.2.0

type AlibabaAlihealthDrugScanQuerycodeAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugScanQuerycodeAPIRequest 查询药监码对应的有效期和包装规格 API请求 alibaba.alihealth.drug.scan.querycode

查询药监码对应的有效期和包装规格

func NewAlibabaAlihealthDrugScanQuerycodeRequest

func NewAlibabaAlihealthDrugScanQuerycodeRequest() *AlibabaAlihealthDrugScanQuerycodeAPIRequest

NewAlibabaAlihealthDrugScanQuerycodeRequest 初始化AlibabaAlihealthDrugScanQuerycodeAPIRequest对象

func (AlibabaAlihealthDrugScanQuerycodeAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugScanQuerycodeAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugScanQuerycodeAPIRequest) GetAreaCode added in v1.2.0

GetAreaCode AreaCode Getter

func (AlibabaAlihealthDrugScanQuerycodeAPIRequest) GetCityCode added in v1.2.0

GetCityCode CityCode Getter

func (AlibabaAlihealthDrugScanQuerycodeAPIRequest) GetCode added in v1.2.0

GetCode Code Getter

func (AlibabaAlihealthDrugScanQuerycodeAPIRequest) GetProvinceCode added in v1.2.0

GetProvinceCode ProvinceCode Getter

func (AlibabaAlihealthDrugScanQuerycodeAPIRequest) GetScanTime added in v1.2.0

GetScanTime ScanTime Getter

func (AlibabaAlihealthDrugScanQuerycodeAPIRequest) GetWebchatId added in v1.2.0

GetWebchatId WebchatId Getter

func (*AlibabaAlihealthDrugScanQuerycodeAPIRequest) SetAreaCode added in v1.2.0

func (r *AlibabaAlihealthDrugScanQuerycodeAPIRequest) SetAreaCode(_areaCode string) error

SetAreaCode is AreaCode Setter 区编码

func (*AlibabaAlihealthDrugScanQuerycodeAPIRequest) SetCityCode added in v1.2.0

func (r *AlibabaAlihealthDrugScanQuerycodeAPIRequest) SetCityCode(_cityCode string) error

SetCityCode is CityCode Setter 市编码

func (*AlibabaAlihealthDrugScanQuerycodeAPIRequest) SetCode added in v1.2.0

SetCode is Code Setter 溯源码

func (*AlibabaAlihealthDrugScanQuerycodeAPIRequest) SetProvinceCode added in v1.2.0

func (r *AlibabaAlihealthDrugScanQuerycodeAPIRequest) SetProvinceCode(_provinceCode string) error

SetProvinceCode is ProvinceCode Setter 省编码

func (*AlibabaAlihealthDrugScanQuerycodeAPIRequest) SetScanTime added in v1.2.0

func (r *AlibabaAlihealthDrugScanQuerycodeAPIRequest) SetScanTime(_scanTime string) error

SetScanTime is ScanTime Setter 扫码日期

func (*AlibabaAlihealthDrugScanQuerycodeAPIRequest) SetWebchatId added in v1.2.0

func (r *AlibabaAlihealthDrugScanQuerycodeAPIRequest) SetWebchatId(_webchatId string) error

SetWebchatId is WebchatId Setter 用户标识id

type AlibabaAlihealthDrugScanQuerycodeAPIResponse

type AlibabaAlihealthDrugScanQuerycodeAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugScanQuerycodeAPIResponseModel
}

AlibabaAlihealthDrugScanQuerycodeAPIResponse 查询药监码对应的有效期和包装规格 API返回值 alibaba.alihealth.drug.scan.querycode

查询药监码对应的有效期和包装规格

type AlibabaAlihealthDrugScanQuerycodeAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugScanQuerycodeAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_scan_querycode_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 和三方交互最外层model对象
	Result *TopResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugScanQuerycodeAPIResponseModel is 查询药监码对应的有效期和包装规格 成功返回结果

type AlibabaAlihealthDrugUpdatebarcodeBytraccodeAPIRequest added in v1.2.0

type AlibabaAlihealthDrugUpdatebarcodeBytraccodeAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugUpdatebarcodeBytraccodeAPIRequest 根据追溯码修改69码 API请求 alibaba.alihealth.drug.updatebarcode.bytraccode

根据追溯码修改69码

func NewAlibabaAlihealthDrugUpdatebarcodeBytraccodeRequest

func NewAlibabaAlihealthDrugUpdatebarcodeBytraccodeRequest() *AlibabaAlihealthDrugUpdatebarcodeBytraccodeAPIRequest

NewAlibabaAlihealthDrugUpdatebarcodeBytraccodeRequest 初始化AlibabaAlihealthDrugUpdatebarcodeBytraccodeAPIRequest对象

func (AlibabaAlihealthDrugUpdatebarcodeBytraccodeAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugUpdatebarcodeBytraccodeAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugUpdatebarcodeBytraccodeAPIRequest) GetBarcode added in v1.2.0

GetBarcode Barcode Getter

func (AlibabaAlihealthDrugUpdatebarcodeBytraccodeAPIRequest) GetTraceCode added in v1.2.0

GetTraceCode TraceCode Getter

func (*AlibabaAlihealthDrugUpdatebarcodeBytraccodeAPIRequest) SetBarcode added in v1.2.0

SetBarcode is Barcode Setter 69码

func (*AlibabaAlihealthDrugUpdatebarcodeBytraccodeAPIRequest) SetTraceCode added in v1.2.0

SetTraceCode is TraceCode Setter 追溯码

type AlibabaAlihealthDrugUpdatebarcodeBytraccodeAPIResponse

type AlibabaAlihealthDrugUpdatebarcodeBytraccodeAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugUpdatebarcodeBytraccodeAPIResponseModel
}

AlibabaAlihealthDrugUpdatebarcodeBytraccodeAPIResponse 根据追溯码修改69码 API返回值 alibaba.alihealth.drug.updatebarcode.bytraccode

根据追溯码修改69码

type AlibabaAlihealthDrugUpdatebarcodeBytraccodeAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugUpdatebarcodeBytraccodeAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_updatebarcode_bytraccode_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// msgCode
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// msgInfo
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
}

AlibabaAlihealthDrugUpdatebarcodeBytraccodeAPIResponseModel is 根据追溯码修改69码 成功返回结果

type AlibabaAlihealthDrugUploadExtinfoAPIRequest added in v1.2.0

type AlibabaAlihealthDrugUploadExtinfoAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugUploadExtinfoAPIRequest 中药饮片及器械对接 API请求 alibaba.alihealth.drug.upload.extinfo

中药饮片及器械对接

func NewAlibabaAlihealthDrugUploadExtinfoRequest

func NewAlibabaAlihealthDrugUploadExtinfoRequest() *AlibabaAlihealthDrugUploadExtinfoAPIRequest

NewAlibabaAlihealthDrugUploadExtinfoRequest 初始化AlibabaAlihealthDrugUploadExtinfoAPIRequest对象

func (AlibabaAlihealthDrugUploadExtinfoAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugUploadExtinfoAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugUploadExtinfoAPIRequest) GetBatchNo added in v1.2.0

GetBatchNo BatchNo Getter

func (AlibabaAlihealthDrugUploadExtinfoAPIRequest) GetDrugId added in v1.2.0

GetDrugId DrugId Getter

func (AlibabaAlihealthDrugUploadExtinfoAPIRequest) GetExtInfoDto added in v1.2.0

GetExtInfoDto ExtInfoDto Getter

func (AlibabaAlihealthDrugUploadExtinfoAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugUploadExtinfoAPIRequest) SetBatchNo added in v1.2.0

SetBatchNo is BatchNo Setter 批次

func (*AlibabaAlihealthDrugUploadExtinfoAPIRequest) SetDrugId added in v1.2.0

SetDrugId is DrugId Setter 药品ID

func (*AlibabaAlihealthDrugUploadExtinfoAPIRequest) SetExtInfoDto added in v1.2.0

func (r *AlibabaAlihealthDrugUploadExtinfoAPIRequest) SetExtInfoDto(_extInfoDto *ExtInfoDto) error

SetExtInfoDto is ExtInfoDto Setter 扩展信息

func (*AlibabaAlihealthDrugUploadExtinfoAPIRequest) SetRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugUploadExtinfoAPIRequest) SetRefEntId(_refEntId string) error

SetRefEntId is RefEntId Setter 企业ID

type AlibabaAlihealthDrugUploadExtinfoAPIResponse

type AlibabaAlihealthDrugUploadExtinfoAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugUploadExtinfoAPIResponseModel
}

AlibabaAlihealthDrugUploadExtinfoAPIResponse 中药饮片及器械对接 API返回值 alibaba.alihealth.drug.upload.extinfo

中药饮片及器械对接

type AlibabaAlihealthDrugUploadExtinfoAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugUploadExtinfoAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_upload_extinfo_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	Result *AlibabaAlihealthDrugUploadExtinfoResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugUploadExtinfoAPIResponseModel is 中药饮片及器械对接 成功返回结果

type AlibabaAlihealthDrugUploadExtinfoResultModel

type AlibabaAlihealthDrugUploadExtinfoResultModel struct {
	// 编码值
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 中文解释
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 接口响应是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
	// 业务处理是否成功
	Model bool `json:"model,omitempty" xml:"model,omitempty"`
}

AlibabaAlihealthDrugUploadExtinfoResultModel 结构体

type AlibabaAlihealthDrugWxinfoUploadAPIRequest added in v1.2.0

type AlibabaAlihealthDrugWxinfoUploadAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugWxinfoUploadAPIRequest 小程序数据回传 API请求 alibaba.alihealth.drug.wxinfo.upload

小程序数据回传

func NewAlibabaAlihealthDrugWxinfoUploadRequest

func NewAlibabaAlihealthDrugWxinfoUploadRequest() *AlibabaAlihealthDrugWxinfoUploadAPIRequest

NewAlibabaAlihealthDrugWxinfoUploadRequest 初始化AlibabaAlihealthDrugWxinfoUploadAPIRequest对象

func (AlibabaAlihealthDrugWxinfoUploadAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugWxinfoUploadAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugWxinfoUploadAPIRequest) GetIsvChannel added in v1.2.0

GetIsvChannel IsvChannel Getter

func (AlibabaAlihealthDrugWxinfoUploadAPIRequest) GetSalerInfo added in v1.2.0

GetSalerInfo SalerInfo Getter

func (AlibabaAlihealthDrugWxinfoUploadAPIRequest) GetShopInfo added in v1.2.0

GetShopInfo ShopInfo Getter

func (AlibabaAlihealthDrugWxinfoUploadAPIRequest) GetUserInfo added in v1.2.0

GetUserInfo UserInfo Getter

func (*AlibabaAlihealthDrugWxinfoUploadAPIRequest) SetIsvChannel added in v1.2.0

func (r *AlibabaAlihealthDrugWxinfoUploadAPIRequest) SetIsvChannel(_isvChannel string) error

SetIsvChannel is IsvChannel Setter 渠道

func (*AlibabaAlihealthDrugWxinfoUploadAPIRequest) SetSalerInfo added in v1.2.0

func (r *AlibabaAlihealthDrugWxinfoUploadAPIRequest) SetSalerInfo(_salerInfo string) error

SetSalerInfo is SalerInfo Setter 售货员信息

func (*AlibabaAlihealthDrugWxinfoUploadAPIRequest) SetShopInfo added in v1.2.0

func (r *AlibabaAlihealthDrugWxinfoUploadAPIRequest) SetShopInfo(_shopInfo string) error

SetShopInfo is ShopInfo Setter 店铺名称

func (*AlibabaAlihealthDrugWxinfoUploadAPIRequest) SetUserInfo added in v1.2.0

func (r *AlibabaAlihealthDrugWxinfoUploadAPIRequest) SetUserInfo(_userInfo string) error

SetUserInfo is UserInfo Setter 用户信息

type AlibabaAlihealthDrugWxinfoUploadAPIResponse

type AlibabaAlihealthDrugWxinfoUploadAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugWxinfoUploadAPIResponseModel
}

AlibabaAlihealthDrugWxinfoUploadAPIResponse 小程序数据回传 API返回值 alibaba.alihealth.drug.wxinfo.upload

小程序数据回传

type AlibabaAlihealthDrugWxinfoUploadAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugWxinfoUploadAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drug_wxinfo_upload_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// msgInfo
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// msgCode
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// model
	Model bool `json:"model,omitempty" xml:"model,omitempty"`
}

AlibabaAlihealthDrugWxinfoUploadAPIResponseModel is 小程序数据回传 成功返回结果

type AlibabaAlihealthDrugcodeApplycertAPIRequest added in v1.2.0

type AlibabaAlihealthDrugcodeApplycertAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugcodeApplycertAPIRequest 申请证书为对接方 API请求 alibaba.alihealth.drugcode.applycert

申请证书 为对接方(当前是药厂和中心化系统)

func NewAlibabaAlihealthDrugcodeApplycertRequest

func NewAlibabaAlihealthDrugcodeApplycertRequest() *AlibabaAlihealthDrugcodeApplycertAPIRequest

NewAlibabaAlihealthDrugcodeApplycertRequest 初始化AlibabaAlihealthDrugcodeApplycertAPIRequest对象

func (AlibabaAlihealthDrugcodeApplycertAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugcodeApplycertAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugcodeApplycertAPIRequest) GetCertLostFlag added in v1.2.0

GetCertLostFlag CertLostFlag Getter

func (AlibabaAlihealthDrugcodeApplycertAPIRequest) GetCsr added in v1.2.0

GetCsr Csr Getter

func (AlibabaAlihealthDrugcodeApplycertAPIRequest) GetEntName added in v1.2.0

GetEntName EntName Getter

func (AlibabaAlihealthDrugcodeApplycertAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (AlibabaAlihealthDrugcodeApplycertAPIRequest) GetSerialNum added in v1.2.0

GetSerialNum SerialNum Getter

func (*AlibabaAlihealthDrugcodeApplycertAPIRequest) SetCertLostFlag added in v1.2.0

func (r *AlibabaAlihealthDrugcodeApplycertAPIRequest) SetCertLostFlag(_certLostFlag bool) error

SetCertLostFlag is CertLostFlag Setter 证书丢失时的操作类型 (true:证书丢失)

func (*AlibabaAlihealthDrugcodeApplycertAPIRequest) SetCsr added in v1.2.0

SetCsr is Csr Setter 证书签名请求

func (*AlibabaAlihealthDrugcodeApplycertAPIRequest) SetEntName added in v1.2.0

SetEntName is EntName Setter 企业名称

func (*AlibabaAlihealthDrugcodeApplycertAPIRequest) SetRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugcodeApplycertAPIRequest) SetRefEntId(_refEntId string) error

SetRefEntId is RefEntId Setter 企业Id

func (*AlibabaAlihealthDrugcodeApplycertAPIRequest) SetSerialNum added in v1.2.0

func (r *AlibabaAlihealthDrugcodeApplycertAPIRequest) SetSerialNum(_serialNum string) error

SetSerialNum is SerialNum Setter 设备唯一标识编号

type AlibabaAlihealthDrugcodeApplycertAPIResponse

type AlibabaAlihealthDrugcodeApplycertAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugcodeApplycertAPIResponseModel
}

AlibabaAlihealthDrugcodeApplycertAPIResponse 申请证书为对接方 API返回值 alibaba.alihealth.drugcode.applycert

申请证书 为对接方(当前是药厂和中心化系统)

type AlibabaAlihealthDrugcodeApplycertAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugcodeApplycertAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drugcode_applycert_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 和三方交互最外层model对象
	Result *TopResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugcodeApplycertAPIResponseModel is 申请证书为对接方 成功返回结果

type AlibabaAlihealthDrugcodeCenterReceiveBoundStatusAPIRequest added in v1.2.0

type AlibabaAlihealthDrugcodeCenterReceiveBoundStatusAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugcodeCenterReceiveBoundStatusAPIRequest 接收中央随机化系统和临床研究机构的绑定确认状态 API请求 alibaba.alihealth.drugcode.center.receive.bound.status

临床用药试验-接收中央随机化系统和临床研究机构的绑定确认状态

func NewAlibabaAlihealthDrugcodeCenterReceiveBoundStatusRequest

func NewAlibabaAlihealthDrugcodeCenterReceiveBoundStatusRequest() *AlibabaAlihealthDrugcodeCenterReceiveBoundStatusAPIRequest

NewAlibabaAlihealthDrugcodeCenterReceiveBoundStatusRequest 初始化AlibabaAlihealthDrugcodeCenterReceiveBoundStatusAPIRequest对象

func (AlibabaAlihealthDrugcodeCenterReceiveBoundStatusAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugcodeCenterReceiveBoundStatusAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugcodeCenterReceiveBoundStatusAPIRequest) GetCenterRandomSysId added in v1.2.0

GetCenterRandomSysId CenterRandomSysId Getter

func (AlibabaAlihealthDrugcodeCenterReceiveBoundStatusAPIRequest) GetHospitalRefEntId added in v1.2.0

GetHospitalRefEntId HospitalRefEntId Getter

func (AlibabaAlihealthDrugcodeCenterReceiveBoundStatusAPIRequest) GetProjectId added in v1.2.0

GetProjectId ProjectId Getter

func (AlibabaAlihealthDrugcodeCenterReceiveBoundStatusAPIRequest) GetStatus added in v1.2.0

GetStatus Status Getter

func (*AlibabaAlihealthDrugcodeCenterReceiveBoundStatusAPIRequest) SetCenterRandomSysId added in v1.2.0

func (r *AlibabaAlihealthDrugcodeCenterReceiveBoundStatusAPIRequest) SetCenterRandomSysId(_centerRandomSysId string) error

SetCenterRandomSysId is CenterRandomSysId Setter 中央随机化系统id

func (*AlibabaAlihealthDrugcodeCenterReceiveBoundStatusAPIRequest) SetHospitalRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugcodeCenterReceiveBoundStatusAPIRequest) SetHospitalRefEntId(_hospitalRefEntId string) error

SetHospitalRefEntId is HospitalRefEntId Setter 临床研究机构id

func (*AlibabaAlihealthDrugcodeCenterReceiveBoundStatusAPIRequest) SetProjectId added in v1.2.0

SetProjectId is ProjectId Setter 项目id

func (*AlibabaAlihealthDrugcodeCenterReceiveBoundStatusAPIRequest) SetStatus added in v1.2.0

SetStatus is Status Setter 状态 4:绑定成功 5:绑定失败

type AlibabaAlihealthDrugcodeCenterReceiveBoundStatusAPIResponse

type AlibabaAlihealthDrugcodeCenterReceiveBoundStatusAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugcodeCenterReceiveBoundStatusAPIResponseModel
}

AlibabaAlihealthDrugcodeCenterReceiveBoundStatusAPIResponse 接收中央随机化系统和临床研究机构的绑定确认状态 API返回值 alibaba.alihealth.drugcode.center.receive.bound.status

临床用药试验-接收中央随机化系统和临床研究机构的绑定确认状态

type AlibabaAlihealthDrugcodeCenterReceiveBoundStatusAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugcodeCenterReceiveBoundStatusAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drugcode_center_receive_bound_status_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 调用结果码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 提示信息
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回结果
	Model bool `json:"model,omitempty" xml:"model,omitempty"`
}

AlibabaAlihealthDrugcodeCenterReceiveBoundStatusAPIResponseModel is 接收中央随机化系统和临床研究机构的绑定确认状态 成功返回结果

type AlibabaAlihealthDrugcodeDrugfactoryBlindfiledellogAPIRequest added in v1.2.0

type AlibabaAlihealthDrugcodeDrugfactoryBlindfiledellogAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugcodeDrugfactoryBlindfiledellogAPIRequest 接收盲底文件删除日志 API请求 alibaba.alihealth.drugcode.drugfactory.blindfiledellog

临床用药试验-接收盲底文件删除日志

func NewAlibabaAlihealthDrugcodeDrugfactoryBlindfiledellogRequest

func NewAlibabaAlihealthDrugcodeDrugfactoryBlindfiledellogRequest() *AlibabaAlihealthDrugcodeDrugfactoryBlindfiledellogAPIRequest

NewAlibabaAlihealthDrugcodeDrugfactoryBlindfiledellogRequest 初始化AlibabaAlihealthDrugcodeDrugfactoryBlindfiledellogAPIRequest对象

func (AlibabaAlihealthDrugcodeDrugfactoryBlindfiledellogAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugcodeDrugfactoryBlindfiledellogAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugcodeDrugfactoryBlindfiledellogAPIRequest) GetBlindFileDeleteTime added in v1.2.0

GetBlindFileDeleteTime BlindFileDeleteTime Getter

func (AlibabaAlihealthDrugcodeDrugfactoryBlindfiledellogAPIRequest) GetBlindFileNames added in v1.2.0

GetBlindFileNames BlindFileNames Getter

func (AlibabaAlihealthDrugcodeDrugfactoryBlindfiledellogAPIRequest) GetOperator added in v1.2.0

GetOperator Operator Getter

func (AlibabaAlihealthDrugcodeDrugfactoryBlindfiledellogAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugcodeDrugfactoryBlindfiledellogAPIRequest) SetBlindFileDeleteTime added in v1.2.0

func (r *AlibabaAlihealthDrugcodeDrugfactoryBlindfiledellogAPIRequest) SetBlindFileDeleteTime(_blindFileDeleteTime string) error

SetBlindFileDeleteTime is BlindFileDeleteTime Setter 盲底文件删除时间

func (*AlibabaAlihealthDrugcodeDrugfactoryBlindfiledellogAPIRequest) SetBlindFileNames added in v1.2.0

func (r *AlibabaAlihealthDrugcodeDrugfactoryBlindfiledellogAPIRequest) SetBlindFileNames(_blindFileNames string) error

SetBlindFileNames is BlindFileNames Setter 盲底文件名称,多个盲底文件用,分隔

func (*AlibabaAlihealthDrugcodeDrugfactoryBlindfiledellogAPIRequest) SetOperator added in v1.2.0

SetOperator is Operator Setter 操作人

func (*AlibabaAlihealthDrugcodeDrugfactoryBlindfiledellogAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 药厂企业id

type AlibabaAlihealthDrugcodeDrugfactoryBlindfiledellogAPIResponse

type AlibabaAlihealthDrugcodeDrugfactoryBlindfiledellogAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugcodeDrugfactoryBlindfiledellogAPIResponseModel
}

AlibabaAlihealthDrugcodeDrugfactoryBlindfiledellogAPIResponse 接收盲底文件删除日志 API返回值 alibaba.alihealth.drugcode.drugfactory.blindfiledellog

临床用药试验-接收盲底文件删除日志

type AlibabaAlihealthDrugcodeDrugfactoryBlindfiledellogAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugcodeDrugfactoryBlindfiledellogAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drugcode_drugfactory_blindfiledellog_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 调用结果
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 调用结果信息
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 删除日志同步结果
	Model bool `json:"model,omitempty" xml:"model,omitempty"`
}

AlibabaAlihealthDrugcodeDrugfactoryBlindfiledellogAPIResponseModel is 接收盲底文件删除日志 成功返回结果

type AlibabaAlihealthDrugcodeDrugfactoryExportattributeAPIRequest added in v1.2.0

type AlibabaAlihealthDrugcodeDrugfactoryExportattributeAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugcodeDrugfactoryExportattributeAPIRequest 导出所有项目的药物属性和药品信息 API请求 alibaba.alihealth.drugcode.drugfactory.exportattribute

导出所有项目的药物属性和药品信息

func NewAlibabaAlihealthDrugcodeDrugfactoryExportattributeRequest

func NewAlibabaAlihealthDrugcodeDrugfactoryExportattributeRequest() *AlibabaAlihealthDrugcodeDrugfactoryExportattributeAPIRequest

NewAlibabaAlihealthDrugcodeDrugfactoryExportattributeRequest 初始化AlibabaAlihealthDrugcodeDrugfactoryExportattributeAPIRequest对象

func (AlibabaAlihealthDrugcodeDrugfactoryExportattributeAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugcodeDrugfactoryExportattributeAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugcodeDrugfactoryExportattributeAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugcodeDrugfactoryExportattributeAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业id

type AlibabaAlihealthDrugcodeDrugfactoryExportattributeAPIResponse

type AlibabaAlihealthDrugcodeDrugfactoryExportattributeAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugcodeDrugfactoryExportattributeAPIResponseModel
}

AlibabaAlihealthDrugcodeDrugfactoryExportattributeAPIResponse 导出所有项目的药物属性和药品信息 API返回值 alibaba.alihealth.drugcode.drugfactory.exportattribute

导出所有项目的药物属性和药品信息

type AlibabaAlihealthDrugcodeDrugfactoryExportattributeAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugcodeDrugfactoryExportattributeAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drugcode_drugfactory_exportattribute_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 和三方交互最外层model对象
	Result *TopResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugcodeDrugfactoryExportattributeAPIResponseModel is 导出所有项目的药物属性和药品信息 成功返回结果

type AlibabaAlihealthDrugcodeDrugfactoryExportcategoryAPIRequest added in v1.2.0

type AlibabaAlihealthDrugcodeDrugfactoryExportcategoryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugcodeDrugfactoryExportcategoryAPIRequest 导出临床药品目录 API请求 alibaba.alihealth.drugcode.drugfactory.exportcategory

导出临床药品目录

func NewAlibabaAlihealthDrugcodeDrugfactoryExportcategoryRequest

func NewAlibabaAlihealthDrugcodeDrugfactoryExportcategoryRequest() *AlibabaAlihealthDrugcodeDrugfactoryExportcategoryAPIRequest

NewAlibabaAlihealthDrugcodeDrugfactoryExportcategoryRequest 初始化AlibabaAlihealthDrugcodeDrugfactoryExportcategoryAPIRequest对象

func (AlibabaAlihealthDrugcodeDrugfactoryExportcategoryAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugcodeDrugfactoryExportcategoryAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugcodeDrugfactoryExportcategoryAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugcodeDrugfactoryExportcategoryAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业ID

type AlibabaAlihealthDrugcodeDrugfactoryExportcategoryAPIResponse

type AlibabaAlihealthDrugcodeDrugfactoryExportcategoryAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugcodeDrugfactoryExportcategoryAPIResponseModel
}

AlibabaAlihealthDrugcodeDrugfactoryExportcategoryAPIResponse 导出临床药品目录 API返回值 alibaba.alihealth.drugcode.drugfactory.exportcategory

导出临床药品目录

type AlibabaAlihealthDrugcodeDrugfactoryExportcategoryAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugcodeDrugfactoryExportcategoryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drugcode_drugfactory_exportcategory_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 导出的药品目录
	Model []ProductDto `json:"model,omitempty" xml:"model>product_dto,omitempty"`
	// 操作码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 操作说明
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
}

AlibabaAlihealthDrugcodeDrugfactoryExportcategoryAPIResponseModel is 导出临床药品目录 成功返回结果

type AlibabaAlihealthDrugcodeDrugfactoryExportprojectAPIRequest added in v1.2.0

type AlibabaAlihealthDrugcodeDrugfactoryExportprojectAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugcodeDrugfactoryExportprojectAPIRequest 导出项目和药品目录 API请求 alibaba.alihealth.drugcode.drugfactory.exportproject

导出临床项目及其药品目录

func NewAlibabaAlihealthDrugcodeDrugfactoryExportprojectRequest

func NewAlibabaAlihealthDrugcodeDrugfactoryExportprojectRequest() *AlibabaAlihealthDrugcodeDrugfactoryExportprojectAPIRequest

NewAlibabaAlihealthDrugcodeDrugfactoryExportprojectRequest 初始化AlibabaAlihealthDrugcodeDrugfactoryExportprojectAPIRequest对象

func (AlibabaAlihealthDrugcodeDrugfactoryExportprojectAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugcodeDrugfactoryExportprojectAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugcodeDrugfactoryExportprojectAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugcodeDrugfactoryExportprojectAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业id

type AlibabaAlihealthDrugcodeDrugfactoryExportprojectAPIResponse

type AlibabaAlihealthDrugcodeDrugfactoryExportprojectAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugcodeDrugfactoryExportprojectAPIResponseModel
}

AlibabaAlihealthDrugcodeDrugfactoryExportprojectAPIResponse 导出项目和药品目录 API返回值 alibaba.alihealth.drugcode.drugfactory.exportproject

导出临床项目及其药品目录

type AlibabaAlihealthDrugcodeDrugfactoryExportprojectAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugcodeDrugfactoryExportprojectAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drugcode_drugfactory_exportproject_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 和三方交互最外层model对象
	Result *TopResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugcodeDrugfactoryExportprojectAPIResponseModel is 导出项目和药品目录 成功返回结果

type AlibabaAlihealthDrugcodeDrugfactoryGetblindresultAPIRequest added in v1.2.0

type AlibabaAlihealthDrugcodeDrugfactoryGetblindresultAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugcodeDrugfactoryGetblindresultAPIRequest 获取盲底文件处理结果 API请求 alibaba.alihealth.drugcode.drugfactory.getblindresult

获取盲底文件处理结果

func NewAlibabaAlihealthDrugcodeDrugfactoryGetblindresultRequest

func NewAlibabaAlihealthDrugcodeDrugfactoryGetblindresultRequest() *AlibabaAlihealthDrugcodeDrugfactoryGetblindresultAPIRequest

NewAlibabaAlihealthDrugcodeDrugfactoryGetblindresultRequest 初始化AlibabaAlihealthDrugcodeDrugfactoryGetblindresultAPIRequest对象

func (AlibabaAlihealthDrugcodeDrugfactoryGetblindresultAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugcodeDrugfactoryGetblindresultAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugcodeDrugfactoryGetblindresultAPIRequest) GetBlindFileName added in v1.2.0

GetBlindFileName BlindFileName Getter

func (AlibabaAlihealthDrugcodeDrugfactoryGetblindresultAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugcodeDrugfactoryGetblindresultAPIRequest) SetBlindFileName added in v1.2.0

func (r *AlibabaAlihealthDrugcodeDrugfactoryGetblindresultAPIRequest) SetBlindFileName(_blindFileName string) error

SetBlindFileName is BlindFileName Setter 盲底文件名称

func (*AlibabaAlihealthDrugcodeDrugfactoryGetblindresultAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业id

type AlibabaAlihealthDrugcodeDrugfactoryGetblindresultAPIResponse

type AlibabaAlihealthDrugcodeDrugfactoryGetblindresultAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugcodeDrugfactoryGetblindresultAPIResponseModel
}

AlibabaAlihealthDrugcodeDrugfactoryGetblindresultAPIResponse 获取盲底文件处理结果 API返回值 alibaba.alihealth.drugcode.drugfactory.getblindresult

获取盲底文件处理结果

type AlibabaAlihealthDrugcodeDrugfactoryGetblindresultAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugcodeDrugfactoryGetblindresultAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drugcode_drugfactory_getblindresult_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 和三方交互最外层model对象
	Result *TopResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugcodeDrugfactoryGetblindresultAPIResponseModel is 获取盲底文件处理结果 成功返回结果

type AlibabaAlihealthDrugcodeDrugfactoryGetencrptypkAPIRequest added in v1.2.0

type AlibabaAlihealthDrugcodeDrugfactoryGetencrptypkAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugcodeDrugfactoryGetencrptypkAPIRequest 获取加密公钥 API请求 alibaba.alihealth.drugcode.drugfactory.getencrptypk

获取服务端给药厂用来加密的公钥

func NewAlibabaAlihealthDrugcodeDrugfactoryGetencrptypkRequest

func NewAlibabaAlihealthDrugcodeDrugfactoryGetencrptypkRequest() *AlibabaAlihealthDrugcodeDrugfactoryGetencrptypkAPIRequest

NewAlibabaAlihealthDrugcodeDrugfactoryGetencrptypkRequest 初始化AlibabaAlihealthDrugcodeDrugfactoryGetencrptypkAPIRequest对象

func (AlibabaAlihealthDrugcodeDrugfactoryGetencrptypkAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugcodeDrugfactoryGetencrptypkAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugcodeDrugfactoryGetencrptypkAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugcodeDrugfactoryGetencrptypkAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业Id

type AlibabaAlihealthDrugcodeDrugfactoryGetencrptypkAPIResponse

type AlibabaAlihealthDrugcodeDrugfactoryGetencrptypkAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugcodeDrugfactoryGetencrptypkAPIResponseModel
}

AlibabaAlihealthDrugcodeDrugfactoryGetencrptypkAPIResponse 获取加密公钥 API返回值 alibaba.alihealth.drugcode.drugfactory.getencrptypk

获取服务端给药厂用来加密的公钥

type AlibabaAlihealthDrugcodeDrugfactoryGetencrptypkAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugcodeDrugfactoryGetencrptypkAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drugcode_drugfactory_getencrptypk_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 公钥证书
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// 操作码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 操作说明
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
}

AlibabaAlihealthDrugcodeDrugfactoryGetencrptypkAPIResponseModel is 获取加密公钥 成功返回结果

type AlibabaAlihealthDrugcodeDrugfactoryTransferblindAPIRequest added in v1.2.0

type AlibabaAlihealthDrugcodeDrugfactoryTransferblindAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugcodeDrugfactoryTransferblindAPIRequest 传输盲底文件 API请求 alibaba.alihealth.drugcode.drugfactory.transferblind

临床用药试验-传输盲底文件

func NewAlibabaAlihealthDrugcodeDrugfactoryTransferblindRequest

func NewAlibabaAlihealthDrugcodeDrugfactoryTransferblindRequest() *AlibabaAlihealthDrugcodeDrugfactoryTransferblindAPIRequest

NewAlibabaAlihealthDrugcodeDrugfactoryTransferblindRequest 初始化AlibabaAlihealthDrugcodeDrugfactoryTransferblindAPIRequest对象

func (AlibabaAlihealthDrugcodeDrugfactoryTransferblindAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugcodeDrugfactoryTransferblindAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugcodeDrugfactoryTransferblindAPIRequest) GetCipherText added in v1.2.0

GetCipherText CipherText Getter

func (AlibabaAlihealthDrugcodeDrugfactoryTransferblindAPIRequest) GetFileName added in v1.2.0

GetFileName FileName Getter

func (AlibabaAlihealthDrugcodeDrugfactoryTransferblindAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (AlibabaAlihealthDrugcodeDrugfactoryTransferblindAPIRequest) GetSignValue added in v1.2.0

GetSignValue SignValue Getter

func (*AlibabaAlihealthDrugcodeDrugfactoryTransferblindAPIRequest) SetCipherText added in v1.2.0

SetCipherText is CipherText Setter 密文

func (*AlibabaAlihealthDrugcodeDrugfactoryTransferblindAPIRequest) SetFileName added in v1.2.0

SetFileName is FileName Setter 文件名称

func (*AlibabaAlihealthDrugcodeDrugfactoryTransferblindAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业id

func (*AlibabaAlihealthDrugcodeDrugfactoryTransferblindAPIRequest) SetSignValue added in v1.2.0

SetSignValue is SignValue Setter 签名值

type AlibabaAlihealthDrugcodeDrugfactoryTransferblindAPIResponse

type AlibabaAlihealthDrugcodeDrugfactoryTransferblindAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugcodeDrugfactoryTransferblindAPIResponseModel
}

AlibabaAlihealthDrugcodeDrugfactoryTransferblindAPIResponse 传输盲底文件 API返回值 alibaba.alihealth.drugcode.drugfactory.transferblind

临床用药试验-传输盲底文件

type AlibabaAlihealthDrugcodeDrugfactoryTransferblindAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugcodeDrugfactoryTransferblindAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drugcode_drugfactory_transferblind_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 操作码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 操作说明
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 调用结果
	Model bool `json:"model,omitempty" xml:"model,omitempty"`
}

AlibabaAlihealthDrugcodeDrugfactoryTransferblindAPIResponseModel is 传输盲底文件 成功返回结果

type AlibabaAlihealthDrugcodeDrugfactoryTransferdataAPIRequest added in v1.2.0

type AlibabaAlihealthDrugcodeDrugfactoryTransferdataAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugcodeDrugfactoryTransferdataAPIRequest 药厂传输数据 API请求 alibaba.alihealth.drugcode.drugfactory.transferdata

药厂传输数据

func NewAlibabaAlihealthDrugcodeDrugfactoryTransferdataRequest

func NewAlibabaAlihealthDrugcodeDrugfactoryTransferdataRequest() *AlibabaAlihealthDrugcodeDrugfactoryTransferdataAPIRequest

NewAlibabaAlihealthDrugcodeDrugfactoryTransferdataRequest 初始化AlibabaAlihealthDrugcodeDrugfactoryTransferdataAPIRequest对象

func (AlibabaAlihealthDrugcodeDrugfactoryTransferdataAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugcodeDrugfactoryTransferdataAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugcodeDrugfactoryTransferdataAPIRequest) GetCipherText added in v1.2.0

GetCipherText CipherText Getter

func (AlibabaAlihealthDrugcodeDrugfactoryTransferdataAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (AlibabaAlihealthDrugcodeDrugfactoryTransferdataAPIRequest) GetSignValue added in v1.2.0

GetSignValue SignValue Getter

func (AlibabaAlihealthDrugcodeDrugfactoryTransferdataAPIRequest) GetTimestampYl added in v1.2.0

GetTimestampYl TimestampYl Getter

func (*AlibabaAlihealthDrugcodeDrugfactoryTransferdataAPIRequest) SetCipherText added in v1.2.0

SetCipherText is CipherText Setter 密文

func (*AlibabaAlihealthDrugcodeDrugfactoryTransferdataAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业Id

func (*AlibabaAlihealthDrugcodeDrugfactoryTransferdataAPIRequest) SetSignValue added in v1.2.0

SetSignValue is SignValue Setter 签名值

func (*AlibabaAlihealthDrugcodeDrugfactoryTransferdataAPIRequest) SetTimestampYl added in v1.2.0

SetTimestampYl is TimestampYl Setter 时间戳(毫秒级别)

type AlibabaAlihealthDrugcodeDrugfactoryTransferdataAPIResponse

type AlibabaAlihealthDrugcodeDrugfactoryTransferdataAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugcodeDrugfactoryTransferdataAPIResponseModel
}

AlibabaAlihealthDrugcodeDrugfactoryTransferdataAPIResponse 药厂传输数据 API返回值 alibaba.alihealth.drugcode.drugfactory.transferdata

药厂传输数据

type AlibabaAlihealthDrugcodeDrugfactoryTransferdataAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugcodeDrugfactoryTransferdataAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drugcode_drugfactory_transferdata_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 操作码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 操作说明
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 是否验签成功
	Model bool `json:"model,omitempty" xml:"model,omitempty"`
}

AlibabaAlihealthDrugcodeDrugfactoryTransferdataAPIResponseModel is 药厂传输数据 成功返回结果

type AlibabaAlihealthDrugcodeScanAPIRequest added in v1.2.0

type AlibabaAlihealthDrugcodeScanAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugcodeScanAPIRequest 查询扫码信息 API请求 alibaba.alihealth.drugcode.scan

查询扫码信息

func NewAlibabaAlihealthDrugcodeScanRequest

func NewAlibabaAlihealthDrugcodeScanRequest() *AlibabaAlihealthDrugcodeScanAPIRequest

NewAlibabaAlihealthDrugcodeScanRequest 初始化AlibabaAlihealthDrugcodeScanAPIRequest对象

func (AlibabaAlihealthDrugcodeScanAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaAlihealthDrugcodeScanAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugcodeScanAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugcodeScanAPIRequest) GetClientId added in v1.2.0

GetClientId ClientId Getter

func (AlibabaAlihealthDrugcodeScanAPIRequest) GetCode added in v1.2.0

GetCode Code Getter

func (AlibabaAlihealthDrugcodeScanAPIRequest) GetDeviceUtdid added in v1.2.0

GetDeviceUtdid DeviceUtdid Getter

func (AlibabaAlihealthDrugcodeScanAPIRequest) GetQueryAppName added in v1.2.0

func (r AlibabaAlihealthDrugcodeScanAPIRequest) GetQueryAppName() string

GetQueryAppName QueryAppName Getter

func (AlibabaAlihealthDrugcodeScanAPIRequest) GetUserId added in v1.2.0

GetUserId UserId Getter

func (*AlibabaAlihealthDrugcodeScanAPIRequest) SetClientId added in v1.2.0

func (r *AlibabaAlihealthDrugcodeScanAPIRequest) SetClientId(_clientId string) error

SetClientId is ClientId Setter 用户ip

func (*AlibabaAlihealthDrugcodeScanAPIRequest) SetCode added in v1.2.0

SetCode is Code Setter 20位码

func (*AlibabaAlihealthDrugcodeScanAPIRequest) SetDeviceUtdid added in v1.2.0

func (r *AlibabaAlihealthDrugcodeScanAPIRequest) SetDeviceUtdid(_deviceUtdid string) error

SetDeviceUtdid is DeviceUtdid Setter 设备标识

func (*AlibabaAlihealthDrugcodeScanAPIRequest) SetQueryAppName added in v1.2.0

func (r *AlibabaAlihealthDrugcodeScanAPIRequest) SetQueryAppName(_queryAppName string) error

SetQueryAppName is QueryAppName Setter 渠道

func (*AlibabaAlihealthDrugcodeScanAPIRequest) SetUserId added in v1.2.0

func (r *AlibabaAlihealthDrugcodeScanAPIRequest) SetUserId(_userId string) error

SetUserId is UserId Setter 用户ID

type AlibabaAlihealthDrugcodeScanAPIResponse

type AlibabaAlihealthDrugcodeScanAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugcodeScanAPIResponseModel
}

AlibabaAlihealthDrugcodeScanAPIResponse 查询扫码信息 API返回值 alibaba.alihealth.drugcode.scan

查询扫码信息

type AlibabaAlihealthDrugcodeScanAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugcodeScanAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drugcode_scan_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 和三方交互最外层model对象
	Result *TopResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugcodeScanAPIResponseModel is 查询扫码信息 成功返回结果

type AlibabaAlihealthDrugcodeUserDataAPIRequest added in v1.2.0

type AlibabaAlihealthDrugcodeUserDataAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugcodeUserDataAPIRequest 西安杨森同步用户行为接口 API请求 alibaba.alihealth.drugcode.user.data

西安杨森同步用户行为接口

func NewAlibabaAlihealthDrugcodeUserDataRequest

func NewAlibabaAlihealthDrugcodeUserDataRequest() *AlibabaAlihealthDrugcodeUserDataAPIRequest

NewAlibabaAlihealthDrugcodeUserDataRequest 初始化AlibabaAlihealthDrugcodeUserDataAPIRequest对象

func (AlibabaAlihealthDrugcodeUserDataAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugcodeUserDataAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugcodeUserDataAPIRequest) GetList added in v1.2.0

GetList List Getter

func (AlibabaAlihealthDrugcodeUserDataAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugcodeUserDataAPIRequest) SetList added in v1.2.0

SetList is List Setter 用户信息

func (*AlibabaAlihealthDrugcodeUserDataAPIRequest) SetRefEntId added in v1.2.0

func (r *AlibabaAlihealthDrugcodeUserDataAPIRequest) SetRefEntId(_refEntId string) error

SetRefEntId is RefEntId Setter 企业ID,用户区分 appkey下不同企业数据隔离的

type AlibabaAlihealthDrugcodeUserDataAPIResponse

type AlibabaAlihealthDrugcodeUserDataAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugcodeUserDataAPIResponseModel
}

AlibabaAlihealthDrugcodeUserDataAPIResponse 西安杨森同步用户行为接口 API返回值 alibaba.alihealth.drugcode.user.data

西安杨森同步用户行为接口

type AlibabaAlihealthDrugcodeUserDataAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugcodeUserDataAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drugcode_user_data_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *AlibabaAlihealthDrugcodeUserDataResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugcodeUserDataAPIResponseModel is 西安杨森同步用户行为接口 成功返回结果

type AlibabaAlihealthDrugcodeUserDataResult

type AlibabaAlihealthDrugcodeUserDataResult struct {
	// 无
	Headers string `json:"headers,omitempty" xml:"headers,omitempty"`
	// model
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// 无
	BizExtMap string `json:"biz_ext_map,omitempty" xml:"biz_ext_map,omitempty"`
	// 无
	MappingCode string `json:"mapping_code,omitempty" xml:"mapping_code,omitempty"`
	// 错误信息
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 错误编码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 无
	HttpStatusCode int64 `json:"http_status_code,omitempty" xml:"http_status_code,omitempty"`
	// true 成功  false 不成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaAlihealthDrugcodeUserDataResult 结构体

type AlibabaAlihealthDrugtraceTopLsydListupoutAPIRequest added in v1.2.0

type AlibabaAlihealthDrugtraceTopLsydListupoutAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugtraceTopLsydListupoutAPIRequest 零售药店查询本企业上游企业出库单据信息 API请求 alibaba.alihealth.drugtrace.top.lsyd.listupout

查询货主/本企业上游企业出库单据信息

func NewAlibabaAlihealthDrugtraceTopLsydListupoutRequest

func NewAlibabaAlihealthDrugtraceTopLsydListupoutRequest() *AlibabaAlihealthDrugtraceTopLsydListupoutAPIRequest

NewAlibabaAlihealthDrugtraceTopLsydListupoutRequest 初始化AlibabaAlihealthDrugtraceTopLsydListupoutAPIRequest对象

func (AlibabaAlihealthDrugtraceTopLsydListupoutAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugtraceTopLsydListupoutAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugtraceTopLsydListupoutAPIRequest) GetBeginDate added in v1.2.0

GetBeginDate BeginDate Getter

func (AlibabaAlihealthDrugtraceTopLsydListupoutAPIRequest) GetBillCode added in v1.2.0

GetBillCode BillCode Getter

func (AlibabaAlihealthDrugtraceTopLsydListupoutAPIRequest) GetBillType added in v1.2.0

GetBillType BillType Getter

func (AlibabaAlihealthDrugtraceTopLsydListupoutAPIRequest) GetDrugEntBaseInfoId added in v1.2.0

GetDrugEntBaseInfoId DrugEntBaseInfoId Getter

func (AlibabaAlihealthDrugtraceTopLsydListupoutAPIRequest) GetEndDate added in v1.2.0

GetEndDate EndDate Getter

func (AlibabaAlihealthDrugtraceTopLsydListupoutAPIRequest) GetFromUserId added in v1.2.0

GetFromUserId FromUserId Getter

func (AlibabaAlihealthDrugtraceTopLsydListupoutAPIRequest) GetPage added in v1.2.0

GetPage Page Getter

func (AlibabaAlihealthDrugtraceTopLsydListupoutAPIRequest) GetPageSize added in v1.2.0

GetPageSize PageSize Getter

func (AlibabaAlihealthDrugtraceTopLsydListupoutAPIRequest) GetPhysicType added in v1.2.0

GetPhysicType PhysicType Getter

func (AlibabaAlihealthDrugtraceTopLsydListupoutAPIRequest) GetProduceBatchNo added in v1.2.0

GetProduceBatchNo ProduceBatchNo Getter

func (AlibabaAlihealthDrugtraceTopLsydListupoutAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (AlibabaAlihealthDrugtraceTopLsydListupoutAPIRequest) GetStatus added in v1.2.0

GetStatus Status Getter

func (*AlibabaAlihealthDrugtraceTopLsydListupoutAPIRequest) SetBeginDate added in v1.2.0

SetBeginDate is BeginDate Setter 开始日期(不写时分秒)

func (*AlibabaAlihealthDrugtraceTopLsydListupoutAPIRequest) SetBillCode added in v1.2.0

SetBillCode is BillCode Setter 单据号

func (*AlibabaAlihealthDrugtraceTopLsydListupoutAPIRequest) SetBillType added in v1.2.0

SetBillType is BillType Setter 单据类型

func (*AlibabaAlihealthDrugtraceTopLsydListupoutAPIRequest) SetDrugEntBaseInfoId added in v1.2.0

func (r *AlibabaAlihealthDrugtraceTopLsydListupoutAPIRequest) SetDrugEntBaseInfoId(_drugEntBaseInfoId string) error

SetDrugEntBaseInfoId is DrugEntBaseInfoId Setter 药品ID

func (*AlibabaAlihealthDrugtraceTopLsydListupoutAPIRequest) SetEndDate added in v1.2.0

SetEndDate is EndDate Setter 结束日期(不写时分秒)

func (*AlibabaAlihealthDrugtraceTopLsydListupoutAPIRequest) SetFromUserId added in v1.2.0

SetFromUserId is FromUserId Setter 发货单位

func (*AlibabaAlihealthDrugtraceTopLsydListupoutAPIRequest) SetPage added in v1.2.0

SetPage is Page Setter 页码

func (*AlibabaAlihealthDrugtraceTopLsydListupoutAPIRequest) SetPageSize added in v1.2.0

SetPageSize is PageSize Setter 页大小

func (*AlibabaAlihealthDrugtraceTopLsydListupoutAPIRequest) SetPhysicType added in v1.2.0

SetPhysicType is PhysicType Setter 药品类型

func (*AlibabaAlihealthDrugtraceTopLsydListupoutAPIRequest) SetProduceBatchNo added in v1.2.0

func (r *AlibabaAlihealthDrugtraceTopLsydListupoutAPIRequest) SetProduceBatchNo(_produceBatchNo string) error

SetProduceBatchNo is ProduceBatchNo Setter 生产批号

func (*AlibabaAlihealthDrugtraceTopLsydListupoutAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业ID

func (*AlibabaAlihealthDrugtraceTopLsydListupoutAPIRequest) SetStatus added in v1.2.0

SetStatus is Status Setter 状态

type AlibabaAlihealthDrugtraceTopLsydListupoutAPIResponse

type AlibabaAlihealthDrugtraceTopLsydListupoutAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugtraceTopLsydListupoutAPIResponseModel
}

AlibabaAlihealthDrugtraceTopLsydListupoutAPIResponse 零售药店查询本企业上游企业出库单据信息 API返回值 alibaba.alihealth.drugtrace.top.lsyd.listupout

查询货主/本企业上游企业出库单据信息

type AlibabaAlihealthDrugtraceTopLsydListupoutAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugtraceTopLsydListupoutAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drugtrace_top_lsyd_listupout_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugtraceTopLsydListupoutResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugtraceTopLsydListupoutAPIResponseModel is 零售药店查询本企业上游企业出库单据信息 成功返回结果

type AlibabaAlihealthDrugtraceTopLsydListupoutDetailAPIRequest added in v1.2.0

type AlibabaAlihealthDrugtraceTopLsydListupoutDetailAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugtraceTopLsydListupoutDetailAPIRequest 上游出库单单据明细查询 API请求 alibaba.alihealth.drugtrace.top.lsyd.listupout.detail

查询上游出库单明细(带追溯码信息)

func NewAlibabaAlihealthDrugtraceTopLsydListupoutDetailRequest

func NewAlibabaAlihealthDrugtraceTopLsydListupoutDetailRequest() *AlibabaAlihealthDrugtraceTopLsydListupoutDetailAPIRequest

NewAlibabaAlihealthDrugtraceTopLsydListupoutDetailRequest 初始化AlibabaAlihealthDrugtraceTopLsydListupoutDetailAPIRequest对象

func (AlibabaAlihealthDrugtraceTopLsydListupoutDetailAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugtraceTopLsydListupoutDetailAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugtraceTopLsydListupoutDetailAPIRequest) GetBillCode added in v1.2.0

GetBillCode BillCode Getter

func (AlibabaAlihealthDrugtraceTopLsydListupoutDetailAPIRequest) GetFromRefUserId added in v1.2.0

GetFromRefUserId FromRefUserId Getter

func (AlibabaAlihealthDrugtraceTopLsydListupoutDetailAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (AlibabaAlihealthDrugtraceTopLsydListupoutDetailAPIRequest) GetToRefUserId added in v1.2.0

GetToRefUserId ToRefUserId Getter

func (*AlibabaAlihealthDrugtraceTopLsydListupoutDetailAPIRequest) SetBillCode added in v1.2.0

SetBillCode is BillCode Setter 单据编码

func (*AlibabaAlihealthDrugtraceTopLsydListupoutDetailAPIRequest) SetFromRefUserId added in v1.2.0

func (r *AlibabaAlihealthDrugtraceTopLsydListupoutDetailAPIRequest) SetFromRefUserId(_fromRefUserId string) error

SetFromRefUserId is FromRefUserId Setter 发货企业renEntId

func (*AlibabaAlihealthDrugtraceTopLsydListupoutDetailAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业id

func (*AlibabaAlihealthDrugtraceTopLsydListupoutDetailAPIRequest) SetToRefUserId added in v1.2.0

SetToRefUserId is ToRefUserId Setter 收货企业refEntId

type AlibabaAlihealthDrugtraceTopLsydListupoutDetailAPIResponse

type AlibabaAlihealthDrugtraceTopLsydListupoutDetailAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugtraceTopLsydListupoutDetailAPIResponseModel
}

AlibabaAlihealthDrugtraceTopLsydListupoutDetailAPIResponse 上游出库单单据明细查询 API返回值 alibaba.alihealth.drugtrace.top.lsyd.listupout.detail

查询上游出库单明细(带追溯码信息)

type AlibabaAlihealthDrugtraceTopLsydListupoutDetailAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugtraceTopLsydListupoutDetailAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drugtrace_top_lsyd_listupout_detail_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugtraceTopLsydListupoutDetailResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugtraceTopLsydListupoutDetailAPIResponseModel is 上游出库单单据明细查询 成功返回结果

type AlibabaAlihealthDrugtraceTopLsydListupoutDetailResultModel

type AlibabaAlihealthDrugtraceTopLsydListupoutDetailResultModel struct {
	// 提示信息编码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 提示信息内容
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 最外层对象
	Model *BillUpOutDetailDto `json:"model,omitempty" xml:"model,omitempty"`
	// 成功失败标记
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaAlihealthDrugtraceTopLsydListupoutDetailResultModel 结构体

type AlibabaAlihealthDrugtraceTopLsydListupoutResultModel

type AlibabaAlihealthDrugtraceTopLsydListupoutResultModel struct {
	// 返回码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回值
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回对象
	Model *PageInfoDto `json:"model,omitempty" xml:"model,omitempty"`
	// 是否响应成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugtraceTopLsydListupoutResultModel 结构体

type AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIRequest added in v1.2.0

type AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIRequest 上传单据后处理状态查询 API请求 alibaba.alihealth.drugtrace.top.lsyd.query.billstatus

单据处理状态查询

func NewAlibabaAlihealthDrugtraceTopLsydQueryBillstatusRequest

func NewAlibabaAlihealthDrugtraceTopLsydQueryBillstatusRequest() *AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIRequest

NewAlibabaAlihealthDrugtraceTopLsydQueryBillstatusRequest 初始化AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIRequest对象

func (AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIRequest) GetAgentRefUserId added in v1.2.0

GetAgentRefUserId AgentRefUserId Getter

func (AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIRequest) GetBeginDate added in v1.2.0

GetBeginDate BeginDate Getter

func (AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIRequest) GetBillCode added in v1.2.0

GetBillCode BillCode Getter

func (AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIRequest) GetBillType added in v1.2.0

GetBillType BillType Getter

func (AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIRequest) GetDealStatus added in v1.2.0

GetDealStatus DealStatus Getter

func (AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIRequest) GetDrugType added in v1.2.0

GetDrugType DrugType Getter

func (AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIRequest) GetEndDate added in v1.2.0

GetEndDate EndDate Getter

func (AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIRequest) GetFromUserId added in v1.2.0

GetFromUserId FromUserId Getter

func (AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIRequest) GetPage added in v1.2.0

GetPage Page Getter

func (AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIRequest) GetPageSize added in v1.2.0

GetPageSize PageSize Getter

func (AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIRequest) GetToUserId added in v1.2.0

GetToUserId ToUserId Getter

func (*AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIRequest) SetAgentRefUserId added in v1.2.0

func (r *AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIRequest) SetAgentRefUserId(_agentRefUserId string) error

SetAgentRefUserId is AgentRefUserId Setter 代理商

func (*AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIRequest) SetBeginDate added in v1.2.0

SetBeginDate is BeginDate Setter 开始日期

func (*AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIRequest) SetBillCode added in v1.2.0

SetBillCode is BillCode Setter 单据号

func (*AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIRequest) SetBillType added in v1.2.0

SetBillType is BillType Setter 单据类型 A:全部 AI:全部入库 AO:全部出库

func (*AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIRequest) SetDealStatus added in v1.2.0

SetDealStatus is DealStatus Setter 状态 0, 上传成功 3, 处理成功 4, 处理失败

func (*AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIRequest) SetDrugType added in v1.2.0

SetDrugType is DrugType Setter 药品类型

func (*AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIRequest) SetEndDate added in v1.2.0

SetEndDate is EndDate Setter 结束日期

func (*AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIRequest) SetFromUserId added in v1.2.0

SetFromUserId is FromUserId Setter 发货商

func (*AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIRequest) SetPage added in v1.2.0

SetPage is Page Setter 页码

func (*AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIRequest) SetPageSize added in v1.2.0

SetPageSize is PageSize Setter 页大小

func (*AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业ID

func (*AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIRequest) SetToUserId added in v1.2.0

SetToUserId is ToUserId Setter 收货商

type AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIResponse

type AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIResponseModel
}

AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIResponse 上传单据后处理状态查询 API返回值 alibaba.alihealth.drugtrace.top.lsyd.query.billstatus

单据处理状态查询

type AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drugtrace_top_lsyd_query_billstatus_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugtraceTopLsydQueryBillstatusResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIResponseModel is 上传单据后处理状态查询 成功返回结果

type AlibabaAlihealthDrugtraceTopLsydQueryBillstatusResultModel

type AlibabaAlihealthDrugtraceTopLsydQueryBillstatusResultModel struct {
	// 状态码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 状态值
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回对象
	Model *PageInfoDto `json:"model,omitempty" xml:"model,omitempty"`
	// 响应结果
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugtraceTopLsydQueryBillstatusResultModel 结构体

type AlibabaAlihealthDrugtraceTopLsydQueryCodedetailAPIRequest added in v1.2.0

type AlibabaAlihealthDrugtraceTopLsydQueryCodedetailAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugtraceTopLsydQueryCodedetailAPIRequest 根据码查询码信息 API请求 alibaba.alihealth.drugtrace.top.lsyd.query.codedetail

服务描述 此接口,针对有码药品,提供可通过追溯码获取该药品的基础信息和生产状况信息。 核查平台优先过滤非8开头的,长度非20位数字的码信息。

func NewAlibabaAlihealthDrugtraceTopLsydQueryCodedetailRequest

func NewAlibabaAlihealthDrugtraceTopLsydQueryCodedetailRequest() *AlibabaAlihealthDrugtraceTopLsydQueryCodedetailAPIRequest

NewAlibabaAlihealthDrugtraceTopLsydQueryCodedetailRequest 初始化AlibabaAlihealthDrugtraceTopLsydQueryCodedetailAPIRequest对象

func (AlibabaAlihealthDrugtraceTopLsydQueryCodedetailAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugtraceTopLsydQueryCodedetailAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugtraceTopLsydQueryCodedetailAPIRequest) GetCodes added in v1.2.0

GetCodes Codes Getter

func (AlibabaAlihealthDrugtraceTopLsydQueryCodedetailAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugtraceTopLsydQueryCodedetailAPIRequest) SetCodes added in v1.2.0

SetCodes is Codes Setter 码列表

func (*AlibabaAlihealthDrugtraceTopLsydQueryCodedetailAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业唯一标识(或appkey)

type AlibabaAlihealthDrugtraceTopLsydQueryCodedetailAPIResponse

type AlibabaAlihealthDrugtraceTopLsydQueryCodedetailAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugtraceTopLsydQueryCodedetailAPIResponseModel
}

AlibabaAlihealthDrugtraceTopLsydQueryCodedetailAPIResponse 根据码查询码信息 API返回值 alibaba.alihealth.drugtrace.top.lsyd.query.codedetail

服务描述 此接口,针对有码药品,提供可通过追溯码获取该药品的基础信息和生产状况信息。 核查平台优先过滤非8开头的,长度非20位数字的码信息。

type AlibabaAlihealthDrugtraceTopLsydQueryCodedetailAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugtraceTopLsydQueryCodedetailAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drugtrace_top_lsyd_query_codedetail_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 最外层结果
	Result *AlibabaAlihealthDrugtraceTopLsydQueryCodedetailResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugtraceTopLsydQueryCodedetailAPIResponseModel is 根据码查询码信息 成功返回结果

type AlibabaAlihealthDrugtraceTopLsydQueryCodedetailResultModel

type AlibabaAlihealthDrugtraceTopLsydQueryCodedetailResultModel struct {
	// 内层大对象
	Models []CodeFullInfoDto `json:"models,omitempty" xml:"models>code_full_info_dto,omitempty"`
	// 消息码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 消息提示内容
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 查询成功失败标记
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugtraceTopLsydQueryCodedetailResultModel 结构体

type AlibabaAlihealthDrugtraceTopLsydQueryGetentinfoAPIRequest added in v1.2.0

type AlibabaAlihealthDrugtraceTopLsydQueryGetentinfoAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugtraceTopLsydQueryGetentinfoAPIRequest 通过企业名得到唯一标识ref_ent_id及企业ent_id API请求 alibaba.alihealth.drugtrace.top.lsyd.query.getentinfo

根据企业名称查询ID

func NewAlibabaAlihealthDrugtraceTopLsydQueryGetentinfoRequest

func NewAlibabaAlihealthDrugtraceTopLsydQueryGetentinfoRequest() *AlibabaAlihealthDrugtraceTopLsydQueryGetentinfoAPIRequest

NewAlibabaAlihealthDrugtraceTopLsydQueryGetentinfoRequest 初始化AlibabaAlihealthDrugtraceTopLsydQueryGetentinfoAPIRequest对象

func (AlibabaAlihealthDrugtraceTopLsydQueryGetentinfoAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugtraceTopLsydQueryGetentinfoAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugtraceTopLsydQueryGetentinfoAPIRequest) GetEntName added in v1.2.0

GetEntName EntName Getter

func (*AlibabaAlihealthDrugtraceTopLsydQueryGetentinfoAPIRequest) SetEntName added in v1.2.0

SetEntName is EntName Setter 公司名称(全称)

type AlibabaAlihealthDrugtraceTopLsydQueryGetentinfoAPIResponse

type AlibabaAlihealthDrugtraceTopLsydQueryGetentinfoAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugtraceTopLsydQueryGetentinfoAPIResponseModel
}

AlibabaAlihealthDrugtraceTopLsydQueryGetentinfoAPIResponse 通过企业名得到唯一标识ref_ent_id及企业ent_id API返回值 alibaba.alihealth.drugtrace.top.lsyd.query.getentinfo

根据企业名称查询ID

type AlibabaAlihealthDrugtraceTopLsydQueryGetentinfoAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugtraceTopLsydQueryGetentinfoAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drugtrace_top_lsyd_query_getentinfo_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugtraceTopLsydQueryGetentinfoResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugtraceTopLsydQueryGetentinfoAPIResponseModel is 通过企业名得到唯一标识ref_ent_id及企业ent_id 成功返回结果

type AlibabaAlihealthDrugtraceTopLsydQueryGetentinfoResultModel

type AlibabaAlihealthDrugtraceTopLsydQueryGetentinfoResultModel struct {
	// 返回码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回信息
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回对象
	Model *PUserEntInfoDto `json:"model,omitempty" xml:"model,omitempty"`
	// 是否响应成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugtraceTopLsydQueryGetentinfoResultModel 结构体

type AlibabaAlihealthDrugtraceTopLsydQueryListpartsAPIRequest added in v1.2.0

type AlibabaAlihealthDrugtraceTopLsydQueryListpartsAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugtraceTopLsydQueryListpartsAPIRequest 往来单位查询 API请求 alibaba.alihealth.drugtrace.top.lsyd.query.listparts

查询往来单位列表

func NewAlibabaAlihealthDrugtraceTopLsydQueryListpartsRequest

func NewAlibabaAlihealthDrugtraceTopLsydQueryListpartsRequest() *AlibabaAlihealthDrugtraceTopLsydQueryListpartsAPIRequest

NewAlibabaAlihealthDrugtraceTopLsydQueryListpartsRequest 初始化AlibabaAlihealthDrugtraceTopLsydQueryListpartsAPIRequest对象

func (AlibabaAlihealthDrugtraceTopLsydQueryListpartsAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugtraceTopLsydQueryListpartsAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugtraceTopLsydQueryListpartsAPIRequest) GetBeginDate added in v1.2.0

GetBeginDate BeginDate Getter

func (AlibabaAlihealthDrugtraceTopLsydQueryListpartsAPIRequest) GetEndDate added in v1.2.0

GetEndDate EndDate Getter

func (AlibabaAlihealthDrugtraceTopLsydQueryListpartsAPIRequest) GetEntName added in v1.2.0

GetEntName EntName Getter

func (AlibabaAlihealthDrugtraceTopLsydQueryListpartsAPIRequest) GetPage added in v1.2.0

GetPage Page Getter

func (AlibabaAlihealthDrugtraceTopLsydQueryListpartsAPIRequest) GetPageSize added in v1.2.0

GetPageSize PageSize Getter

func (AlibabaAlihealthDrugtraceTopLsydQueryListpartsAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (AlibabaAlihealthDrugtraceTopLsydQueryListpartsAPIRequest) GetRefPartnerId added in v1.2.0

GetRefPartnerId RefPartnerId Getter

func (*AlibabaAlihealthDrugtraceTopLsydQueryListpartsAPIRequest) SetBeginDate added in v1.2.0

SetBeginDate is BeginDate Setter 开始时间

func (*AlibabaAlihealthDrugtraceTopLsydQueryListpartsAPIRequest) SetEndDate added in v1.2.0

SetEndDate is EndDate Setter 结束时间

func (*AlibabaAlihealthDrugtraceTopLsydQueryListpartsAPIRequest) SetEntName added in v1.2.0

SetEntName is EntName Setter 企业名称

func (*AlibabaAlihealthDrugtraceTopLsydQueryListpartsAPIRequest) SetPage added in v1.2.0

SetPage is Page Setter 页码

func (*AlibabaAlihealthDrugtraceTopLsydQueryListpartsAPIRequest) SetPageSize added in v1.2.0

SetPageSize is PageSize Setter 页大小

func (*AlibabaAlihealthDrugtraceTopLsydQueryListpartsAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业唯一标识

func (*AlibabaAlihealthDrugtraceTopLsydQueryListpartsAPIRequest) SetRefPartnerId added in v1.2.0

func (r *AlibabaAlihealthDrugtraceTopLsydQueryListpartsAPIRequest) SetRefPartnerId(_refPartnerId string) error

SetRefPartnerId is RefPartnerId Setter 企业自定义编号

type AlibabaAlihealthDrugtraceTopLsydQueryListpartsAPIResponse

type AlibabaAlihealthDrugtraceTopLsydQueryListpartsAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugtraceTopLsydQueryListpartsAPIResponseModel
}

AlibabaAlihealthDrugtraceTopLsydQueryListpartsAPIResponse 往来单位查询 API返回值 alibaba.alihealth.drugtrace.top.lsyd.query.listparts

查询往来单位列表

type AlibabaAlihealthDrugtraceTopLsydQueryListpartsAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugtraceTopLsydQueryListpartsAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drugtrace_top_lsyd_query_listparts_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugtraceTopLsydQueryListpartsResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugtraceTopLsydQueryListpartsAPIResponseModel is 往来单位查询 成功返回结果

type AlibabaAlihealthDrugtraceTopLsydQueryListpartsResultModel

type AlibabaAlihealthDrugtraceTopLsydQueryListpartsResultModel struct {
	// 返回码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回值
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回对象
	Model *Page `json:"model,omitempty" xml:"model,omitempty"`
	// 是否响应成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugtraceTopLsydQueryListpartsResultModel 结构体

type AlibabaAlihealthDrugtraceTopLsydQueryRelationAPIRequest added in v1.2.0

type AlibabaAlihealthDrugtraceTopLsydQueryRelationAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugtraceTopLsydQueryRelationAPIRequest 单码关联关系查询 API请求 alibaba.alihealth.drugtrace.top.lsyd.query.relation

单码关联关系查询

func NewAlibabaAlihealthDrugtraceTopLsydQueryRelationRequest

func NewAlibabaAlihealthDrugtraceTopLsydQueryRelationRequest() *AlibabaAlihealthDrugtraceTopLsydQueryRelationAPIRequest

NewAlibabaAlihealthDrugtraceTopLsydQueryRelationRequest 初始化AlibabaAlihealthDrugtraceTopLsydQueryRelationAPIRequest对象

func (AlibabaAlihealthDrugtraceTopLsydQueryRelationAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugtraceTopLsydQueryRelationAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugtraceTopLsydQueryRelationAPIRequest) GetCode added in v1.2.0

GetCode Code Getter

func (AlibabaAlihealthDrugtraceTopLsydQueryRelationAPIRequest) GetDesRefEntId added in v1.2.0

GetDesRefEntId DesRefEntId Getter

func (AlibabaAlihealthDrugtraceTopLsydQueryRelationAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugtraceTopLsydQueryRelationAPIRequest) SetCode added in v1.2.0

SetCode is Code Setter 追溯码

func (*AlibabaAlihealthDrugtraceTopLsydQueryRelationAPIRequest) SetDesRefEntId added in v1.2.0

SetDesRefEntId is DesRefEntId Setter 目标企业唯一标识(为哪个企业查询,一般与入参ref_ent_id一样)

func (*AlibabaAlihealthDrugtraceTopLsydQueryRelationAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 接口调用企业的唯一标识(接口调用者)

type AlibabaAlihealthDrugtraceTopLsydQueryRelationAPIResponse

type AlibabaAlihealthDrugtraceTopLsydQueryRelationAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugtraceTopLsydQueryRelationAPIResponseModel
}

AlibabaAlihealthDrugtraceTopLsydQueryRelationAPIResponse 单码关联关系查询 API返回值 alibaba.alihealth.drugtrace.top.lsyd.query.relation

单码关联关系查询

type AlibabaAlihealthDrugtraceTopLsydQueryRelationAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugtraceTopLsydQueryRelationAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drugtrace_top_lsyd_query_relation_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *AlibabaAlihealthDrugtraceTopLsydQueryRelationResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugtraceTopLsydQueryRelationAPIResponseModel is 单码关联关系查询 成功返回结果

type AlibabaAlihealthDrugtraceTopLsydQueryRelationResultModel

type AlibabaAlihealthDrugtraceTopLsydQueryRelationResultModel struct {
	// model
	ModelList []CodeRelationDto `json:"model_list,omitempty" xml:"model_list>code_relation_dto,omitempty"`
	// msgCode
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// msgInfo
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 是否成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugtraceTopLsydQueryRelationResultModel 结构体

type AlibabaAlihealthDrugtraceTopLsydQueryUpbillcodeAPIRequest added in v1.2.0

type AlibabaAlihealthDrugtraceTopLsydQueryUpbillcodeAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugtraceTopLsydQueryUpbillcodeAPIRequest 通过一个码,查询这个码对应的上游企业出库单的单据号 API请求 alibaba.alihealth.drugtrace.top.lsyd.query.upbillcode

一个查询上游出库单号的接口。企业在扫码入库时,接口通过扫到的码判定这个码对应的上游企业所属的出库单据号

func NewAlibabaAlihealthDrugtraceTopLsydQueryUpbillcodeRequest

func NewAlibabaAlihealthDrugtraceTopLsydQueryUpbillcodeRequest() *AlibabaAlihealthDrugtraceTopLsydQueryUpbillcodeAPIRequest

NewAlibabaAlihealthDrugtraceTopLsydQueryUpbillcodeRequest 初始化AlibabaAlihealthDrugtraceTopLsydQueryUpbillcodeAPIRequest对象

func (AlibabaAlihealthDrugtraceTopLsydQueryUpbillcodeAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugtraceTopLsydQueryUpbillcodeAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugtraceTopLsydQueryUpbillcodeAPIRequest) GetCode added in v1.2.0

GetCode Code Getter

func (AlibabaAlihealthDrugtraceTopLsydQueryUpbillcodeAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugtraceTopLsydQueryUpbillcodeAPIRequest) SetCode added in v1.2.0

SetCode is Code Setter 追溯码

func (*AlibabaAlihealthDrugtraceTopLsydQueryUpbillcodeAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业REF_ENT_ID (当前企业的唯一标识)

type AlibabaAlihealthDrugtraceTopLsydQueryUpbillcodeAPIResponse

type AlibabaAlihealthDrugtraceTopLsydQueryUpbillcodeAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugtraceTopLsydQueryUpbillcodeAPIResponseModel
}

AlibabaAlihealthDrugtraceTopLsydQueryUpbillcodeAPIResponse 通过一个码,查询这个码对应的上游企业出库单的单据号 API返回值 alibaba.alihealth.drugtrace.top.lsyd.query.upbillcode

一个查询上游出库单号的接口。企业在扫码入库时,接口通过扫到的码判定这个码对应的上游企业所属的出库单据号

type AlibabaAlihealthDrugtraceTopLsydQueryUpbillcodeAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugtraceTopLsydQueryUpbillcodeAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drugtrace_top_lsyd_query_upbillcode_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *AlibabaAlihealthDrugtraceTopLsydQueryUpbillcodeResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugtraceTopLsydQueryUpbillcodeAPIResponseModel is 通过一个码,查询这个码对应的上游企业出库单的单据号 成功返回结果

type AlibabaAlihealthDrugtraceTopLsydQueryUpbillcodeResult

type AlibabaAlihealthDrugtraceTopLsydQueryUpbillcodeResult struct {
	// model
	ModelList []BillUpstreamDto `json:"model_list,omitempty" xml:"model_list>bill_upstream_dto,omitempty"`
	// msgInfo
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// msgCode
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaAlihealthDrugtraceTopLsydQueryUpbillcodeResult 结构体

type AlibabaAlihealthDrugtraceTopLsydQueryUpbilldetailAPIRequest added in v1.2.0

type AlibabaAlihealthDrugtraceTopLsydQueryUpbilldetailAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugtraceTopLsydQueryUpbilldetailAPIRequest 根据单据号查询单据的详情信息【注意:查询的是本企业的单据】 API请求 alibaba.alihealth.drugtrace.top.lsyd.query.upbilldetail

根据单据号查询单据的详情信息【注意:这个接口查询的是本企业的单据,如果是查询上游的单据明细信息,使用xxxxxxx.listupout.detail接口】。

func NewAlibabaAlihealthDrugtraceTopLsydQueryUpbilldetailRequest

func NewAlibabaAlihealthDrugtraceTopLsydQueryUpbilldetailRequest() *AlibabaAlihealthDrugtraceTopLsydQueryUpbilldetailAPIRequest

NewAlibabaAlihealthDrugtraceTopLsydQueryUpbilldetailRequest 初始化AlibabaAlihealthDrugtraceTopLsydQueryUpbilldetailAPIRequest对象

func (AlibabaAlihealthDrugtraceTopLsydQueryUpbilldetailAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugtraceTopLsydQueryUpbilldetailAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugtraceTopLsydQueryUpbilldetailAPIRequest) GetBillCode added in v1.2.0

GetBillCode BillCode Getter

func (AlibabaAlihealthDrugtraceTopLsydQueryUpbilldetailAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugtraceTopLsydQueryUpbilldetailAPIRequest) SetBillCode added in v1.2.0

SetBillCode is BillCode Setter 单据号码

func (*AlibabaAlihealthDrugtraceTopLsydQueryUpbilldetailAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 本企业refEntId

type AlibabaAlihealthDrugtraceTopLsydQueryUpbilldetailAPIResponse

type AlibabaAlihealthDrugtraceTopLsydQueryUpbilldetailAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugtraceTopLsydQueryUpbilldetailAPIResponseModel
}

AlibabaAlihealthDrugtraceTopLsydQueryUpbilldetailAPIResponse 根据单据号查询单据的详情信息【注意:查询的是本企业的单据】 API返回值 alibaba.alihealth.drugtrace.top.lsyd.query.upbilldetail

根据单据号查询单据的详情信息【注意:这个接口查询的是本企业的单据,如果是查询上游的单据明细信息,使用xxxxxxx.listupout.detail接口】。

type AlibabaAlihealthDrugtraceTopLsydQueryUpbilldetailAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugtraceTopLsydQueryUpbilldetailAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drugtrace_top_lsyd_query_upbilldetail_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugtraceTopLsydQueryUpbilldetailResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugtraceTopLsydQueryUpbilldetailAPIResponseModel is 根据单据号查询单据的详情信息【注意:查询的是本企业的单据】 成功返回结果

type AlibabaAlihealthDrugtraceTopLsydQueryUpbilldetailResultModel

type AlibabaAlihealthDrugtraceTopLsydQueryUpbilldetailResultModel struct {
	// 消息码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 消息
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 对象模型信息
	Model *BillInOutDetailDto `json:"model,omitempty" xml:"model,omitempty"`
	// 成功失败
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugtraceTopLsydQueryUpbilldetailResultModel 结构体

type AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest added in v1.2.0

type AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest 出入库单据上传 API请求 alibaba.alihealth.drugtrace.top.lsyd.uploadinoutbill

零售企业上传出入库信息,包括101, "生产入库";102, "采购入库";103, "退货入库";104, "调拨入库";106, "零头入库";107, "供应入库";108, "召回入库";110,"赠品入库";111,"盘盈入库";112,"报废入库";113,"其他入库" 201, "销售出库";202, "退货出库";203, "调拨出库";204, "返工出库";205, "销毁出库";206, "抽检出库";207, "直调出库";208, "生产出库";209, "供应出库";211, "召回出库";212,"赠品出库";214,"盘亏出库";215,"损坏出库";216,"报废出库";217,"其他出库";237, "直调退货"。 不包括对个人的零售出库,疫苗接种,领药出库。

func NewAlibabaAlihealthDrugtraceTopLsydUploadinoutbillRequest

func NewAlibabaAlihealthDrugtraceTopLsydUploadinoutbillRequest() *AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest

NewAlibabaAlihealthDrugtraceTopLsydUploadinoutbillRequest 初始化AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest对象

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetAgentRefUserId added in v1.2.0

GetAgentRefUserId AgentRefUserId Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetAssEntId added in v1.2.0

GetAssEntId AssEntId Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetAssRefEntId added in v1.2.0

GetAssRefEntId AssRefEntId Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetBillCode added in v1.2.0

GetBillCode BillCode Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetBillTime added in v1.2.0

GetBillTime BillTime Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetBillType added in v1.2.0

GetBillType BillType Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetCancelReasonCode added in v1.2.0

GetCancelReasonCode CancelReasonCode Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetCancelReasonDes added in v1.2.0

GetCancelReasonDes CancelReasonDes Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetClientType added in v1.2.0

GetClientType ClientType Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetDestUserId added in v1.2.0

GetDestUserId DestUserId Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetDisEntId added in v1.2.0

GetDisEntId DisEntId Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetDisRefEntId added in v1.2.0

GetDisRefEntId DisRefEntId Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetDrugId added in v1.2.0

GetDrugId DrugId Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetDrugListJson added in v1.2.0

GetDrugListJson DrugListJson Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetExecuterCode added in v1.2.0

GetExecuterCode ExecuterCode Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetExecuterName added in v1.2.0

GetExecuterName ExecuterName Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetFromAddress added in v1.2.0

GetFromAddress FromAddress Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetFromBillCode added in v1.2.0

GetFromBillCode FromBillCode Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetFromPerson added in v1.2.0

GetFromPerson FromPerson Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetFromUserId added in v1.2.0

GetFromUserId FromUserId Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetOperIcCode added in v1.2.0

GetOperIcCode OperIcCode Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetOperIcName added in v1.2.0

GetOperIcName OperIcName Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetOrderCode added in v1.2.0

GetOrderCode OrderCode Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetPhysicType added in v1.2.0

GetPhysicType PhysicType Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetQuReceivable added in v1.2.0

GetQuReceivable QuReceivable Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetRefUserId added in v1.2.0

GetRefUserId RefUserId Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetReturnReasonCode added in v1.2.0

GetReturnReasonCode ReturnReasonCode Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetReturnReasonDes added in v1.2.0

GetReturnReasonDes ReturnReasonDes Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetSuperviserCode added in v1.2.0

GetSuperviserCode SuperviserCode Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetSuperviserName added in v1.2.0

GetSuperviserName SuperviserName Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetToAddress added in v1.2.0

GetToAddress ToAddress Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetToPerson added in v1.2.0

GetToPerson ToPerson Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetToUserId added in v1.2.0

GetToUserId ToUserId Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetTraceCodes added in v1.2.0

GetTraceCodes TraceCodes Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetWarehouseId added in v1.2.0

GetWarehouseId WarehouseId Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetXtCheckCode added in v1.2.0

GetXtCheckCode XtCheckCode Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetXtCheckCodeDesc added in v1.2.0

GetXtCheckCodeDesc XtCheckCodeDesc Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) GetXtIsCheck added in v1.2.0

GetXtIsCheck XtIsCheck Getter

func (*AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetAgentRefUserId added in v1.2.0

func (r *AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetAgentRefUserId(_agentRefUserId string) error

SetAgentRefUserId is AgentRefUserId Setter 代理企业【注意:该入参是ref_ent_id,不是ent_id】,该字段兼容之前接口逻辑,后期将不允许使用,不要填值。

func (*AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetAssEntId added in v1.2.0

SetAssEntId is AssEntId Setter (协同平台数据合规)单据委托企业entId【疫苗药品出库单填写】

func (*AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetAssRefEntId added in v1.2.0

SetAssRefEntId is AssRefEntId Setter (协同平台数据合规)单据委托企业refEntId【疫苗药品出库单填写】

func (*AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetBillCode added in v1.2.0

SetBillCode is BillCode Setter 单据编码(每个单据号只能上传一次)

func (*AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetBillTime added in v1.2.0

SetBillTime is BillTime Setter 单据时间

func (*AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetBillType added in v1.2.0

SetBillType is BillType Setter 单据类型【102代表采购入库】

func (*AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetCancelReasonCode added in v1.2.0

func (r *AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetCancelReasonCode(_cancelReasonCode string) error

SetCancelReasonCode is CancelReasonCode Setter 注销原因代码【销毁出库时填写】

func (*AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetCancelReasonDes added in v1.2.0

func (r *AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetCancelReasonDes(_cancelReasonDes string) error

SetCancelReasonDes is CancelReasonDes Setter 注销原因描述【销毁出库时填写】

func (*AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetClientType added in v1.2.0

SetClientType is ClientType Setter 客户端类型[必须填2]

func (*AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetDestUserId added in v1.2.0

SetDestUserId is DestUserId Setter 直调企业标识

func (*AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetDisEntId added in v1.2.0

SetDisEntId is DisEntId Setter (协同平台数据合规)药品配送企业entId【出库单,收货方为医疗机构时填写】

func (*AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetDisRefEntId added in v1.2.0

SetDisRefEntId is DisRefEntId Setter (协同平台数据合规)药品配送企业【出库单,收货方为医疗机构时填写】

func (*AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetDrugId added in v1.2.0

SetDrugId is DrugId Setter 药品ID[企业自已系统的药品ID]

func (*AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetDrugListJson added in v1.2.0

SetDrugListJson is DrugListJson Setter (协同平台数据合规)药品列表Json:"codeCount": 药品数量 "commDrugId": 国家药品唯一标识 "exprieDate": 生产日期 "physicInfo": 药品信息 "pkgSpec": 包状规格 "prepnCount": 制剂数量 "produceBatchNo":生产批次 "produceDate": 生产日期

func (*AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetExecuterCode added in v1.2.0

SetExecuterCode is ExecuterCode Setter 执行人证件号【销毁出库时填写】

func (*AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetExecuterName added in v1.2.0

SetExecuterName is ExecuterName Setter 执行人姓名【销毁出库时填写】

func (*AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetFromAddress added in v1.2.0

SetFromAddress is FromAddress Setter (协同平台数据合规)发货地址【必选】

func (*AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetFromBillCode added in v1.2.0

SetFromBillCode is FromBillCode Setter (协同平台数据合规)发货单编号【必选】

func (*AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetFromPerson added in v1.2.0

SetFromPerson is FromPerson Setter (协同平台数据合规)发货人【必选】

func (*AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetFromUserId added in v1.2.0

SetFromUserId is FromUserId Setter 发货企业entId

func (*AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetOperIcCode added in v1.2.0

SetOperIcCode is OperIcCode Setter 单据提交者(appkey编号)

func (*AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetOperIcName added in v1.2.0

SetOperIcName is OperIcName Setter 单据提交者姓名

func (*AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetOrderCode added in v1.2.0

SetOrderCode is OrderCode Setter (协同平台数据合规)订货单编号【可选】

func (*AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetPhysicType added in v1.2.0

SetPhysicType is PhysicType Setter 药品类型【3普药2特药】89开头的码定义为特药,其它码定义成普药

func (*AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetQuReceivable added in v1.2.0

func (r *AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetQuReceivable(_quReceivable int64) error

SetQuReceivable is QuReceivable Setter (协同平台数据合规)应收货总数量【必选】

func (*AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetRefUserId added in v1.2.0

SetRefUserId is RefUserId Setter 上传单据企业的单位编码【注意:该入参是ref_ent_id,不是ent_id】

func (*AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetReturnReasonCode added in v1.2.0

func (r *AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetReturnReasonCode(_returnReasonCode string) error

SetReturnReasonCode is ReturnReasonCode Setter 退货原因代码[退货入出库时填写]

func (*AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetReturnReasonDes added in v1.2.0

func (r *AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetReturnReasonDes(_returnReasonDes string) error

SetReturnReasonDes is ReturnReasonDes Setter 退货原因描述[退货入出库时填写]

func (*AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetSuperviserCode added in v1.2.0

func (r *AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetSuperviserCode(_superviserCode string) error

SetSuperviserCode is SuperviserCode Setter 监督人证件号【销毁出库时填写】

func (*AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetSuperviserName added in v1.2.0

func (r *AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetSuperviserName(_superviserName string) error

SetSuperviserName is SuperviserName Setter 监督人姓名【销毁出库时填写】

func (*AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetToAddress added in v1.2.0

SetToAddress is ToAddress Setter (协同平台数据合规)收货地址【必选】

func (*AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetToPerson added in v1.2.0

SetToPerson is ToPerson Setter (协同平台数据合规)收货人【必选】

func (*AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetToUserId added in v1.2.0

SetToUserId is ToUserId Setter 收货企业entId

func (*AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetTraceCodes added in v1.2.0

SetTraceCodes is TraceCodes Setter 追溯码[多个时用逗号分开]

func (*AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetWarehouseId added in v1.2.0

SetWarehouseId is WarehouseId Setter 仓号

func (*AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetXtCheckCode added in v1.2.0

SetXtCheckCode is XtCheckCode Setter (协同平台数据合规)未验证通过原因【验证未通过时填写】

func (*AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetXtCheckCodeDesc added in v1.2.0

func (r *AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetXtCheckCodeDesc(_xtCheckCodeDesc string) error

SetXtCheckCodeDesc is XtCheckCodeDesc Setter (协同平台数据合规)未验证通过原因描述【验证未通过时填写】

func (*AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest) SetXtIsCheck added in v1.2.0

SetXtIsCheck is XtIsCheck Setter (协同平台数据合规)是否验证,0:未通过验证,1:已验证

type AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIResponse

type AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIResponseModel
}

AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIResponse 出入库单据上传 API返回值 alibaba.alihealth.drugtrace.top.lsyd.uploadinoutbill

零售企业上传出入库信息,包括101, "生产入库";102, "采购入库";103, "退货入库";104, "调拨入库";106, "零头入库";107, "供应入库";108, "召回入库";110,"赠品入库";111,"盘盈入库";112,"报废入库";113,"其他入库" 201, "销售出库";202, "退货出库";203, "调拨出库";204, "返工出库";205, "销毁出库";206, "抽检出库";207, "直调出库";208, "生产出库";209, "供应出库";211, "召回出库";212,"赠品出库";214,"盘亏出库";215,"损坏出库";216,"报废出库";217,"其他出库";237, "直调退货"。 不包括对个人的零售出库,疫苗接种,领药出库。

type AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drugtrace_top_lsyd_uploadinoutbill_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回值
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// 返回编码(BILL_DECODE_ERROR 单据转码失败  BILL_FILE_NAME_DUPLICATE_UPLOAD 文件名重复)
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回信息
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 是否成功(true 成功 false 失败)
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIResponseModel is 出入库单据上传 成功返回结果

type AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest added in v1.2.0

type AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest 零售单据上传接口 API请求 alibaba.alihealth.drugtrace.top.lsyd.uploadretail

快易通多融零售上传接口

func NewAlibabaAlihealthDrugtraceTopLsydUploadretailRequest

func NewAlibabaAlihealthDrugtraceTopLsydUploadretailRequest() *AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest

NewAlibabaAlihealthDrugtraceTopLsydUploadretailRequest 初始化AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest对象

func (AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest) GetBillCode added in v1.2.0

GetBillCode BillCode Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest) GetBillTime added in v1.2.0

GetBillTime BillTime Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest) GetBillType added in v1.2.0

GetBillType BillType Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest) GetCustomerId added in v1.2.0

GetCustomerId CustomerId Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest) GetCustomerIdType added in v1.2.0

GetCustomerIdType CustomerIdType Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest) GetFromUserId added in v1.2.0

GetFromUserId FromUserId Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest) GetMedicDispenser added in v1.2.0

GetMedicDispenser MedicDispenser Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest) GetMedicDoctor added in v1.2.0

GetMedicDoctor MedicDoctor Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest) GetNetworkBillFlag added in v1.2.0

GetNetworkBillFlag NetworkBillFlag Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest) GetOperIcCode added in v1.2.0

GetOperIcCode OperIcCode Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest) GetOperIcName added in v1.2.0

GetOperIcName OperIcName Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest) GetPhysicType added in v1.2.0

GetPhysicType PhysicType Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest) GetRefUserId added in v1.2.0

GetRefUserId RefUserId Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest) GetTraceCodes added in v1.2.0

GetTraceCodes TraceCodes Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest) GetUserAgent added in v1.2.0

GetUserAgent UserAgent Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest) GetUserName added in v1.2.0

GetUserName UserName Getter

func (AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest) GetUserTel added in v1.2.0

GetUserTel UserTel Getter

func (*AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest) SetBillCode added in v1.2.0

SetBillCode is BillCode Setter 单据编号(唯一)

func (*AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest) SetBillTime added in v1.2.0

SetBillTime is BillTime Setter 单据生成时间(一般写当前时间)

func (*AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest) SetBillType added in v1.2.0

SetBillType is BillType Setter 单据类型[321,零售出库][322,疫苗接种]

func (*AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest) SetCustomerId added in v1.2.0

SetCustomerId is CustomerId Setter 购买人证件编号

func (*AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest) SetCustomerIdType added in v1.2.0

func (r *AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest) SetCustomerIdType(_customerIdType string) error

SetCustomerIdType is CustomerIdType Setter 购买人证件类型【1身份证2护照3 军官证4 医保卡5接种卡6学生证9其它】

func (*AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest) SetFromUserId added in v1.2.0

SetFromUserId is FromUserId Setter 发货企业(可为空)

func (*AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest) SetMedicDispenser added in v1.2.0

func (r *AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest) SetMedicDispenser(_medicDispenser string) error

SetMedicDispenser is MedicDispenser Setter 药品发药人

func (*AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest) SetMedicDoctor added in v1.2.0

SetMedicDoctor is MedicDoctor Setter 开药医师

func (*AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest) SetNetworkBillFlag added in v1.2.0

func (r *AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest) SetNetworkBillFlag(_networkBillFlag string) error

SetNetworkBillFlag is NetworkBillFlag Setter 互联网订单标识 0非互联网 1互联网

func (*AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest) SetOperIcCode added in v1.2.0

SetOperIcCode is OperIcCode Setter 单据提交者(appkey编号)

func (*AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest) SetOperIcName added in v1.2.0

SetOperIcName is OperIcName Setter 单据提交者姓名(可为空)

func (*AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest) SetPhysicType added in v1.2.0

SetPhysicType is PhysicType Setter 药品类型[2,特药,3,普药]

func (*AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest) SetRefUserId added in v1.2.0

SetRefUserId is RefUserId Setter 码上放心平台企业唯一编码(门店或医疗机构)

func (*AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest) SetTraceCodes added in v1.2.0

SetTraceCodes is TraceCodes Setter 20位追溯码(多个时用半角逗号分隔)

func (*AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest) SetUserAgent added in v1.2.0

SetUserAgent is UserAgent Setter 药品代理人

func (*AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest) SetUserName added in v1.2.0

SetUserName is UserName Setter 药品使用者姓名

func (*AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest) SetUserTel added in v1.2.0

SetUserTel is UserTel Setter 购买人电话

type AlibabaAlihealthDrugtraceTopLsydUploadretailAPIResponse

type AlibabaAlihealthDrugtraceTopLsydUploadretailAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugtraceTopLsydUploadretailAPIResponseModel
}

AlibabaAlihealthDrugtraceTopLsydUploadretailAPIResponse 零售单据上传接口 API返回值 alibaba.alihealth.drugtrace.top.lsyd.uploadretail

快易通多融零售上传接口

type AlibabaAlihealthDrugtraceTopLsydUploadretailAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugtraceTopLsydUploadretailAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drugtrace_top_lsyd_uploadretail_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 上传单据文件队列表标识
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// 错误码(BILL_DECODE_ERROR 单据转码失败 2.BILL_FILE_NAME_DUPLICATE_UPLOAD 文件名重复)
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 错误信息
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 操作是否成功(true 成功 ,false失败)
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugtraceTopLsydUploadretailAPIResponseModel is 零售单据上传接口 成功返回结果

type AlibabaAlihealthDrugtraceTopYljgListupoutAPIRequest added in v1.2.0

type AlibabaAlihealthDrugtraceTopYljgListupoutAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugtraceTopYljgListupoutAPIRequest 医疗机构查询本企业上游企业出库单据信息 API请求 alibaba.alihealth.drugtrace.top.yljg.listupout

查询货主/本企业上游企业出库单据信息

func NewAlibabaAlihealthDrugtraceTopYljgListupoutRequest

func NewAlibabaAlihealthDrugtraceTopYljgListupoutRequest() *AlibabaAlihealthDrugtraceTopYljgListupoutAPIRequest

NewAlibabaAlihealthDrugtraceTopYljgListupoutRequest 初始化AlibabaAlihealthDrugtraceTopYljgListupoutAPIRequest对象

func (AlibabaAlihealthDrugtraceTopYljgListupoutAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugtraceTopYljgListupoutAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugtraceTopYljgListupoutAPIRequest) GetBeginDate added in v1.2.0

GetBeginDate BeginDate Getter

func (AlibabaAlihealthDrugtraceTopYljgListupoutAPIRequest) GetBillCode added in v1.2.0

GetBillCode BillCode Getter

func (AlibabaAlihealthDrugtraceTopYljgListupoutAPIRequest) GetBillType added in v1.2.0

GetBillType BillType Getter

func (AlibabaAlihealthDrugtraceTopYljgListupoutAPIRequest) GetDrugEntBaseInfoId added in v1.2.0

GetDrugEntBaseInfoId DrugEntBaseInfoId Getter

func (AlibabaAlihealthDrugtraceTopYljgListupoutAPIRequest) GetEndDate added in v1.2.0

GetEndDate EndDate Getter

func (AlibabaAlihealthDrugtraceTopYljgListupoutAPIRequest) GetFromUserId added in v1.2.0

GetFromUserId FromUserId Getter

func (AlibabaAlihealthDrugtraceTopYljgListupoutAPIRequest) GetPage added in v1.2.0

GetPage Page Getter

func (AlibabaAlihealthDrugtraceTopYljgListupoutAPIRequest) GetPageSize added in v1.2.0

GetPageSize PageSize Getter

func (AlibabaAlihealthDrugtraceTopYljgListupoutAPIRequest) GetPhysicType added in v1.2.0

GetPhysicType PhysicType Getter

func (AlibabaAlihealthDrugtraceTopYljgListupoutAPIRequest) GetProduceBatchNo added in v1.2.0

GetProduceBatchNo ProduceBatchNo Getter

func (AlibabaAlihealthDrugtraceTopYljgListupoutAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (AlibabaAlihealthDrugtraceTopYljgListupoutAPIRequest) GetStatus added in v1.2.0

GetStatus Status Getter

func (*AlibabaAlihealthDrugtraceTopYljgListupoutAPIRequest) SetBeginDate added in v1.2.0

SetBeginDate is BeginDate Setter 开始日期(不写时分秒)

func (*AlibabaAlihealthDrugtraceTopYljgListupoutAPIRequest) SetBillCode added in v1.2.0

SetBillCode is BillCode Setter 单据号

func (*AlibabaAlihealthDrugtraceTopYljgListupoutAPIRequest) SetBillType added in v1.2.0

SetBillType is BillType Setter 单据类型

func (*AlibabaAlihealthDrugtraceTopYljgListupoutAPIRequest) SetDrugEntBaseInfoId added in v1.2.0

func (r *AlibabaAlihealthDrugtraceTopYljgListupoutAPIRequest) SetDrugEntBaseInfoId(_drugEntBaseInfoId string) error

SetDrugEntBaseInfoId is DrugEntBaseInfoId Setter 药品ID

func (*AlibabaAlihealthDrugtraceTopYljgListupoutAPIRequest) SetEndDate added in v1.2.0

SetEndDate is EndDate Setter 结束日期(不写时分秒)

func (*AlibabaAlihealthDrugtraceTopYljgListupoutAPIRequest) SetFromUserId added in v1.2.0

SetFromUserId is FromUserId Setter 发货单位

func (*AlibabaAlihealthDrugtraceTopYljgListupoutAPIRequest) SetPage added in v1.2.0

SetPage is Page Setter 页码

func (*AlibabaAlihealthDrugtraceTopYljgListupoutAPIRequest) SetPageSize added in v1.2.0

SetPageSize is PageSize Setter 页大小

func (*AlibabaAlihealthDrugtraceTopYljgListupoutAPIRequest) SetPhysicType added in v1.2.0

SetPhysicType is PhysicType Setter 药品类型

func (*AlibabaAlihealthDrugtraceTopYljgListupoutAPIRequest) SetProduceBatchNo added in v1.2.0

func (r *AlibabaAlihealthDrugtraceTopYljgListupoutAPIRequest) SetProduceBatchNo(_produceBatchNo string) error

SetProduceBatchNo is ProduceBatchNo Setter 生产批号

func (*AlibabaAlihealthDrugtraceTopYljgListupoutAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业ID

func (*AlibabaAlihealthDrugtraceTopYljgListupoutAPIRequest) SetStatus added in v1.2.0

SetStatus is Status Setter 状态

type AlibabaAlihealthDrugtraceTopYljgListupoutAPIResponse

type AlibabaAlihealthDrugtraceTopYljgListupoutAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugtraceTopYljgListupoutAPIResponseModel
}

AlibabaAlihealthDrugtraceTopYljgListupoutAPIResponse 医疗机构查询本企业上游企业出库单据信息 API返回值 alibaba.alihealth.drugtrace.top.yljg.listupout

查询货主/本企业上游企业出库单据信息

type AlibabaAlihealthDrugtraceTopYljgListupoutAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugtraceTopYljgListupoutAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drugtrace_top_yljg_listupout_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugtraceTopYljgListupoutResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugtraceTopYljgListupoutAPIResponseModel is 医疗机构查询本企业上游企业出库单据信息 成功返回结果

type AlibabaAlihealthDrugtraceTopYljgListupoutDetailAPIRequest added in v1.2.0

type AlibabaAlihealthDrugtraceTopYljgListupoutDetailAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugtraceTopYljgListupoutDetailAPIRequest 上游出库单单据明细查询 API请求 alibaba.alihealth.drugtrace.top.yljg.listupout.detail

查询上游出库单明细(带追溯码信息)

func NewAlibabaAlihealthDrugtraceTopYljgListupoutDetailRequest

func NewAlibabaAlihealthDrugtraceTopYljgListupoutDetailRequest() *AlibabaAlihealthDrugtraceTopYljgListupoutDetailAPIRequest

NewAlibabaAlihealthDrugtraceTopYljgListupoutDetailRequest 初始化AlibabaAlihealthDrugtraceTopYljgListupoutDetailAPIRequest对象

func (AlibabaAlihealthDrugtraceTopYljgListupoutDetailAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugtraceTopYljgListupoutDetailAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugtraceTopYljgListupoutDetailAPIRequest) GetBillCode added in v1.2.0

GetBillCode BillCode Getter

func (AlibabaAlihealthDrugtraceTopYljgListupoutDetailAPIRequest) GetFromRefUserId added in v1.2.0

GetFromRefUserId FromRefUserId Getter

func (AlibabaAlihealthDrugtraceTopYljgListupoutDetailAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (AlibabaAlihealthDrugtraceTopYljgListupoutDetailAPIRequest) GetToRefUserId added in v1.2.0

GetToRefUserId ToRefUserId Getter

func (*AlibabaAlihealthDrugtraceTopYljgListupoutDetailAPIRequest) SetBillCode added in v1.2.0

SetBillCode is BillCode Setter 单据编码

func (*AlibabaAlihealthDrugtraceTopYljgListupoutDetailAPIRequest) SetFromRefUserId added in v1.2.0

func (r *AlibabaAlihealthDrugtraceTopYljgListupoutDetailAPIRequest) SetFromRefUserId(_fromRefUserId string) error

SetFromRefUserId is FromRefUserId Setter 发货企业renEntId

func (*AlibabaAlihealthDrugtraceTopYljgListupoutDetailAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业id

func (*AlibabaAlihealthDrugtraceTopYljgListupoutDetailAPIRequest) SetToRefUserId added in v1.2.0

SetToRefUserId is ToRefUserId Setter 收货企业refEntId

type AlibabaAlihealthDrugtraceTopYljgListupoutDetailAPIResponse

type AlibabaAlihealthDrugtraceTopYljgListupoutDetailAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugtraceTopYljgListupoutDetailAPIResponseModel
}

AlibabaAlihealthDrugtraceTopYljgListupoutDetailAPIResponse 上游出库单单据明细查询 API返回值 alibaba.alihealth.drugtrace.top.yljg.listupout.detail

查询上游出库单明细(带追溯码信息)

type AlibabaAlihealthDrugtraceTopYljgListupoutDetailAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugtraceTopYljgListupoutDetailAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drugtrace_top_yljg_listupout_detail_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugtraceTopYljgListupoutDetailResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugtraceTopYljgListupoutDetailAPIResponseModel is 上游出库单单据明细查询 成功返回结果

type AlibabaAlihealthDrugtraceTopYljgListupoutDetailResultModel

type AlibabaAlihealthDrugtraceTopYljgListupoutDetailResultModel struct {
	// 提示信息编码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 提示信息内容
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 最外层对象
	Model *BillUpOutDetailDto `json:"model,omitempty" xml:"model,omitempty"`
	// 成功失败标记
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaAlihealthDrugtraceTopYljgListupoutDetailResultModel 结构体

type AlibabaAlihealthDrugtraceTopYljgListupoutResultModel

type AlibabaAlihealthDrugtraceTopYljgListupoutResultModel struct {
	// 返回码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回值
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回对象
	Model *PageInfoDto `json:"model,omitempty" xml:"model,omitempty"`
	// 是否响应成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugtraceTopYljgListupoutResultModel 结构体

type AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIRequest added in v1.2.0

type AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIRequest 上传单据后处理状态查询 API请求 alibaba.alihealth.drugtrace.top.yljg.query.billstatus

单据处理状态查询

func NewAlibabaAlihealthDrugtraceTopYljgQueryBillstatusRequest

func NewAlibabaAlihealthDrugtraceTopYljgQueryBillstatusRequest() *AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIRequest

NewAlibabaAlihealthDrugtraceTopYljgQueryBillstatusRequest 初始化AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIRequest对象

func (AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIRequest) GetAgentRefUserId added in v1.2.0

GetAgentRefUserId AgentRefUserId Getter

func (AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIRequest) GetBeginDate added in v1.2.0

GetBeginDate BeginDate Getter

func (AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIRequest) GetBillCode added in v1.2.0

GetBillCode BillCode Getter

func (AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIRequest) GetBillType added in v1.2.0

GetBillType BillType Getter

func (AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIRequest) GetDealStatus added in v1.2.0

GetDealStatus DealStatus Getter

func (AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIRequest) GetDrugType added in v1.2.0

GetDrugType DrugType Getter

func (AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIRequest) GetEndDate added in v1.2.0

GetEndDate EndDate Getter

func (AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIRequest) GetFromUserId added in v1.2.0

GetFromUserId FromUserId Getter

func (AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIRequest) GetPage added in v1.2.0

GetPage Page Getter

func (AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIRequest) GetPageSize added in v1.2.0

GetPageSize PageSize Getter

func (AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIRequest) GetToUserId added in v1.2.0

GetToUserId ToUserId Getter

func (*AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIRequest) SetAgentRefUserId added in v1.2.0

func (r *AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIRequest) SetAgentRefUserId(_agentRefUserId string) error

SetAgentRefUserId is AgentRefUserId Setter 代理商

func (*AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIRequest) SetBeginDate added in v1.2.0

SetBeginDate is BeginDate Setter 开始日期

func (*AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIRequest) SetBillCode added in v1.2.0

SetBillCode is BillCode Setter 单据号

func (*AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIRequest) SetBillType added in v1.2.0

SetBillType is BillType Setter 单据类型 A:全部 AI:全部入库 AO:全部出库

func (*AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIRequest) SetDealStatus added in v1.2.0

SetDealStatus is DealStatus Setter 状态 0, 上传成功 3, 处理成功 4, 处理失败

func (*AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIRequest) SetDrugType added in v1.2.0

SetDrugType is DrugType Setter 药品类型

func (*AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIRequest) SetEndDate added in v1.2.0

SetEndDate is EndDate Setter 结束日期

func (*AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIRequest) SetFromUserId added in v1.2.0

SetFromUserId is FromUserId Setter 发货商

func (*AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIRequest) SetPage added in v1.2.0

SetPage is Page Setter 页码

func (*AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIRequest) SetPageSize added in v1.2.0

SetPageSize is PageSize Setter 页大小

func (*AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业ID

func (*AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIRequest) SetToUserId added in v1.2.0

SetToUserId is ToUserId Setter 收货商

type AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIResponse

type AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIResponseModel
}

AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIResponse 上传单据后处理状态查询 API返回值 alibaba.alihealth.drugtrace.top.yljg.query.billstatus

单据处理状态查询

type AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drugtrace_top_yljg_query_billstatus_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugtraceTopYljgQueryBillstatusResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIResponseModel is 上传单据后处理状态查询 成功返回结果

type AlibabaAlihealthDrugtraceTopYljgQueryBillstatusResultModel

type AlibabaAlihealthDrugtraceTopYljgQueryBillstatusResultModel struct {
	// 状态码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 状态值
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回对象
	Model *PageInfoDto `json:"model,omitempty" xml:"model,omitempty"`
	// 响应结果
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugtraceTopYljgQueryBillstatusResultModel 结构体

type AlibabaAlihealthDrugtraceTopYljgQueryCodedetailAPIRequest added in v1.2.0

type AlibabaAlihealthDrugtraceTopYljgQueryCodedetailAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugtraceTopYljgQueryCodedetailAPIRequest 根据码查询码信息 API请求 alibaba.alihealth.drugtrace.top.yljg.query.codedetail

服务描述 此接口,针对有码药品,提供可通过追溯码获取该药品的基础信息和生产状况信息。 核查平台优先过滤非8开头的,长度非20位数字的码信息。

func NewAlibabaAlihealthDrugtraceTopYljgQueryCodedetailRequest

func NewAlibabaAlihealthDrugtraceTopYljgQueryCodedetailRequest() *AlibabaAlihealthDrugtraceTopYljgQueryCodedetailAPIRequest

NewAlibabaAlihealthDrugtraceTopYljgQueryCodedetailRequest 初始化AlibabaAlihealthDrugtraceTopYljgQueryCodedetailAPIRequest对象

func (AlibabaAlihealthDrugtraceTopYljgQueryCodedetailAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugtraceTopYljgQueryCodedetailAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugtraceTopYljgQueryCodedetailAPIRequest) GetCodes added in v1.2.0

GetCodes Codes Getter

func (AlibabaAlihealthDrugtraceTopYljgQueryCodedetailAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugtraceTopYljgQueryCodedetailAPIRequest) SetCodes added in v1.2.0

SetCodes is Codes Setter 码列表

func (*AlibabaAlihealthDrugtraceTopYljgQueryCodedetailAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业唯一标识(或appkey)

type AlibabaAlihealthDrugtraceTopYljgQueryCodedetailAPIResponse

type AlibabaAlihealthDrugtraceTopYljgQueryCodedetailAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugtraceTopYljgQueryCodedetailAPIResponseModel
}

AlibabaAlihealthDrugtraceTopYljgQueryCodedetailAPIResponse 根据码查询码信息 API返回值 alibaba.alihealth.drugtrace.top.yljg.query.codedetail

服务描述 此接口,针对有码药品,提供可通过追溯码获取该药品的基础信息和生产状况信息。 核查平台优先过滤非8开头的,长度非20位数字的码信息。

type AlibabaAlihealthDrugtraceTopYljgQueryCodedetailAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugtraceTopYljgQueryCodedetailAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drugtrace_top_yljg_query_codedetail_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 最外层结果
	Result *AlibabaAlihealthDrugtraceTopYljgQueryCodedetailResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugtraceTopYljgQueryCodedetailAPIResponseModel is 根据码查询码信息 成功返回结果

type AlibabaAlihealthDrugtraceTopYljgQueryCodedetailResultModel

type AlibabaAlihealthDrugtraceTopYljgQueryCodedetailResultModel struct {
	// 内层大对象
	Models []CodeFullInfoDto `json:"models,omitempty" xml:"models>code_full_info_dto,omitempty"`
	// 消息码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 消息提示内容
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 查询成功失败标记
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugtraceTopYljgQueryCodedetailResultModel 结构体

type AlibabaAlihealthDrugtraceTopYljgQueryGetentinfoAPIRequest added in v1.2.0

type AlibabaAlihealthDrugtraceTopYljgQueryGetentinfoAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugtraceTopYljgQueryGetentinfoAPIRequest 通过企业名得到唯一标识ref_ent_id及企业ent_id API请求 alibaba.alihealth.drugtrace.top.yljg.query.getentinfo

根据企业名称查询ID

func NewAlibabaAlihealthDrugtraceTopYljgQueryGetentinfoRequest

func NewAlibabaAlihealthDrugtraceTopYljgQueryGetentinfoRequest() *AlibabaAlihealthDrugtraceTopYljgQueryGetentinfoAPIRequest

NewAlibabaAlihealthDrugtraceTopYljgQueryGetentinfoRequest 初始化AlibabaAlihealthDrugtraceTopYljgQueryGetentinfoAPIRequest对象

func (AlibabaAlihealthDrugtraceTopYljgQueryGetentinfoAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugtraceTopYljgQueryGetentinfoAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugtraceTopYljgQueryGetentinfoAPIRequest) GetEntName added in v1.2.0

GetEntName EntName Getter

func (*AlibabaAlihealthDrugtraceTopYljgQueryGetentinfoAPIRequest) SetEntName added in v1.2.0

SetEntName is EntName Setter 公司名称(全称)

type AlibabaAlihealthDrugtraceTopYljgQueryGetentinfoAPIResponse

type AlibabaAlihealthDrugtraceTopYljgQueryGetentinfoAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugtraceTopYljgQueryGetentinfoAPIResponseModel
}

AlibabaAlihealthDrugtraceTopYljgQueryGetentinfoAPIResponse 通过企业名得到唯一标识ref_ent_id及企业ent_id API返回值 alibaba.alihealth.drugtrace.top.yljg.query.getentinfo

根据企业名称查询ID

type AlibabaAlihealthDrugtraceTopYljgQueryGetentinfoAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugtraceTopYljgQueryGetentinfoAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drugtrace_top_yljg_query_getentinfo_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugtraceTopYljgQueryGetentinfoResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugtraceTopYljgQueryGetentinfoAPIResponseModel is 通过企业名得到唯一标识ref_ent_id及企业ent_id 成功返回结果

type AlibabaAlihealthDrugtraceTopYljgQueryGetentinfoResultModel

type AlibabaAlihealthDrugtraceTopYljgQueryGetentinfoResultModel struct {
	// 返回码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回信息
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回对象
	Model *PUserEntInfoDto `json:"model,omitempty" xml:"model,omitempty"`
	// 是否响应成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugtraceTopYljgQueryGetentinfoResultModel 结构体

type AlibabaAlihealthDrugtraceTopYljgQueryListpartsAPIRequest added in v1.2.0

type AlibabaAlihealthDrugtraceTopYljgQueryListpartsAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugtraceTopYljgQueryListpartsAPIRequest 往来单位查询 API请求 alibaba.alihealth.drugtrace.top.yljg.query.listparts

查询往来单位列表

func NewAlibabaAlihealthDrugtraceTopYljgQueryListpartsRequest

func NewAlibabaAlihealthDrugtraceTopYljgQueryListpartsRequest() *AlibabaAlihealthDrugtraceTopYljgQueryListpartsAPIRequest

NewAlibabaAlihealthDrugtraceTopYljgQueryListpartsRequest 初始化AlibabaAlihealthDrugtraceTopYljgQueryListpartsAPIRequest对象

func (AlibabaAlihealthDrugtraceTopYljgQueryListpartsAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugtraceTopYljgQueryListpartsAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugtraceTopYljgQueryListpartsAPIRequest) GetBeginDate added in v1.2.0

GetBeginDate BeginDate Getter

func (AlibabaAlihealthDrugtraceTopYljgQueryListpartsAPIRequest) GetEndDate added in v1.2.0

GetEndDate EndDate Getter

func (AlibabaAlihealthDrugtraceTopYljgQueryListpartsAPIRequest) GetEntName added in v1.2.0

GetEntName EntName Getter

func (AlibabaAlihealthDrugtraceTopYljgQueryListpartsAPIRequest) GetPage added in v1.2.0

GetPage Page Getter

func (AlibabaAlihealthDrugtraceTopYljgQueryListpartsAPIRequest) GetPageSize added in v1.2.0

GetPageSize PageSize Getter

func (AlibabaAlihealthDrugtraceTopYljgQueryListpartsAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (AlibabaAlihealthDrugtraceTopYljgQueryListpartsAPIRequest) GetRefPartnerId added in v1.2.0

GetRefPartnerId RefPartnerId Getter

func (*AlibabaAlihealthDrugtraceTopYljgQueryListpartsAPIRequest) SetBeginDate added in v1.2.0

SetBeginDate is BeginDate Setter 开始时间

func (*AlibabaAlihealthDrugtraceTopYljgQueryListpartsAPIRequest) SetEndDate added in v1.2.0

SetEndDate is EndDate Setter 结束时间

func (*AlibabaAlihealthDrugtraceTopYljgQueryListpartsAPIRequest) SetEntName added in v1.2.0

SetEntName is EntName Setter 企业名称

func (*AlibabaAlihealthDrugtraceTopYljgQueryListpartsAPIRequest) SetPage added in v1.2.0

SetPage is Page Setter 页码

func (*AlibabaAlihealthDrugtraceTopYljgQueryListpartsAPIRequest) SetPageSize added in v1.2.0

SetPageSize is PageSize Setter 页大小

func (*AlibabaAlihealthDrugtraceTopYljgQueryListpartsAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业唯一标识

func (*AlibabaAlihealthDrugtraceTopYljgQueryListpartsAPIRequest) SetRefPartnerId added in v1.2.0

func (r *AlibabaAlihealthDrugtraceTopYljgQueryListpartsAPIRequest) SetRefPartnerId(_refPartnerId string) error

SetRefPartnerId is RefPartnerId Setter 企业自定义编号

type AlibabaAlihealthDrugtraceTopYljgQueryListpartsAPIResponse

type AlibabaAlihealthDrugtraceTopYljgQueryListpartsAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugtraceTopYljgQueryListpartsAPIResponseModel
}

AlibabaAlihealthDrugtraceTopYljgQueryListpartsAPIResponse 往来单位查询 API返回值 alibaba.alihealth.drugtrace.top.yljg.query.listparts

查询往来单位列表

type AlibabaAlihealthDrugtraceTopYljgQueryListpartsAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugtraceTopYljgQueryListpartsAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drugtrace_top_yljg_query_listparts_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugtraceTopYljgQueryListpartsResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugtraceTopYljgQueryListpartsAPIResponseModel is 往来单位查询 成功返回结果

type AlibabaAlihealthDrugtraceTopYljgQueryListpartsResultModel

type AlibabaAlihealthDrugtraceTopYljgQueryListpartsResultModel struct {
	// 返回码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回值
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 返回对象
	Model *Page `json:"model,omitempty" xml:"model,omitempty"`
	// 是否响应成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugtraceTopYljgQueryListpartsResultModel 结构体

type AlibabaAlihealthDrugtraceTopYljgQueryRelationAPIRequest added in v1.2.0

type AlibabaAlihealthDrugtraceTopYljgQueryRelationAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugtraceTopYljgQueryRelationAPIRequest 单码关联关系查询 API请求 alibaba.alihealth.drugtrace.top.yljg.query.relation

单码关联关系查询

func NewAlibabaAlihealthDrugtraceTopYljgQueryRelationRequest

func NewAlibabaAlihealthDrugtraceTopYljgQueryRelationRequest() *AlibabaAlihealthDrugtraceTopYljgQueryRelationAPIRequest

NewAlibabaAlihealthDrugtraceTopYljgQueryRelationRequest 初始化AlibabaAlihealthDrugtraceTopYljgQueryRelationAPIRequest对象

func (AlibabaAlihealthDrugtraceTopYljgQueryRelationAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugtraceTopYljgQueryRelationAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugtraceTopYljgQueryRelationAPIRequest) GetCode added in v1.2.0

GetCode Code Getter

func (AlibabaAlihealthDrugtraceTopYljgQueryRelationAPIRequest) GetDesRefEntId added in v1.2.0

GetDesRefEntId DesRefEntId Getter

func (AlibabaAlihealthDrugtraceTopYljgQueryRelationAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugtraceTopYljgQueryRelationAPIRequest) SetCode added in v1.2.0

SetCode is Code Setter 追溯码

func (*AlibabaAlihealthDrugtraceTopYljgQueryRelationAPIRequest) SetDesRefEntId added in v1.2.0

SetDesRefEntId is DesRefEntId Setter 目标企业唯一标识(为哪个企业查询,一般与入参ref_ent_id一样)

func (*AlibabaAlihealthDrugtraceTopYljgQueryRelationAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 接口调用企业的唯一标识(接口调用者)

type AlibabaAlihealthDrugtraceTopYljgQueryRelationAPIResponse

type AlibabaAlihealthDrugtraceTopYljgQueryRelationAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugtraceTopYljgQueryRelationAPIResponseModel
}

AlibabaAlihealthDrugtraceTopYljgQueryRelationAPIResponse 单码关联关系查询 API返回值 alibaba.alihealth.drugtrace.top.yljg.query.relation

单码关联关系查询

type AlibabaAlihealthDrugtraceTopYljgQueryRelationAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugtraceTopYljgQueryRelationAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drugtrace_top_yljg_query_relation_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *AlibabaAlihealthDrugtraceTopYljgQueryRelationResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugtraceTopYljgQueryRelationAPIResponseModel is 单码关联关系查询 成功返回结果

type AlibabaAlihealthDrugtraceTopYljgQueryRelationResultModel

type AlibabaAlihealthDrugtraceTopYljgQueryRelationResultModel struct {
	// model
	ModelList []CodeRelationDto `json:"model_list,omitempty" xml:"model_list>code_relation_dto,omitempty"`
	// msgCode
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// msgInfo
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 是否成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugtraceTopYljgQueryRelationResultModel 结构体

type AlibabaAlihealthDrugtraceTopYljgQueryUpbillcodeAPIRequest added in v1.2.0

type AlibabaAlihealthDrugtraceTopYljgQueryUpbillcodeAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugtraceTopYljgQueryUpbillcodeAPIRequest 通过一个码,查询这个码对应的上游企业出库单的单据号 API请求 alibaba.alihealth.drugtrace.top.yljg.query.upbillcode

一个查询上游出库单号的接口。企业在扫码入库时,接口通过扫到的码判定这个码对应的上游企业所属的出库单据号

func NewAlibabaAlihealthDrugtraceTopYljgQueryUpbillcodeRequest

func NewAlibabaAlihealthDrugtraceTopYljgQueryUpbillcodeRequest() *AlibabaAlihealthDrugtraceTopYljgQueryUpbillcodeAPIRequest

NewAlibabaAlihealthDrugtraceTopYljgQueryUpbillcodeRequest 初始化AlibabaAlihealthDrugtraceTopYljgQueryUpbillcodeAPIRequest对象

func (AlibabaAlihealthDrugtraceTopYljgQueryUpbillcodeAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugtraceTopYljgQueryUpbillcodeAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugtraceTopYljgQueryUpbillcodeAPIRequest) GetCode added in v1.2.0

GetCode Code Getter

func (AlibabaAlihealthDrugtraceTopYljgQueryUpbillcodeAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugtraceTopYljgQueryUpbillcodeAPIRequest) SetCode added in v1.2.0

SetCode is Code Setter 追溯码

func (*AlibabaAlihealthDrugtraceTopYljgQueryUpbillcodeAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 企业ID (一般为要查询单据的收货企业)

type AlibabaAlihealthDrugtraceTopYljgQueryUpbillcodeAPIResponse

type AlibabaAlihealthDrugtraceTopYljgQueryUpbillcodeAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugtraceTopYljgQueryUpbillcodeAPIResponseModel
}

AlibabaAlihealthDrugtraceTopYljgQueryUpbillcodeAPIResponse 通过一个码,查询这个码对应的上游企业出库单的单据号 API返回值 alibaba.alihealth.drugtrace.top.yljg.query.upbillcode

一个查询上游出库单号的接口。企业在扫码入库时,接口通过扫到的码判定这个码对应的上游企业所属的出库单据号

type AlibabaAlihealthDrugtraceTopYljgQueryUpbillcodeAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugtraceTopYljgQueryUpbillcodeAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drugtrace_top_yljg_query_upbillcode_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *AlibabaAlihealthDrugtraceTopYljgQueryUpbillcodeResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugtraceTopYljgQueryUpbillcodeAPIResponseModel is 通过一个码,查询这个码对应的上游企业出库单的单据号 成功返回结果

type AlibabaAlihealthDrugtraceTopYljgQueryUpbillcodeResult

type AlibabaAlihealthDrugtraceTopYljgQueryUpbillcodeResult struct {
	// model
	ModelList []BillUpstreamDto `json:"model_list,omitempty" xml:"model_list>bill_upstream_dto,omitempty"`
	// msgInfo
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// msgCode
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaAlihealthDrugtraceTopYljgQueryUpbillcodeResult 结构体

type AlibabaAlihealthDrugtraceTopYljgQueryUpbilldetailAPIRequest added in v1.2.0

type AlibabaAlihealthDrugtraceTopYljgQueryUpbilldetailAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugtraceTopYljgQueryUpbilldetailAPIRequest 根据单据号查询单据的详情信息【注意:查询的是本企业的单据】 API请求 alibaba.alihealth.drugtrace.top.yljg.query.upbilldetail

根据单据号查询单据的详情信息【注意:这个接口查询的是本企业的单据,如果是查询上游的单据明细信息,使用xxxxxxx.listupout.detail接口】。

func NewAlibabaAlihealthDrugtraceTopYljgQueryUpbilldetailRequest

func NewAlibabaAlihealthDrugtraceTopYljgQueryUpbilldetailRequest() *AlibabaAlihealthDrugtraceTopYljgQueryUpbilldetailAPIRequest

NewAlibabaAlihealthDrugtraceTopYljgQueryUpbilldetailRequest 初始化AlibabaAlihealthDrugtraceTopYljgQueryUpbilldetailAPIRequest对象

func (AlibabaAlihealthDrugtraceTopYljgQueryUpbilldetailAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugtraceTopYljgQueryUpbilldetailAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugtraceTopYljgQueryUpbilldetailAPIRequest) GetBillCode added in v1.2.0

GetBillCode BillCode Getter

func (AlibabaAlihealthDrugtraceTopYljgQueryUpbilldetailAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (*AlibabaAlihealthDrugtraceTopYljgQueryUpbilldetailAPIRequest) SetBillCode added in v1.2.0

SetBillCode is BillCode Setter 单据号码

func (*AlibabaAlihealthDrugtraceTopYljgQueryUpbilldetailAPIRequest) SetRefEntId added in v1.2.0

SetRefEntId is RefEntId Setter 本企业refEntId

type AlibabaAlihealthDrugtraceTopYljgQueryUpbilldetailAPIResponse

type AlibabaAlihealthDrugtraceTopYljgQueryUpbilldetailAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugtraceTopYljgQueryUpbilldetailAPIResponseModel
}

AlibabaAlihealthDrugtraceTopYljgQueryUpbilldetailAPIResponse 根据单据号查询单据的详情信息【注意:查询的是本企业的单据】 API返回值 alibaba.alihealth.drugtrace.top.yljg.query.upbilldetail

根据单据号查询单据的详情信息【注意:这个接口查询的是本企业的单据,如果是查询上游的单据明细信息,使用xxxxxxx.listupout.detail接口】。

type AlibabaAlihealthDrugtraceTopYljgQueryUpbilldetailAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugtraceTopYljgQueryUpbilldetailAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drugtrace_top_yljg_query_upbilldetail_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 监控宝推送网站监控信息,返回结果
	Result *AlibabaAlihealthDrugtraceTopYljgQueryUpbilldetailResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthDrugtraceTopYljgQueryUpbilldetailAPIResponseModel is 根据单据号查询单据的详情信息【注意:查询的是本企业的单据】 成功返回结果

type AlibabaAlihealthDrugtraceTopYljgQueryUpbilldetailResultModel

type AlibabaAlihealthDrugtraceTopYljgQueryUpbilldetailResultModel struct {
	// 消息码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 消息
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 对象模型信息
	Model *BillInOutDetailDto `json:"model,omitempty" xml:"model,omitempty"`
	// 成功失败
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugtraceTopYljgQueryUpbilldetailResultModel 结构体

type AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest added in v1.2.0

type AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest 出入库单据上传 API请求 alibaba.alihealth.drugtrace.top.yljg.uploadinoutbill

零售企业上传出入库信息,包括采购入库(102),退货入库(103),供应入库(107),退货出库(202),销毁出库(205),抽检出库(206), 供应出库(209), 不包括对个人的零售出库,疫苗接种,领药出库。

func NewAlibabaAlihealthDrugtraceTopYljgUploadinoutbillRequest

func NewAlibabaAlihealthDrugtraceTopYljgUploadinoutbillRequest() *AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest

NewAlibabaAlihealthDrugtraceTopYljgUploadinoutbillRequest 初始化AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest对象

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetAgentRefUserId added in v1.2.0

GetAgentRefUserId AgentRefUserId Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetAssEntId added in v1.2.0

GetAssEntId AssEntId Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetAssRefEntId added in v1.2.0

GetAssRefEntId AssRefEntId Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetBillCode added in v1.2.0

GetBillCode BillCode Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetBillTime added in v1.2.0

GetBillTime BillTime Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetBillType added in v1.2.0

GetBillType BillType Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetCancelReasonCode added in v1.2.0

GetCancelReasonCode CancelReasonCode Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetCancelReasonDes added in v1.2.0

GetCancelReasonDes CancelReasonDes Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetClientType added in v1.2.0

GetClientType ClientType Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetDestUserId added in v1.2.0

GetDestUserId DestUserId Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetDisEntId added in v1.2.0

GetDisEntId DisEntId Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetDisRefEntId added in v1.2.0

GetDisRefEntId DisRefEntId Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetDrugId added in v1.2.0

GetDrugId DrugId Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetDrugListJson added in v1.2.0

GetDrugListJson DrugListJson Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetExecuterCode added in v1.2.0

GetExecuterCode ExecuterCode Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetExecuterName added in v1.2.0

GetExecuterName ExecuterName Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetFromAddress added in v1.2.0

GetFromAddress FromAddress Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetFromBillCode added in v1.2.0

GetFromBillCode FromBillCode Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetFromPerson added in v1.2.0

GetFromPerson FromPerson Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetFromUserId added in v1.2.0

GetFromUserId FromUserId Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetOperIcCode added in v1.2.0

GetOperIcCode OperIcCode Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetOperIcName added in v1.2.0

GetOperIcName OperIcName Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetOrderCode added in v1.2.0

GetOrderCode OrderCode Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetPhysicType added in v1.2.0

GetPhysicType PhysicType Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetQuReceivable added in v1.2.0

GetQuReceivable QuReceivable Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetRefUserId added in v1.2.0

GetRefUserId RefUserId Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetReturnReasonCode added in v1.2.0

GetReturnReasonCode ReturnReasonCode Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetReturnReasonDes added in v1.2.0

GetReturnReasonDes ReturnReasonDes Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetSuperviserCode added in v1.2.0

GetSuperviserCode SuperviserCode Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetSuperviserName added in v1.2.0

GetSuperviserName SuperviserName Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetToAddress added in v1.2.0

GetToAddress ToAddress Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetToPerson added in v1.2.0

GetToPerson ToPerson Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetToUserId added in v1.2.0

GetToUserId ToUserId Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetTraceCodes added in v1.2.0

GetTraceCodes TraceCodes Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetWarehouseId added in v1.2.0

GetWarehouseId WarehouseId Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetXtCheckCode added in v1.2.0

GetXtCheckCode XtCheckCode Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetXtCheckCodeDesc added in v1.2.0

GetXtCheckCodeDesc XtCheckCodeDesc Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) GetXtIsCheck added in v1.2.0

GetXtIsCheck XtIsCheck Getter

func (*AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetAgentRefUserId added in v1.2.0

func (r *AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetAgentRefUserId(_agentRefUserId string) error

SetAgentRefUserId is AgentRefUserId Setter 代理企业REF标识

func (*AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetAssEntId added in v1.2.0

SetAssEntId is AssEntId Setter (协同平台数据合规)单据委托企业entId【疫苗药品出库单填写】

func (*AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetAssRefEntId added in v1.2.0

SetAssRefEntId is AssRefEntId Setter (协同平台数据合规)单据委托企业refEntId【疫苗药品出库单填写】

func (*AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetBillCode added in v1.2.0

SetBillCode is BillCode Setter 单据编码

func (*AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetBillTime added in v1.2.0

SetBillTime is BillTime Setter 单据时间

func (*AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetBillType added in v1.2.0

SetBillType is BillType Setter 单据类型【102代表采购入库】

func (*AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetCancelReasonCode added in v1.2.0

func (r *AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetCancelReasonCode(_cancelReasonCode string) error

SetCancelReasonCode is CancelReasonCode Setter 注销原因代码【销毁出库时填写】

func (*AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetCancelReasonDes added in v1.2.0

func (r *AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetCancelReasonDes(_cancelReasonDes string) error

SetCancelReasonDes is CancelReasonDes Setter 注销原因描述【销毁出库时填写】

func (*AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetClientType added in v1.2.0

SetClientType is ClientType Setter 客户端类型[必须填2]

func (*AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetDestUserId added in v1.2.0

SetDestUserId is DestUserId Setter 直调企业标识

func (*AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetDisEntId added in v1.2.0

SetDisEntId is DisEntId Setter (协同平台数据合规)药品配送企业entId【出库单,收货方为医疗机构时填写】

func (*AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetDisRefEntId added in v1.2.0

SetDisRefEntId is DisRefEntId Setter (协同平台数据合规)药品配送企业【出库单,收货方为医疗机构时填写】

func (*AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetDrugId added in v1.2.0

SetDrugId is DrugId Setter 药品ID[企业自已系统的药品ID]

func (*AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetDrugListJson added in v1.2.0

SetDrugListJson is DrugListJson Setter (协同平台数据合规)药品列表Json

func (*AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetExecuterCode added in v1.2.0

SetExecuterCode is ExecuterCode Setter 执行人证件号【销毁出库时填写】

func (*AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetExecuterName added in v1.2.0

SetExecuterName is ExecuterName Setter 执行人姓名【销毁出库时填写】

func (*AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetFromAddress added in v1.2.0

SetFromAddress is FromAddress Setter (协同平台数据合规)发货地址【必选】

func (*AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetFromBillCode added in v1.2.0

SetFromBillCode is FromBillCode Setter (协同平台数据合规)发货单编号【必选】

func (*AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetFromPerson added in v1.2.0

SetFromPerson is FromPerson Setter (协同平台数据合规)发货人【必选】

func (*AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetFromUserId added in v1.2.0

SetFromUserId is FromUserId Setter 发货企业entId

func (*AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetOperIcCode added in v1.2.0

SetOperIcCode is OperIcCode Setter 单据提交者(appkey编号)

func (*AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetOperIcName added in v1.2.0

SetOperIcName is OperIcName Setter 单据提交者姓名

func (*AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetOrderCode added in v1.2.0

SetOrderCode is OrderCode Setter (协同平台数据合规)订货单编号【可选】

func (*AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetPhysicType added in v1.2.0

SetPhysicType is PhysicType Setter 药品类型【3普药2特药】

func (*AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetQuReceivable added in v1.2.0

func (r *AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetQuReceivable(_quReceivable int64) error

SetQuReceivable is QuReceivable Setter (协同平台数据合规)应收货总数量【必选】

func (*AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetRefUserId added in v1.2.0

SetRefUserId is RefUserId Setter 上传企业的单位编码

func (*AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetReturnReasonCode added in v1.2.0

func (r *AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetReturnReasonCode(_returnReasonCode string) error

SetReturnReasonCode is ReturnReasonCode Setter 退货原因代码[退货入出库时填写]

func (*AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetReturnReasonDes added in v1.2.0

func (r *AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetReturnReasonDes(_returnReasonDes string) error

SetReturnReasonDes is ReturnReasonDes Setter 退货原因描述[退货入出库时填写]

func (*AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetSuperviserCode added in v1.2.0

func (r *AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetSuperviserCode(_superviserCode string) error

SetSuperviserCode is SuperviserCode Setter 监督人证件号【销毁出库时填写】

func (*AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetSuperviserName added in v1.2.0

func (r *AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetSuperviserName(_superviserName string) error

SetSuperviserName is SuperviserName Setter 监督人姓名【销毁出库时填写】

func (*AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetToAddress added in v1.2.0

SetToAddress is ToAddress Setter (协同平台数据合规)收货地址【必选】

func (*AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetToPerson added in v1.2.0

SetToPerson is ToPerson Setter (协同平台数据合规)收货人【必选】

func (*AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetToUserId added in v1.2.0

SetToUserId is ToUserId Setter 收货企业entId

func (*AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetTraceCodes added in v1.2.0

SetTraceCodes is TraceCodes Setter 追溯码[多个时用逗号分开]

func (*AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetWarehouseId added in v1.2.0

SetWarehouseId is WarehouseId Setter 仓号

func (*AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetXtCheckCode added in v1.2.0

SetXtCheckCode is XtCheckCode Setter (协同平台数据合规)未验证通过原因【验证未通过时填写】

func (*AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetXtCheckCodeDesc added in v1.2.0

func (r *AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetXtCheckCodeDesc(_xtCheckCodeDesc string) error

SetXtCheckCodeDesc is XtCheckCodeDesc Setter (协同平台数据合规)未验证通过原因描述【验证未通过时填写】

func (*AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest) SetXtIsCheck added in v1.2.0

SetXtIsCheck is XtIsCheck Setter (协同平台数据合规)是否验证,0:未通过验证,1:已验证

type AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIResponse

type AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIResponseModel
}

AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIResponse 出入库单据上传 API返回值 alibaba.alihealth.drugtrace.top.yljg.uploadinoutbill

零售企业上传出入库信息,包括采购入库(102),退货入库(103),供应入库(107),退货出库(202),销毁出库(205),抽检出库(206), 供应出库(209), 不包括对个人的零售出库,疫苗接种,领药出库。

type AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drugtrace_top_yljg_uploadinoutbill_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回值
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// 返回编码(BILL_DECODE_ERROR 单据转码失败  BILL_FILE_NAME_DUPLICATE_UPLOAD 文件名重复)
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 返回信息
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 是否成功(true 成功 false 失败)
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIResponseModel is 出入库单据上传 成功返回结果

type AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest added in v1.2.0

type AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest 零售单据上传接口 API请求 alibaba.alihealth.drugtrace.top.yljg.uploadretail

快易通多融零售上传接口

func NewAlibabaAlihealthDrugtraceTopYljgUploadretailRequest

func NewAlibabaAlihealthDrugtraceTopYljgUploadretailRequest() *AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest

NewAlibabaAlihealthDrugtraceTopYljgUploadretailRequest 初始化AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest对象

func (AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest) GetBillCode added in v1.2.0

GetBillCode BillCode Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest) GetBillTime added in v1.2.0

GetBillTime BillTime Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest) GetBillType added in v1.2.0

GetBillType BillType Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest) GetCustomerId added in v1.2.0

GetCustomerId CustomerId Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest) GetCustomerIdType added in v1.2.0

GetCustomerIdType CustomerIdType Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest) GetFromUserId added in v1.2.0

GetFromUserId FromUserId Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest) GetMedicDispenser added in v1.2.0

GetMedicDispenser MedicDispenser Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest) GetMedicDoctor added in v1.2.0

GetMedicDoctor MedicDoctor Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest) GetNetworkBillFlag added in v1.2.0

GetNetworkBillFlag NetworkBillFlag Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest) GetOperIcCode added in v1.2.0

GetOperIcCode OperIcCode Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest) GetOperIcName added in v1.2.0

GetOperIcName OperIcName Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest) GetPhysicType added in v1.2.0

GetPhysicType PhysicType Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest) GetRefUserId added in v1.2.0

GetRefUserId RefUserId Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest) GetTraceCodes added in v1.2.0

GetTraceCodes TraceCodes Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest) GetUserAgent added in v1.2.0

GetUserAgent UserAgent Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest) GetUserName added in v1.2.0

GetUserName UserName Getter

func (AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest) GetUserTel added in v1.2.0

GetUserTel UserTel Getter

func (*AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest) SetBillCode added in v1.2.0

SetBillCode is BillCode Setter 单据编号(唯一)

func (*AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest) SetBillTime added in v1.2.0

SetBillTime is BillTime Setter 单据生成时间(一般写当前时间)

func (*AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest) SetBillType added in v1.2.0

SetBillType is BillType Setter 单据类型[321,零售出库][322,疫苗接种]

func (*AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest) SetCustomerId added in v1.2.0

SetCustomerId is CustomerId Setter 购买人证件编号

func (*AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest) SetCustomerIdType added in v1.2.0

func (r *AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest) SetCustomerIdType(_customerIdType string) error

SetCustomerIdType is CustomerIdType Setter 购买人证件类型【1身份证2护照3 军官证4 医保卡5接种卡6学生证9其它】

func (*AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest) SetFromUserId added in v1.2.0

SetFromUserId is FromUserId Setter 发货企业(可为空)

func (*AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest) SetMedicDispenser added in v1.2.0

func (r *AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest) SetMedicDispenser(_medicDispenser string) error

SetMedicDispenser is MedicDispenser Setter 发药人

func (*AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest) SetMedicDoctor added in v1.2.0

SetMedicDoctor is MedicDoctor Setter 医师名称

func (*AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest) SetNetworkBillFlag added in v1.2.0

func (r *AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest) SetNetworkBillFlag(_networkBillFlag string) error

SetNetworkBillFlag is NetworkBillFlag Setter 互联标识 1是 0否

func (*AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest) SetOperIcCode added in v1.2.0

SetOperIcCode is OperIcCode Setter 单据提交者(appkey编号)

func (*AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest) SetOperIcName added in v1.2.0

SetOperIcName is OperIcName Setter 单据提交者姓名(可为空)

func (*AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest) SetPhysicType added in v1.2.0

SetPhysicType is PhysicType Setter 药品类型[2,特药,3,普药]

func (*AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest) SetRefUserId added in v1.2.0

SetRefUserId is RefUserId Setter 码上放心平台企业唯一编码(门店或医疗机构)

func (*AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest) SetTraceCodes added in v1.2.0

SetTraceCodes is TraceCodes Setter 20位追溯码(多个时用半角逗号分隔)

func (*AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest) SetUserAgent added in v1.2.0

SetUserAgent is UserAgent Setter 代理领药人

func (*AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest) SetUserName added in v1.2.0

SetUserName is UserName Setter 患者名称

func (*AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest) SetUserTel added in v1.2.0

SetUserTel is UserTel Setter 用药人电话

type AlibabaAlihealthDrugtraceTopYljgUploadretailAPIResponse

type AlibabaAlihealthDrugtraceTopYljgUploadretailAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthDrugtraceTopYljgUploadretailAPIResponseModel
}

AlibabaAlihealthDrugtraceTopYljgUploadretailAPIResponse 零售单据上传接口 API返回值 alibaba.alihealth.drugtrace.top.yljg.uploadretail

快易通多融零售上传接口

type AlibabaAlihealthDrugtraceTopYljgUploadretailAPIResponseModel added in v1.2.0

type AlibabaAlihealthDrugtraceTopYljgUploadretailAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_drugtrace_top_yljg_uploadretail_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 上传单据文件队列表标识
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// 错误码(BILL_DECODE_ERROR 单据转码失败 2.BILL_FILE_NAME_DUPLICATE_UPLOAD 文件名重复)
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 错误信息
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 操作是否成功(true 成功 ,false失败)
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthDrugtraceTopYljgUploadretailAPIResponseModel is 零售单据上传接口 成功返回结果

type AlibabaAlihealthTraceCodeSearchGetDrugresourcetopAPIRequest added in v1.2.0

type AlibabaAlihealthTraceCodeSearchGetDrugresourcetopAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthTraceCodeSearchGetDrugresourcetopAPIRequest 根据码获取码信息 API请求 alibaba.alihealth.trace.code.search.get.drugresourcetop

根据码获取码信息

func NewAlibabaAlihealthTraceCodeSearchGetDrugresourcetopRequest

func NewAlibabaAlihealthTraceCodeSearchGetDrugresourcetopRequest() *AlibabaAlihealthTraceCodeSearchGetDrugresourcetopAPIRequest

NewAlibabaAlihealthTraceCodeSearchGetDrugresourcetopRequest 初始化AlibabaAlihealthTraceCodeSearchGetDrugresourcetopAPIRequest对象

func (AlibabaAlihealthTraceCodeSearchGetDrugresourcetopAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthTraceCodeSearchGetDrugresourcetopAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthTraceCodeSearchGetDrugresourcetopAPIRequest) GetClientId added in v1.2.0

GetClientId ClientId Getter

func (AlibabaAlihealthTraceCodeSearchGetDrugresourcetopAPIRequest) GetCode added in v1.2.0

GetCode Code Getter

func (AlibabaAlihealthTraceCodeSearchGetDrugresourcetopAPIRequest) GetDeviceUtdid added in v1.2.0

GetDeviceUtdid DeviceUtdid Getter

func (AlibabaAlihealthTraceCodeSearchGetDrugresourcetopAPIRequest) GetQueryAppName added in v1.2.0

GetQueryAppName QueryAppName Getter

func (AlibabaAlihealthTraceCodeSearchGetDrugresourcetopAPIRequest) GetTbUserId added in v1.2.0

GetTbUserId TbUserId Getter

func (AlibabaAlihealthTraceCodeSearchGetDrugresourcetopAPIRequest) GetToken added in v1.2.0

GetToken Token Getter

func (*AlibabaAlihealthTraceCodeSearchGetDrugresourcetopAPIRequest) SetClientId added in v1.2.0

SetClientId is ClientId Setter 客户端ip

func (*AlibabaAlihealthTraceCodeSearchGetDrugresourcetopAPIRequest) SetCode added in v1.2.0

SetCode is Code Setter 追溯码

func (*AlibabaAlihealthTraceCodeSearchGetDrugresourcetopAPIRequest) SetDeviceUtdid added in v1.2.0

SetDeviceUtdid is DeviceUtdid Setter 设备号

func (*AlibabaAlihealthTraceCodeSearchGetDrugresourcetopAPIRequest) SetQueryAppName added in v1.2.0

SetQueryAppName is QueryAppName Setter 查询app名称

func (*AlibabaAlihealthTraceCodeSearchGetDrugresourcetopAPIRequest) SetTbUserId added in v1.2.0

SetTbUserId is TbUserId Setter 用户id

func (*AlibabaAlihealthTraceCodeSearchGetDrugresourcetopAPIRequest) SetToken added in v1.2.0

SetToken is Token Setter 校验值

type AlibabaAlihealthTraceCodeSearchGetDrugresourcetopAPIResponse

type AlibabaAlihealthTraceCodeSearchGetDrugresourcetopAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthTraceCodeSearchGetDrugresourcetopAPIResponseModel
}

AlibabaAlihealthTraceCodeSearchGetDrugresourcetopAPIResponse 根据码获取码信息 API返回值 alibaba.alihealth.trace.code.search.get.drugresourcetop

根据码获取码信息

type AlibabaAlihealthTraceCodeSearchGetDrugresourcetopAPIResponseModel added in v1.2.0

type AlibabaAlihealthTraceCodeSearchGetDrugresourcetopAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_trace_code_search_get_drugresourcetop_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 和三方交互最外层model对象
	Result *TopResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthTraceCodeSearchGetDrugresourcetopAPIResponseModel is 根据码获取码信息 成功返回结果

type AlibabaAlihealthTracecodesearcGetinfomationVivoAPIRequest added in v1.2.0

type AlibabaAlihealthTracecodesearcGetinfomationVivoAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthTracecodesearcGetinfomationVivoAPIRequest 获取vivo banner API请求 alibaba.alihealth.tracecodesearc.getinfomation.vivo

获取vivo banner url

func NewAlibabaAlihealthTracecodesearcGetinfomationVivoRequest

func NewAlibabaAlihealthTracecodesearcGetinfomationVivoRequest() *AlibabaAlihealthTracecodesearcGetinfomationVivoAPIRequest

NewAlibabaAlihealthTracecodesearcGetinfomationVivoRequest 初始化AlibabaAlihealthTracecodesearcGetinfomationVivoAPIRequest对象

func (AlibabaAlihealthTracecodesearcGetinfomationVivoAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthTracecodesearcGetinfomationVivoAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthTracecodesearcGetinfomationVivoAPIRequest) GetChannel added in v1.2.0

GetChannel Channel Getter

func (*AlibabaAlihealthTracecodesearcGetinfomationVivoAPIRequest) SetChannel added in v1.2.0

SetChannel is Channel Setter 渠道

type AlibabaAlihealthTracecodesearcGetinfomationVivoAPIResponse

type AlibabaAlihealthTracecodesearcGetinfomationVivoAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthTracecodesearcGetinfomationVivoAPIResponseModel
}

AlibabaAlihealthTracecodesearcGetinfomationVivoAPIResponse 获取vivo banner API返回值 alibaba.alihealth.tracecodesearc.getinfomation.vivo

获取vivo banner url

type AlibabaAlihealthTracecodesearcGetinfomationVivoAPIResponseModel added in v1.2.0

type AlibabaAlihealthTracecodesearcGetinfomationVivoAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_tracecodesearc_getinfomation_vivo_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// bannerURL
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// 操作说明
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 操作码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
}

AlibabaAlihealthTracecodesearcGetinfomationVivoAPIResponseModel is 获取vivo banner 成功返回结果

type AlibabaAlihealthTracecodesearchGetshowurlVivoAPIRequest added in v1.2.0

type AlibabaAlihealthTracecodesearchGetshowurlVivoAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthTracecodesearchGetshowurlVivoAPIRequest 获取药品扫码落地页vivo API请求 alibaba.alihealth.tracecodesearch.getshowurl.vivo

获取药品扫码落地页vivo

func NewAlibabaAlihealthTracecodesearchGetshowurlVivoRequest

func NewAlibabaAlihealthTracecodesearchGetshowurlVivoRequest() *AlibabaAlihealthTracecodesearchGetshowurlVivoAPIRequest

NewAlibabaAlihealthTracecodesearchGetshowurlVivoRequest 初始化AlibabaAlihealthTracecodesearchGetshowurlVivoAPIRequest对象

func (AlibabaAlihealthTracecodesearchGetshowurlVivoAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthTracecodesearchGetshowurlVivoAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthTracecodesearchGetshowurlVivoAPIRequest) GetChannel added in v1.2.0

GetChannel Channel Getter

func (AlibabaAlihealthTracecodesearchGetshowurlVivoAPIRequest) GetCode added in v1.2.0

GetCode Code Getter

func (*AlibabaAlihealthTracecodesearchGetshowurlVivoAPIRequest) SetChannel added in v1.2.0

SetChannel is Channel Setter 来源

func (*AlibabaAlihealthTracecodesearchGetshowurlVivoAPIRequest) SetCode added in v1.2.0

SetCode is Code Setter 追溯码

type AlibabaAlihealthTracecodesearchGetshowurlVivoAPIResponse

type AlibabaAlihealthTracecodesearchGetshowurlVivoAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthTracecodesearchGetshowurlVivoAPIResponseModel
}

AlibabaAlihealthTracecodesearchGetshowurlVivoAPIResponse 获取药品扫码落地页vivo API返回值 alibaba.alihealth.tracecodesearch.getshowurl.vivo

获取药品扫码落地页vivo

type AlibabaAlihealthTracecodesearchGetshowurlVivoAPIResponseModel added in v1.2.0

type AlibabaAlihealthTracecodesearchGetshowurlVivoAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_tracecodesearch_getshowurl_vivo_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 落地页地址
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// 操作说明
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 操作码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
}

AlibabaAlihealthTracecodesearchGetshowurlVivoAPIResponseModel is 获取药品扫码落地页vivo 成功返回结果

type AlibabaAlihealthTracecodesellerBillRootcodeGetAPIRequest added in v1.2.0

type AlibabaAlihealthTracecodesellerBillRootcodeGetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthTracecodesellerBillRootcodeGetAPIRequest 获取最外层包装码 API请求 alibaba.alihealth.tracecodeseller.bill.rootcode.get

获取最外层包装码

func NewAlibabaAlihealthTracecodesellerBillRootcodeGetRequest

func NewAlibabaAlihealthTracecodesellerBillRootcodeGetRequest() *AlibabaAlihealthTracecodesellerBillRootcodeGetAPIRequest

NewAlibabaAlihealthTracecodesellerBillRootcodeGetRequest 初始化AlibabaAlihealthTracecodesellerBillRootcodeGetAPIRequest对象

func (AlibabaAlihealthTracecodesellerBillRootcodeGetAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthTracecodesellerBillRootcodeGetAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthTracecodesellerBillRootcodeGetAPIRequest) GetAppCode added in v1.2.0

GetAppCode AppCode Getter

func (AlibabaAlihealthTracecodesellerBillRootcodeGetAPIRequest) GetCode added in v1.2.0

GetCode Code Getter

func (*AlibabaAlihealthTracecodesellerBillRootcodeGetAPIRequest) SetAppCode added in v1.2.0

SetAppCode is AppCode Setter 用户身份认证

func (*AlibabaAlihealthTracecodesellerBillRootcodeGetAPIRequest) SetCode added in v1.2.0

SetCode is Code Setter 码

type AlibabaAlihealthTracecodesellerBillRootcodeGetAPIResponse

type AlibabaAlihealthTracecodesellerBillRootcodeGetAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthTracecodesellerBillRootcodeGetAPIResponseModel
}

AlibabaAlihealthTracecodesellerBillRootcodeGetAPIResponse 获取最外层包装码 API返回值 alibaba.alihealth.tracecodeseller.bill.rootcode.get

获取最外层包装码

type AlibabaAlihealthTracecodesellerBillRootcodeGetAPIResponseModel added in v1.2.0

type AlibabaAlihealthTracecodesellerBillRootcodeGetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_tracecodeseller_bill_rootcode_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 最外层码
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// msgCode
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// msgInfo
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
}

AlibabaAlihealthTracecodesellerBillRootcodeGetAPIResponseModel is 获取最外层包装码 成功返回结果

type AlibabaAlihealthTracecodesellerMilkTraceTosourceAddDataAPIRequest added in v1.2.0

type AlibabaAlihealthTracecodesellerMilkTraceTosourceAddDataAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthTracecodesellerMilkTraceTosourceAddDataAPIRequest 奶粉溯源-同步数据 API请求 alibaba.alihealth.tracecodeseller.milk.trace.tosource.add.data

奶粉溯源-同步数据

func NewAlibabaAlihealthTracecodesellerMilkTraceTosourceAddDataRequest

func NewAlibabaAlihealthTracecodesellerMilkTraceTosourceAddDataRequest() *AlibabaAlihealthTracecodesellerMilkTraceTosourceAddDataAPIRequest

NewAlibabaAlihealthTracecodesellerMilkTraceTosourceAddDataRequest 初始化AlibabaAlihealthTracecodesellerMilkTraceTosourceAddDataAPIRequest对象

func (AlibabaAlihealthTracecodesellerMilkTraceTosourceAddDataAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthTracecodesellerMilkTraceTosourceAddDataAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthTracecodesellerMilkTraceTosourceAddDataAPIRequest) GetEntId added in v1.2.0

GetEntId EntId Getter

func (AlibabaAlihealthTracecodesellerMilkTraceTosourceAddDataAPIRequest) GetJsonStr added in v1.2.0

GetJsonStr JsonStr Getter

func (*AlibabaAlihealthTracecodesellerMilkTraceTosourceAddDataAPIRequest) SetEntId added in v1.2.0

SetEntId is EntId Setter 奶粉品牌ID

func (*AlibabaAlihealthTracecodesellerMilkTraceTosourceAddDataAPIRequest) SetJsonStr added in v1.2.0

SetJsonStr is JsonStr Setter 奶粉数据

type AlibabaAlihealthTracecodesellerMilkTraceTosourceAddDataAPIResponse

type AlibabaAlihealthTracecodesellerMilkTraceTosourceAddDataAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthTracecodesellerMilkTraceTosourceAddDataAPIResponseModel
}

AlibabaAlihealthTracecodesellerMilkTraceTosourceAddDataAPIResponse 奶粉溯源-同步数据 API返回值 alibaba.alihealth.tracecodeseller.milk.trace.tosource.add.data

奶粉溯源-同步数据

type AlibabaAlihealthTracecodesellerMilkTraceTosourceAddDataAPIResponseModel added in v1.2.0

type AlibabaAlihealthTracecodesellerMilkTraceTosourceAddDataAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_tracecodeseller_milk_trace_tosource_add_data_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 操作码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 操作说明
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 服务出参true
	Model bool `json:"model,omitempty" xml:"model,omitempty"`
}

AlibabaAlihealthTracecodesellerMilkTraceTosourceAddDataAPIResponseModel is 奶粉溯源-同步数据 成功返回结果

type AlibabaAlihealthTracecodesellerProductAttrSearchAPIRequest added in v1.2.0

type AlibabaAlihealthTracecodesellerProductAttrSearchAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthTracecodesellerProductAttrSearchAPIRequest 根据商品id获取商品属性 API请求 alibaba.alihealth.tracecodeseller.product.attr.search

根据商品id获取商品属性

func NewAlibabaAlihealthTracecodesellerProductAttrSearchRequest

func NewAlibabaAlihealthTracecodesellerProductAttrSearchRequest() *AlibabaAlihealthTracecodesellerProductAttrSearchAPIRequest

NewAlibabaAlihealthTracecodesellerProductAttrSearchRequest 初始化AlibabaAlihealthTracecodesellerProductAttrSearchAPIRequest对象

func (AlibabaAlihealthTracecodesellerProductAttrSearchAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthTracecodesellerProductAttrSearchAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthTracecodesellerProductAttrSearchAPIRequest) GetEntInfoId added in v1.2.0

GetEntInfoId EntInfoId Getter

func (AlibabaAlihealthTracecodesellerProductAttrSearchAPIRequest) GetTracUserProductInfoId added in v1.2.0

GetTracUserProductInfoId TracUserProductInfoId Getter

func (*AlibabaAlihealthTracecodesellerProductAttrSearchAPIRequest) SetEntInfoId added in v1.2.0

SetEntInfoId is EntInfoId Setter 企业id

func (*AlibabaAlihealthTracecodesellerProductAttrSearchAPIRequest) SetTracUserProductInfoId added in v1.2.0

func (r *AlibabaAlihealthTracecodesellerProductAttrSearchAPIRequest) SetTracUserProductInfoId(_tracUserProductInfoId int64) error

SetTracUserProductInfoId is TracUserProductInfoId Setter 货品id

type AlibabaAlihealthTracecodesellerProductAttrSearchAPIResponse

type AlibabaAlihealthTracecodesellerProductAttrSearchAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthTracecodesellerProductAttrSearchAPIResponseModel
}

AlibabaAlihealthTracecodesellerProductAttrSearchAPIResponse 根据商品id获取商品属性 API返回值 alibaba.alihealth.tracecodeseller.product.attr.search

根据商品id获取商品属性

type AlibabaAlihealthTracecodesellerProductAttrSearchAPIResponseModel added in v1.2.0

type AlibabaAlihealthTracecodesellerProductAttrSearchAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_tracecodeseller_product_attr_search_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 和三方交互最外层model对象
	Result *TopResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthTracecodesellerProductAttrSearchAPIResponseModel is 根据商品id获取商品属性 成功返回结果

type AlibabaAlihealthZyUploadrelationAPIRequest added in v1.2.0

type AlibabaAlihealthZyUploadrelationAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaAlihealthZyUploadrelationAPIRequest 中药片关联关系上传 API请求 alibaba.alihealth.zy.uploadrelation

中药片关联关系上传

func NewAlibabaAlihealthZyUploadrelationRequest

func NewAlibabaAlihealthZyUploadrelationRequest() *AlibabaAlihealthZyUploadrelationAPIRequest

NewAlibabaAlihealthZyUploadrelationRequest 初始化AlibabaAlihealthZyUploadrelationAPIRequest对象

func (AlibabaAlihealthZyUploadrelationAPIRequest) GetAffirmFlag added in v1.2.0

GetAffirmFlag AffirmFlag Getter

func (AlibabaAlihealthZyUploadrelationAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaAlihealthZyUploadrelationAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaAlihealthZyUploadrelationAPIRequest) GetClientType added in v1.2.0

GetClientType ClientType Getter

func (AlibabaAlihealthZyUploadrelationAPIRequest) GetFileContent added in v1.2.0

GetFileContent FileContent Getter

func (AlibabaAlihealthZyUploadrelationAPIRequest) GetFileContentString added in v1.2.0

func (r AlibabaAlihealthZyUploadrelationAPIRequest) GetFileContentString() string

GetFileContentString FileContentString Getter

func (AlibabaAlihealthZyUploadrelationAPIRequest) GetRefEntId added in v1.2.0

GetRefEntId RefEntId Getter

func (AlibabaAlihealthZyUploadrelationAPIRequest) GetSaveCodeRelation added in v1.2.0

GetSaveCodeRelation SaveCodeRelation Getter

func (*AlibabaAlihealthZyUploadrelationAPIRequest) SetAffirmFlag added in v1.2.0

func (r *AlibabaAlihealthZyUploadrelationAPIRequest) SetAffirmFlag(_affirmFlag string) error

SetAffirmFlag is AffirmFlag Setter affirmFlag

func (*AlibabaAlihealthZyUploadrelationAPIRequest) SetClientType added in v1.2.0

func (r *AlibabaAlihealthZyUploadrelationAPIRequest) SetClientType(_clientType string) error

SetClientType is ClientType Setter 客户端类型

func (*AlibabaAlihealthZyUploadrelationAPIRequest) SetFileContent added in v1.2.0

func (r *AlibabaAlihealthZyUploadrelationAPIRequest) SetFileContent(_fileContent string) error

SetFileContent is FileContent Setter fileContent

func (*AlibabaAlihealthZyUploadrelationAPIRequest) SetFileContentString added in v1.2.0

func (r *AlibabaAlihealthZyUploadrelationAPIRequest) SetFileContentString(_fileContentString string) error

SetFileContentString is FileContentString Setter 加密之后的上传的关联关系文件内容

func (*AlibabaAlihealthZyUploadrelationAPIRequest) SetRefEntId added in v1.2.0

func (r *AlibabaAlihealthZyUploadrelationAPIRequest) SetRefEntId(_refEntId string) error

SetRefEntId is RefEntId Setter 企业ID

func (*AlibabaAlihealthZyUploadrelationAPIRequest) SetSaveCodeRelation added in v1.2.0

func (r *AlibabaAlihealthZyUploadrelationAPIRequest) SetSaveCodeRelation(_saveCodeRelation *SaveCodeRelationType) error

SetSaveCodeRelation is SaveCodeRelation Setter 关联关系文件信息

type AlibabaAlihealthZyUploadrelationAPIResponse

type AlibabaAlihealthZyUploadrelationAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthZyUploadrelationAPIResponseModel
}

AlibabaAlihealthZyUploadrelationAPIResponse 中药片关联关系上传 API返回值 alibaba.alihealth.zy.uploadrelation

中药片关联关系上传

type AlibabaAlihealthZyUploadrelationAPIResponseModel added in v1.2.0

type AlibabaAlihealthZyUploadrelationAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_alihealth_zy_uploadrelation_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *AlibabaAlihealthZyUploadrelationResultModel `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaAlihealthZyUploadrelationAPIResponseModel is 中药片关联关系上传 成功返回结果

type AlibabaAlihealthZyUploadrelationResultModel

type AlibabaAlihealthZyUploadrelationResultModel struct {
	// msgCode
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// msgInfo
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// model
	Model *SaveCodeRelationResultDto `json:"model,omitempty" xml:"model,omitempty"`
	// 是否成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

AlibabaAlihealthZyUploadrelationResultModel 结构体

type AlibabaCfdaXtptAppAcceptInfoAPIRequest added in v1.2.0

type AlibabaCfdaXtptAppAcceptInfoAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaCfdaXtptAppAcceptInfoAPIRequest 协同平台数据下行接口 API请求 alibaba.cfda.xtpt.app.accept.info

协同平台数据下行接口

func NewAlibabaCfdaXtptAppAcceptInfoRequest

func NewAlibabaCfdaXtptAppAcceptInfoRequest() *AlibabaCfdaXtptAppAcceptInfoAPIRequest

NewAlibabaCfdaXtptAppAcceptInfoRequest 初始化AlibabaCfdaXtptAppAcceptInfoAPIRequest对象

func (AlibabaCfdaXtptAppAcceptInfoAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaCfdaXtptAppAcceptInfoAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaCfdaXtptAppAcceptInfoAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaCfdaXtptAppAcceptInfoAPIRequest) GetAppId added in v1.2.0

GetAppId AppId Getter

func (AlibabaCfdaXtptAppAcceptInfoAPIRequest) GetData added in v1.2.0

GetData Data Getter

func (AlibabaCfdaXtptAppAcceptInfoAPIRequest) GetEventId added in v1.2.0

GetEventId EventId Getter

func (AlibabaCfdaXtptAppAcceptInfoAPIRequest) GetEventType added in v1.2.0

GetEventType EventType Getter

func (AlibabaCfdaXtptAppAcceptInfoAPIRequest) GetProcessId added in v1.2.0

GetProcessId ProcessId Getter

func (AlibabaCfdaXtptAppAcceptInfoAPIRequest) GetSubType added in v1.2.0

GetSubType SubType Getter

func (AlibabaCfdaXtptAppAcceptInfoAPIRequest) GetTiemstamp added in v1.2.0

GetTiemstamp Tiemstamp Getter

func (AlibabaCfdaXtptAppAcceptInfoAPIRequest) GetUscId added in v1.2.0

GetUscId UscId Getter

func (*AlibabaCfdaXtptAppAcceptInfoAPIRequest) SetAppId added in v1.2.0

SetAppId is AppId Setter 接入系统唯一标识,由协同平台分配

func (*AlibabaCfdaXtptAppAcceptInfoAPIRequest) SetData added in v1.2.0

SetData is Data Setter 文件内容 zip压缩+base64转码

func (*AlibabaCfdaXtptAppAcceptInfoAPIRequest) SetEventId added in v1.2.0

func (r *AlibabaCfdaXtptAppAcceptInfoAPIRequest) SetEventId(_eventId string) error

SetEventId is EventId Setter 事件编号(uuid)

func (*AlibabaCfdaXtptAppAcceptInfoAPIRequest) SetEventType added in v1.2.0

func (r *AlibabaCfdaXtptAppAcceptInfoAPIRequest) SetEventType(_eventType string) error

SetEventType is EventType Setter 事件类型,10:基础信息数据子集 ; 20:应用信息数据子集

func (*AlibabaCfdaXtptAppAcceptInfoAPIRequest) SetProcessId added in v1.2.0

func (r *AlibabaCfdaXtptAppAcceptInfoAPIRequest) SetProcessId(_processId string) error

SetProcessId is ProcessId Setter 传输流水号(uuid)

func (*AlibabaCfdaXtptAppAcceptInfoAPIRequest) SetSubType added in v1.2.0

func (r *AlibabaCfdaXtptAppAcceptInfoAPIRequest) SetSubType(_subType string) error

SetSubType is SubType Setter 事件子类型

func (*AlibabaCfdaXtptAppAcceptInfoAPIRequest) SetTiemstamp added in v1.2.0

func (r *AlibabaCfdaXtptAppAcceptInfoAPIRequest) SetTiemstamp(_tiemstamp string) error

SetTiemstamp is Tiemstamp Setter 时间戳,yyyy-MM-dd HH:mm:ss

func (*AlibabaCfdaXtptAppAcceptInfoAPIRequest) SetUscId added in v1.2.0

SetUscId is UscId Setter 统一社会信用代码

type AlibabaCfdaXtptAppAcceptInfoAPIResponse

type AlibabaCfdaXtptAppAcceptInfoAPIResponse struct {
	model.CommonResponse
	AlibabaCfdaXtptAppAcceptInfoAPIResponseModel
}

AlibabaCfdaXtptAppAcceptInfoAPIResponse 协同平台数据下行接口 API返回值 alibaba.cfda.xtpt.app.accept.info

协同平台数据下行接口

type AlibabaCfdaXtptAppAcceptInfoAPIResponseModel added in v1.2.0

type AlibabaCfdaXtptAppAcceptInfoAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_cfda_xtpt_app_accept_info_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *AlibabaCfdaXtptAppAcceptInfoResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaCfdaXtptAppAcceptInfoAPIResponseModel is 协同平台数据下行接口 成功返回结果

type AlibabaCfdaXtptAppAcceptInfoResult

type AlibabaCfdaXtptAppAcceptInfoResult struct {
	// 消息编码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 结果信息
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaCfdaXtptAppAcceptInfoResult 结构体

type AlibabaCfdaXtptAppGetshowurlAPIRequest added in v1.2.0

type AlibabaCfdaXtptAppGetshowurlAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaCfdaXtptAppGetshowurlAPIRequest 协同平台码查询页面url API请求 alibaba.cfda.xtpt.app.getshowurl

协同平台码查询页面url

func NewAlibabaCfdaXtptAppGetshowurlRequest

func NewAlibabaCfdaXtptAppGetshowurlRequest() *AlibabaCfdaXtptAppGetshowurlAPIRequest

NewAlibabaCfdaXtptAppGetshowurlRequest 初始化AlibabaCfdaXtptAppGetshowurlAPIRequest对象

func (AlibabaCfdaXtptAppGetshowurlAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaCfdaXtptAppGetshowurlAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaCfdaXtptAppGetshowurlAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaCfdaXtptAppGetshowurlAPIRequest) GetCode added in v1.2.0

GetCode Code Getter

func (*AlibabaCfdaXtptAppGetshowurlAPIRequest) SetCode added in v1.2.0

SetCode is Code Setter 码

type AlibabaCfdaXtptAppGetshowurlAPIResponse

type AlibabaCfdaXtptAppGetshowurlAPIResponse struct {
	model.CommonResponse
	AlibabaCfdaXtptAppGetshowurlAPIResponseModel
}

AlibabaCfdaXtptAppGetshowurlAPIResponse 协同平台码查询页面url API返回值 alibaba.cfda.xtpt.app.getshowurl

协同平台码查询页面url

type AlibabaCfdaXtptAppGetshowurlAPIResponseModel added in v1.2.0

type AlibabaCfdaXtptAppGetshowurlAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_cfda_xtpt_app_getshowurl_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// model
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// msgInfo
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// msgCode
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 状态
	HttpStatusCode int64 `json:"http_status_code,omitempty" xml:"http_status_code,omitempty"`
	// 是否成功
	MsgSuccess bool `json:"msg_success,omitempty" xml:"msg_success,omitempty"`
}

AlibabaCfdaXtptAppGetshowurlAPIResponseModel is 协同平台码查询页面url 成功返回结果

type Attrinfolist

type Attrinfolist struct {
	// 货品id
	TracUserProductInfoId string `json:"trac_user_product_info_id,omitempty" xml:"trac_user_product_info_id,omitempty"`
	// 属性名称
	AttrName string `json:"attr_name,omitempty" xml:"attr_name,omitempty"`
}

Attrinfolist 结构体

type BaseInfoDto

type BaseInfoDto struct {
	// 药品信息
	PhysicInfo string `json:"physic_info,omitempty" xml:"physic_info,omitempty"`
	// 企业id
	RefEntId string `json:"ref_ent_id,omitempty" xml:"ref_ent_id,omitempty"`
	// 药品包装规格
	PkgSpec string `json:"pkg_spec,omitempty" xml:"pkg_spec,omitempty"`
	// 药品制剂规格
	PrepnSpec string `json:"prepn_spec,omitempty" xml:"prepn_spec,omitempty"`
	// 药品制剂类型
	PrepnType string `json:"prepn_type,omitempty" xml:"prepn_type,omitempty"`
	// 药品通用名称
	PhysicName string `json:"physic_name,omitempty" xml:"physic_name,omitempty"`
	// 药品包装比例
	PkgRatio string `json:"pkg_ratio,omitempty" xml:"pkg_ratio,omitempty"`
	// 药品有效期至
	ExprieDate string `json:"exprie_date,omitempty" xml:"exprie_date,omitempty"`
	// 药品生产批次号
	ProduceBatchNo string `json:"produce_batch_no,omitempty" xml:"produce_batch_no,omitempty"`
	// 药品生产日期
	ProduceDate string `json:"produce_date,omitempty" xml:"produce_date,omitempty"`
	// 药品自类编码
	SubTypeNo string `json:"sub_type_no,omitempty" xml:"sub_type_no,omitempty"`
	// 药品编号
	ProductCode string `json:"product_code,omitempty" xml:"product_code,omitempty"`
	// 药品ID
	ProdId string `json:"prod_id,omitempty" xml:"prod_id,omitempty"`
	// 批准文号
	ApproveNo string `json:"approve_no,omitempty" xml:"approve_no,omitempty"`
	// 药品类型
	PhysicType string `json:"physic_type,omitempty" xml:"physic_type,omitempty"`
}

BaseInfoDto 结构体

type BaseInfosDto

type BaseInfosDto struct {
	// 药品基础信息
	BaseInfoList []BaseInfoDto `json:"base_info_list,omitempty" xml:"base_info_list>base_info_dto,omitempty"`
}

BaseInfosDto 结构体

type BatchProductInfoDto added in v1.2.0

type BatchProductInfoDto struct {
	// 生产企业名称
	EntName string `json:"ent_name,omitempty" xml:"ent_name,omitempty"`
	// 包装规格
	PkgSpec string `json:"pkg_spec,omitempty" xml:"pkg_spec,omitempty"`
	// 生产日期
	ProductDate string `json:"product_date,omitempty" xml:"product_date,omitempty"`
	// 生产批号
	ProduceBatchNo string `json:"produce_batch_no,omitempty" xml:"produce_batch_no,omitempty"`
	// 药品唯一ID
	DrugEntBaseId string `json:"drug_ent_base_id,omitempty" xml:"drug_ent_base_id,omitempty"`
	// 药品通用名
	PhysicName string `json:"physic_name,omitempty" xml:"physic_name,omitempty"`
	// 失效日期
	ExpireDate string `json:"expire_date,omitempty" xml:"expire_date,omitempty"`
	// 生产企业唯一ID
	RefEntId string `json:"ref_ent_id,omitempty" xml:"ref_ent_id,omitempty"`
	// 生产企业流水ID
	CurrEntId string `json:"curr_ent_id,omitempty" xml:"curr_ent_id,omitempty"`
	// 剂型
	PrepnType string `json:"prepn_type,omitempty" xml:"prepn_type,omitempty"`
	// 药品本位码
	SdcCode string `json:"sdc_code,omitempty" xml:"sdc_code,omitempty"`
	// 制剂规格
	PrepnSpec string `json:"prepn_spec,omitempty" xml:"prepn_spec,omitempty"`
	// 批准文号
	ApprovalLicenceNo string `json:"approval_licence_no,omitempty" xml:"approval_licence_no,omitempty"`
}

BatchProductInfoDto 结构体

type BillChkInOutDo

type BillChkInOutDo struct {
	// 单据类型
	BillType string `json:"bill_type,omitempty" xml:"bill_type,omitempty"`
	// 单号号码
	BillCode string `json:"bill_code,omitempty" xml:"bill_code,omitempty"`
	// 发货企业ID
	FromUserId string `json:"from_user_id,omitempty" xml:"from_user_id,omitempty"`
	// 企业名称
	RefUserName string `json:"ref_user_name,omitempty" xml:"ref_user_name,omitempty"`
	// 企业ID
	RefUserId string `json:"ref_user_id,omitempty" xml:"ref_user_id,omitempty"`
	// 生产日期
	ProduceDate string `json:"produce_date,omitempty" xml:"produce_date,omitempty"`
	// 上传文件名
	UploadFileName string `json:"upload_file_name,omitempty" xml:"upload_file_name,omitempty"`
	// 发货单位
	FromUserName string `json:"from_user_name,omitempty" xml:"from_user_name,omitempty"`
	// 收货单位
	ToUserId string `json:"to_user_id,omitempty" xml:"to_user_id,omitempty"`
	// 生产企业ID
	ProduceEntId string `json:"produce_ent_id,omitempty" xml:"produce_ent_id,omitempty"`
	// 单据时间
	BillTime string `json:"bill_time,omitempty" xml:"bill_time,omitempty"`
	// 角色类型
	UserRoleType string `json:"user_role_type,omitempty" xml:"user_role_type,omitempty"`
	// 处理日期
	ProcessDate string `json:"process_date,omitempty" xml:"process_date,omitempty"`
	// 单据ID
	BillId string `json:"bill_id,omitempty" xml:"bill_id,omitempty"`
	// 收货单位
	ToUserName string `json:"to_user_name,omitempty" xml:"to_user_name,omitempty"`
	// 代理企业
	AgentUserName string `json:"agent_user_name,omitempty" xml:"agent_user_name,omitempty"`
	// 代理企业ID
	AgentRefUserId string `json:"agent_ref_user_id,omitempty" xml:"agent_ref_user_id,omitempty"`
	// 单据类型
	BillTypeName string `json:"bill_type_name,omitempty" xml:"bill_type_name,omitempty"`
	// 收货单位ID
	ToRefUserId string `json:"to_ref_user_id,omitempty" xml:"to_ref_user_id,omitempty"`
	// 发货单位ID
	FromRefUserId string `json:"from_ref_user_id,omitempty" xml:"from_ref_user_id,omitempty"`
}

BillChkInOutDo 结构体

type BillDealStatusSearchDo

type BillDealStatusSearchDo struct {
	// 出入库号
	StoreInoutSeqNo string `json:"store_inout_seq_no,omitempty" xml:"store_inout_seq_no,omitempty"`
	// 文件名
	ShortFileName string `json:"short_file_name,omitempty" xml:"short_file_name,omitempty"`
	// 药品类型
	PhysicType string `json:"physic_type,omitempty" xml:"physic_type,omitempty"`
	// 上传文件名
	UploadFileName string `json:"upload_file_name,omitempty" xml:"upload_file_name,omitempty"`
	// 发货单位
	FromUserName string `json:"from_user_name,omitempty" xml:"from_user_name,omitempty"`
	// 角色类型
	RoleType string `json:"role_type,omitempty" xml:"role_type,omitempty"`
	// IC码
	IcCode string `json:"ic_code,omitempty" xml:"ic_code,omitempty"`
	// 企业名称
	RefUserName string `json:"ref_user_name,omitempty" xml:"ref_user_name,omitempty"`
	// 处理状态  0,处理中 1, 上传成功     3, 处理成功     4, 处理失败
	ResultType string `json:"result_type,omitempty" xml:"result_type,omitempty"`
	// 上传标识
	UploadFlag string `json:"upload_flag,omitempty" xml:"upload_flag,omitempty"`
	// 处理结果表状态(暂不用)
	ProcessFlag string `json:"process_flag,omitempty" xml:"process_flag,omitempty"`
	// 单号号
	BillCode string `json:"bill_code,omitempty" xml:"bill_code,omitempty"`
	// 单据类型
	BillType string `json:"bill_type,omitempty" xml:"bill_type,omitempty"`
	// 收货单位
	ToUserName string `json:"to_user_name,omitempty" xml:"to_user_name,omitempty"`
	// 发货单位主键
	FromUserId string `json:"from_user_id,omitempty" xml:"from_user_id,omitempty"`
	// 发货单位唯一标识
	FromRefUserId string `json:"from_ref_user_id,omitempty" xml:"from_ref_user_id,omitempty"`
	// 收货单位主键
	ToUserId string `json:"to_user_id,omitempty" xml:"to_user_id,omitempty"`
	// 用户唯一标识
	RefUserId string `json:"ref_user_id,omitempty" xml:"ref_user_id,omitempty"`
	// 收货单位唯一标识
	ToRefUserId string `json:"to_ref_user_id,omitempty" xml:"to_ref_user_id,omitempty"`
	// 用户主键
	UserId string `json:"user_id,omitempty" xml:"user_id,omitempty"`
	// 处理信息
	ProcessInfo string `json:"process_info,omitempty" xml:"process_info,omitempty"`
	// 创建日期
	CrtDate string `json:"crt_date,omitempty" xml:"crt_date,omitempty"`
	// 单据日期
	BillTime string `json:"bill_time,omitempty" xml:"bill_time,omitempty"`
	// 处理日期
	ProcessDate string `json:"process_date,omitempty" xml:"process_date,omitempty"`
}

BillDealStatusSearchDo 结构体

type BillIdentity

type BillIdentity struct {
	// 单据类型
	BillType string `json:"bill_type,omitempty" xml:"bill_type,omitempty"`
	// 单据iD
	BillId int64 `json:"bill_id,omitempty" xml:"bill_id,omitempty"`
}

BillIdentity 结构体

type BillInOutDetailDto

type BillInOutDetailDto struct {
	// 单据详情
	BillChkInOutDetailListDTOList []Billchkinoutdetaillistdtolist `` /* 140-byte string literal not displayed */
	// 修改时间
	ModDate string `json:"mod_date,omitempty" xml:"mod_date,omitempty"`
	// 处理时间
	ProcessDate string `json:"process_date,omitempty" xml:"process_date,omitempty"`
	// 单据日期
	BillTime string `json:"bill_time,omitempty" xml:"bill_time,omitempty"`
	// 收货企业id
	ToUserId string `json:"to_user_id,omitempty" xml:"to_user_id,omitempty"`
	// 收货企业名称
	ToEntName string `json:"to_ent_name,omitempty" xml:"to_ent_name,omitempty"`
	// 发货企业id
	FromUserId string `json:"from_user_id,omitempty" xml:"from_user_id,omitempty"`
	// 发货企业名称
	FromEntName string `json:"from_ent_name,omitempty" xml:"from_ent_name,omitempty"`
	// 单据类型名称
	BillTypeName string `json:"bill_type_name,omitempty" xml:"bill_type_name,omitempty"`
	// 单据类型
	BillType string `json:"bill_type,omitempty" xml:"bill_type,omitempty"`
	// 单据号码
	BillCode string `json:"bill_code,omitempty" xml:"bill_code,omitempty"`
	// 上传文件名称
	UploadFileName string `json:"upload_file_name,omitempty" xml:"upload_file_name,omitempty"`
}

BillInOutDetailDto 结构体

type BillInOutDto

type BillInOutDto struct {
	// 收货单位名称
	ToUserName string `json:"to_user_name,omitempty" xml:"to_user_name,omitempty"`
	// 发货单位名称
	FromUserName string `json:"from_user_name,omitempty" xml:"from_user_name,omitempty"`
	// 单据编号
	BillCode string `json:"bill_code,omitempty" xml:"bill_code,omitempty"`
	// 入出库时间
	BillTimeStr string `json:"bill_time_str,omitempty" xml:"bill_time_str,omitempty"`
	// 单据类型
	BillTypeStr string `json:"bill_type_str,omitempty" xml:"bill_type_str,omitempty"`
	// 文件名
	UploadFileName string `json:"upload_file_name,omitempty" xml:"upload_file_name,omitempty"`
	// 创建时间
	CrtDate string `json:"crt_date,omitempty" xml:"crt_date,omitempty"`
	// 送达日期
	EtlTime string `json:"etl_time,omitempty" xml:"etl_time,omitempty"`
	// 是否匹配
	OrderIsMatched string `json:"order_is_matched,omitempty" xml:"order_is_matched,omitempty"`
	// 代理物流企业
	AgentUserName string `json:"agent_user_name,omitempty" xml:"agent_user_name,omitempty"`
	// 代理物流企业ID
	AgentRefUserId string `json:"agent_ref_user_id,omitempty" xml:"agent_ref_user_id,omitempty"`
	// 收货企业ID
	ToUserId string `json:"to_user_id,omitempty" xml:"to_user_id,omitempty"`
	// 发货企业ID
	FromUserId string `json:"from_user_id,omitempty" xml:"from_user_id,omitempty"`
	// 货主
	RefUserId string `json:"ref_user_id,omitempty" xml:"ref_user_id,omitempty"`
	// 药品标识
	DrugEntBaseInfoId string `json:"drug_ent_base_info_id,omitempty" xml:"drug_ent_base_info_id,omitempty"`
	// 单据处理日期
	ProcessDate string `json:"process_date,omitempty" xml:"process_date,omitempty"`
	// 单据时间
	BillTime string `json:"bill_time,omitempty" xml:"bill_time,omitempty"`
	// 生产日期
	ProduceDate string `json:"produce_date,omitempty" xml:"produce_date,omitempty"`
	// 有效期
	ExprieDate string `json:"exprie_date,omitempty" xml:"exprie_date,omitempty"`
	// 制剂数量
	RemnantCount string `json:"remnant_count,omitempty" xml:"remnant_count,omitempty"`
	// 码数量
	CodeCount string `json:"code_count,omitempty" xml:"code_count,omitempty"`
	// produceBatchNo
	ProduceBatchNo string `json:"produce_batch_no,omitempty" xml:"produce_batch_no,omitempty"`
	// 旧单据id
	OldBillId string `json:"old_bill_id,omitempty" xml:"old_bill_id,omitempty"`
	// billType
	BillType string `json:"bill_type,omitempty" xml:"bill_type,omitempty"`
	// 单据id
	BillId string `json:"bill_id,omitempty" xml:"bill_id,omitempty"`
}

BillInOutDto 结构体

type BillUpOutDetailDo

type BillUpOutDetailDo struct {
	// 发货单位
	FromEntName string `json:"from_ent_name,omitempty" xml:"from_ent_name,omitempty"`
	// 失效日期
	ExprieDate string `json:"exprie_date,omitempty" xml:"exprie_date,omitempty"`
	// 厂商
	ProduceEntName string `json:"produce_ent_name,omitempty" xml:"produce_ent_name,omitempty"`
	// 生产日期
	ProduceDate string `json:"produce_date,omitempty" xml:"produce_date,omitempty"`
	// 生产批号
	ProduceBatchNo string `json:"produce_batch_no,omitempty" xml:"produce_batch_no,omitempty"`
	// 包装规格
	PkgSpec string `json:"pkg_spec,omitempty" xml:"pkg_spec,omitempty"`
	// 药品信息
	PhysicInfo string `json:"physic_info,omitempty" xml:"physic_info,omitempty"`
	// 药品名称
	PhysicName string `json:"physic_name,omitempty" xml:"physic_name,omitempty"`
	// 发货单位REF_ENT_ID
	FromRefUserId string `json:"from_ref_user_id,omitempty" xml:"from_ref_user_id,omitempty"`
	// 收货单位REF_ENT_ID
	ToRefUserId string `json:"to_ref_user_id,omitempty" xml:"to_ref_user_id,omitempty"`
	// 单据时间
	BillTime string `json:"bill_time,omitempty" xml:"bill_time,omitempty"`
	// 单据码
	BillCode string `json:"bill_code,omitempty" xml:"bill_code,omitempty"`
	// 单据类型
	BillType string `json:"bill_type,omitempty" xml:"bill_type,omitempty"`
	// 发货企业
	ToUserName string `json:"to_user_name,omitempty" xml:"to_user_name,omitempty"`
	// 收货企业
	FromUserName string `json:"from_user_name,omitempty" xml:"from_user_name,omitempty"`
	// 失效日期格式化
	ExprieDateFormat string `json:"exprie_date_format,omitempty" xml:"exprie_date_format,omitempty"`
	// 单据时间格式化
	BillTimeFormat string `json:"bill_time_format,omitempty" xml:"bill_time_format,omitempty"`
	// 制剂规格
	PrepnSpec string `json:"prepn_spec,omitempty" xml:"prepn_spec,omitempty"`
	// 药品ID
	DrugEntBaseInfoId string `json:"drug_ent_base_info_id,omitempty" xml:"drug_ent_base_info_id,omitempty"`
	// 生产日期格式化
	ProduceDateFormat string `json:"produce_date_format,omitempty" xml:"produce_date_format,omitempty"`
	// 确认状态1未确认2已确认
	Status string `json:"status,omitempty" xml:"status,omitempty"`
	// 收货企业ent_id
	ToUserId string `json:"to_user_id,omitempty" xml:"to_user_id,omitempty"`
	// 发货企业ent_id
	FromUserId string `json:"from_user_id,omitempty" xml:"from_user_id,omitempty"`
	// 最小码量
	CodeCount int64 `json:"code_count,omitempty" xml:"code_count,omitempty"`
	// 制剂数量
	PrepnCount int64 `json:"prepn_count,omitempty" xml:"prepn_count,omitempty"`
	// 单据ID
	BillOutId int64 `json:"bill_out_id,omitempty" xml:"bill_out_id,omitempty"`
	// 制剂单位
	PrepnUnit int64 `json:"prepn_unit,omitempty" xml:"prepn_unit,omitempty"`
}

BillUpOutDetailDo 结构体

type BillUpOutDetailDto

type BillUpOutDetailDto struct {
	// 药品信息数据
	DrugInfosDtoList []DrugInfosDto `json:"drug_infos_dto_list,omitempty" xml:"drug_infos_dto_list>drug_infos_dto,omitempty"`
	// 单据编码
	BillCode string `json:"bill_code,omitempty" xml:"bill_code,omitempty"`
	// 单据类型描述
	BillTypeName string `json:"bill_type_name,omitempty" xml:"bill_type_name,omitempty"`
	// 单据类型
	BillType string `json:"bill_type,omitempty" xml:"bill_type,omitempty"`
	// 发货企业名称
	EntSendName string `json:"ent_send_name,omitempty" xml:"ent_send_name,omitempty"`
	// 发货企业的ref_ent_id
	EntSendId string `json:"ent_send_id,omitempty" xml:"ent_send_id,omitempty"`
	// 收货企业名称
	EntRecvName string `json:"ent_recv_name,omitempty" xml:"ent_recv_name,omitempty"`
	// 收货企业ref_ent_id
	EntRecvId string `json:"ent_recv_id,omitempty" xml:"ent_recv_id,omitempty"`
	// 单据日期
	StoreOutDate string `json:"store_out_date,omitempty" xml:"store_out_date,omitempty"`
	// 最后更新时间
	UpdateDate string `json:"update_date,omitempty" xml:"update_date,omitempty"`
}

BillUpOutDetailDto 结构体

type BillUpstreamDto added in v1.2.0

type BillUpstreamDto struct {
	// 发货企业名称
	FromUserName string `json:"from_user_name,omitempty" xml:"from_user_name,omitempty"`
	// 单据时间
	BillTime string `json:"bill_time,omitempty" xml:"bill_time,omitempty"`
	// 货主
	RefUserId string `json:"ref_user_id,omitempty" xml:"ref_user_id,omitempty"`
	// 发货企业ID
	FromUserId string `json:"from_user_id,omitempty" xml:"from_user_id,omitempty"`
	// 单据类型
	BillType string `json:"bill_type,omitempty" xml:"bill_type,omitempty"`
	// 收货企业名称
	ToUserName string `json:"to_user_name,omitempty" xml:"to_user_name,omitempty"`
	// 单据号
	BillCode string `json:"bill_code,omitempty" xml:"bill_code,omitempty"`
	// 收货企业ID
	ToUserId string `json:"to_user_id,omitempty" xml:"to_user_id,omitempty"`
	// 收货企业REF_ENT_ID
	ToRefUserId string `json:"to_ref_user_id,omitempty" xml:"to_ref_user_id,omitempty"`
	// 发货企业REF_ENT_ID
	FromRefUserId string `json:"from_ref_user_id,omitempty" xml:"from_ref_user_id,omitempty"`
}

BillUpstreamDto 结构体

type Billchkinoutdetaillistdtolist

type Billchkinoutdetaillistdtolist struct {
	// 码列表
	CodeAndParentList []Codeandparentlist `json:"code_and_parent_list,omitempty" xml:"code_and_parent_list>codeandparentlist,omitempty"`
	// 有效期至
	ExpiredDate string `json:"expired_date,omitempty" xml:"expired_date,omitempty"`
	// 生产企业名称
	ProduceEntName string `json:"produce_ent_name,omitempty" xml:"produce_ent_name,omitempty"`
	// 子类编码
	ProdCode string `json:"prod_code,omitempty" xml:"prod_code,omitempty"`
	// 子类编码前7位
	ProductCode string `json:"product_code,omitempty" xml:"product_code,omitempty"`
	// 生产日期
	ProduceDate string `json:"produce_date,omitempty" xml:"produce_date,omitempty"`
	// 批次号
	ProductBatchNo string `json:"product_batch_no,omitempty" xml:"product_batch_no,omitempty"`
	// 药品id
	DrugEntBaseInfoId string `json:"drug_ent_base_info_id,omitempty" xml:"drug_ent_base_info_id,omitempty"`
	// 药品名称
	PhysicName string `json:"physic_name,omitempty" xml:"physic_name,omitempty"`
	// 制剂单位
	PreparationsUnit string `json:"preparations_unit,omitempty" xml:"preparations_unit,omitempty"`
	// 包装规格
	TempPkgSpec string `json:"temp_pkg_spec,omitempty" xml:"temp_pkg_spec,omitempty"`
	// 最小制剂数量
	MinPreparationsCount string `json:"min_preparations_count,omitempty" xml:"min_preparations_count,omitempty"`
	// 最小包装数量
	MinPkgCount string `json:"min_pkg_count,omitempty" xml:"min_pkg_count,omitempty"`
	// 药品类型名称
	PhysicTypeName string `json:"physic_type_name,omitempty" xml:"physic_type_name,omitempty"`
	// 药品类型编码
	PhysicType string `json:"physic_type,omitempty" xml:"physic_type,omitempty"`
	// 国药准字
	ApproveNo string `json:"approve_no,omitempty" xml:"approve_no,omitempty"`
}

Billchkinoutdetaillistdtolist 结构体

type BlindFileProcessResultDto

type BlindFileProcessResultDto struct {
	// 企业名称
	RefEntId string `json:"ref_ent_id,omitempty" xml:"ref_ent_id,omitempty"`
	// 文件名称
	BlindFileName string `json:"blind_file_name,omitempty" xml:"blind_file_name,omitempty"`
	// 处理状态 (0:处理成功,1:处理失败,2:正在处理,3:待处理)
	ProcessStatus string `json:"process_status,omitempty" xml:"process_status,omitempty"`
	// 失败原因
	FailReason string `json:"fail_reason,omitempty" xml:"fail_reason,omitempty"`
}

BlindFileProcessResultDto 结构体

type Childcodes

type Childcodes struct {
	// 子码级别
	Code string `json:"code,omitempty" xml:"code,omitempty"`
	// 子码
	PkgLevel int64 `json:"pkg_level,omitempty" xml:"pkg_level,omitempty"`
}

Childcodes 结构体

type CodeActiveInfoDto

type CodeActiveInfoDto struct {
	// 处理标志
	ProcessFlag string `json:"process_flag,omitempty" xml:"process_flag,omitempty"`
	// 状态
	Status string `json:"status,omitempty" xml:"status,omitempty"`
	// 关联关系类型
	RelationType string `json:"relation_type,omitempty" xml:"relation_type,omitempty"`
	// 紧急人
	UserCert string `json:"user_cert,omitempty" xml:"user_cert,omitempty"`
	// 生产编号
	ProdCode string `json:"prod_code,omitempty" xml:"prod_code,omitempty"`
	// 操作人姓名
	OperIcName string `json:"oper_ic_name,omitempty" xml:"oper_ic_name,omitempty"`
	// 上传文件名
	UploadFileName string `json:"upload_file_name,omitempty" xml:"upload_file_name,omitempty"`
	// 上传文件路径
	UploadFilePath string `json:"upload_file_path,omitempty" xml:"upload_file_path,omitempty"`
	// 激活时间
	ActiveDate string `json:"active_date,omitempty" xml:"active_date,omitempty"`
	// 企业ID
	RefEntId string `json:"ref_ent_id,omitempty" xml:"ref_ent_id,omitempty"`
	// 旧企业ID
	EntId string `json:"ent_id,omitempty" xml:"ent_id,omitempty"`
	// 处理日期
	ProcessDate string `json:"process_date,omitempty" xml:"process_date,omitempty"`
	// 处理结束时间
	ProcessEndDate string `json:"process_end_date,omitempty" xml:"process_end_date,omitempty"`
	// 操作人编码
	OperIcCode string `json:"oper_ic_code,omitempty" xml:"oper_ic_code,omitempty"`
	// 上传标识
	UploadFlag string `json:"upload_flag,omitempty" xml:"upload_flag,omitempty"`
	// 激活时间
	CrtDate string `json:"crt_date,omitempty" xml:"crt_date,omitempty"`
	// 处理数量
	ProcessCount string `json:"process_count,omitempty" xml:"process_count,omitempty"`
	// 关联关系文件上传日期
	CrtDateString string `json:"crt_date_string,omitempty" xml:"crt_date_string,omitempty"`
	// 单据id
	BillInId string `json:"bill_in_id,omitempty" xml:"bill_in_id,omitempty"`
	// 激活信息id
	CodeActiveInfoId string `json:"code_active_info_id,omitempty" xml:"code_active_info_id,omitempty"`
	// 总激活数量
	ActiveCount int64 `json:"active_count,omitempty" xml:"active_count,omitempty"`
	// 最大包装数量
	OtherNum int64 `json:"other_num,omitempty" xml:"other_num,omitempty"`
	// 小码数量
	SmallNum int64 `json:"small_num,omitempty" xml:"small_num,omitempty"`
}

CodeActiveInfoDto 结构体

type CodeActiveInfoListApiDto

type CodeActiveInfoListApiDto struct {
	// 包装比例
	PkgRatio string `json:"pkg_ratio,omitempty" xml:"pkg_ratio,omitempty"`
}

CodeActiveInfoListApiDto 结构体

type CodeActiveProcessDto

type CodeActiveProcessDto struct {
	// 错误码信息
	NoteInfo string `json:"note_info,omitempty" xml:"note_info,omitempty"`
	// 删除原因
	DeleteReason string `json:"delete_reason,omitempty" xml:"delete_reason,omitempty"`
	// 操作人
	OperName string `json:"oper_name,omitempty" xml:"oper_name,omitempty"`
	// 码
	PiatsCode string `json:"piats_code,omitempty" xml:"piats_code,omitempty"`
	// 处理日期
	ProcessDate string `json:"process_date,omitempty" xml:"process_date,omitempty"`
	// 企业ID
	RefEntId string `json:"ref_ent_id,omitempty" xml:"ref_ent_id,omitempty"`
	// 处理错误原因
	ProcessDes string `json:"process_des,omitempty" xml:"process_des,omitempty"`
	// 关联关系文件名
	FileName string `json:"file_name,omitempty" xml:"file_name,omitempty"`
	// 处理状态
	ProcessFlag string `json:"process_flag,omitempty" xml:"process_flag,omitempty"`
	// 上传时间
	UploadDate string `json:"upload_date,omitempty" xml:"upload_date,omitempty"`
	// 上传状态
	UploadFlag string `json:"upload_flag,omitempty" xml:"upload_flag,omitempty"`
	// 有效期至
	ExprieDate string `json:"exprie_date,omitempty" xml:"exprie_date,omitempty"`
	// 生产时间
	ProduceDate string `json:"produce_date,omitempty" xml:"produce_date,omitempty"`
	// 最小赋码包装单位编码
	PkgUnitCode string `json:"pkg_unit_code,omitempty" xml:"pkg_unit_code,omitempty"`
	// 小码数量
	SmallNum string `json:"small_num,omitempty" xml:"small_num,omitempty"`
	// 最大包装数量
	OtherNum string `json:"other_num,omitempty" xml:"other_num,omitempty"`
	// 激活数量
	ActiveCount string `json:"active_count,omitempty" xml:"active_count,omitempty"`
	// 制剂规格
	PrepnSpec string `json:"prepn_spec,omitempty" xml:"prepn_spec,omitempty"`
	// 包装比例
	PkgRatio string `json:"pkg_ratio,omitempty" xml:"pkg_ratio,omitempty"`
	// 最小赋码包装单位描述
	PkgUnitDesc string `json:"pkg_unit_desc,omitempty" xml:"pkg_unit_desc,omitempty"`
	// 包装规格
	PkgSpec string `json:"pkg_spec,omitempty" xml:"pkg_spec,omitempty"`
	// 药品批号
	ProduceBatchNo string `json:"produce_batch_no,omitempty" xml:"produce_batch_no,omitempty"`
	// 剂型描述
	PrepnTypeDesc string `json:"prepn_type_desc,omitempty" xml:"prepn_type_desc,omitempty"`
	// 药品通用名
	PhysicName string `json:"physic_name,omitempty" xml:"physic_name,omitempty"`
	// 药品信息
	PhysicInfo string `json:"physic_info,omitempty" xml:"physic_info,omitempty"`
	// 生产企业标识
	ProdSeqNo string `json:"prod_seq_no,omitempty" xml:"prod_seq_no,omitempty"`
	// 激活信息主键
	ActiveInfoSeqNo string `json:"active_info_seq_no,omitempty" xml:"active_info_seq_no,omitempty"`
	// 制剂单位
	PrepnUnit int64 `json:"prepn_unit,omitempty" xml:"prepn_unit,omitempty"`
}

CodeActiveProcessDto 结构体

type CodeActiveStatusDto

type CodeActiveStatusDto struct {
	// 码段
	ResProdCode string `json:"res_prod_code,omitempty" xml:"res_prod_code,omitempty"`
	// 最后激活时间,到毫秒时间timeMills方式
	ActiveTime int64 `json:"active_time,omitempty" xml:"active_time,omitempty"`
}

CodeActiveStatusDto 结构体

type CodeDrugInfoDto added in v1.2.0

type CodeDrugInfoDto struct {
	// 追溯码
	Code string `json:"code,omitempty" xml:"code,omitempty"`
	// 码生产信息对象
	CodeProduceInfoDTO *CodeProduceInfoDto `json:"code_produce_info_d_t_o,omitempty" xml:"code_produce_info_d_t_o,omitempty"`
	// 药品基本信息对象
	DrugEntBaseDTO *DrugEntBaseDto `json:"drug_ent_base_d_t_o,omitempty" xml:"drug_ent_base_d_t_o,omitempty"`
}

CodeDrugInfoDto 结构体

type CodeFullInfoDto

type CodeFullInfoDto struct {
	// 字段校验,1、本位码为空/疑似有误:空、连续7位数(含)为同一数字、循环数字; 2、有效期至疑似有误:不符合平台任意效期计算规则的数据(1.生产日期+有效期后的当天;2.生产日期+有效期后的前一天;3.生产日期+有效期后的上个月的最后一天;4.生产日期+有效期后的本月最后一天);3、制剂规格疑似有误:被标记有误的数据
	ValidationRuleList []Validationruledtos `json:"validation_rule_list,omitempty" xml:"validation_rule_list>validationruledtos,omitempty"`
	// 单据流向信息
	BillInOutDTOS []BillInOutDto `json:"bill_in_out_d_t_o_s,omitempty" xml:"bill_in_out_d_t_o_s>bill_in_out_dto,omitempty"`
	// 表示成功
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 追溯码
	Code string `json:"code,omitempty" xml:"code,omitempty"`
	// 返回信息
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 码包装层级
	PackageLevel int64 `json:"package_level,omitempty" xml:"package_level,omitempty"`
	// 码生产信息对象
	CodeProduceInfoDTO *CodeProduceInfoDto `json:"code_produce_info_d_t_o,omitempty" xml:"code_produce_info_d_t_o,omitempty"`
	// 药品基本信息对象
	DrugEntBaseDTO *DrugEntBaseDto `json:"drug_ent_base_d_t_o,omitempty" xml:"drug_ent_base_d_t_o,omitempty"`
	// 企业信息对象
	PUserEntDTO *PUserEntDto `json:"p_user_ent_d_t_o,omitempty" xml:"p_user_ent_d_t_o,omitempty"`
	// 追溯码状态对象
	CodeStatusTypeDTO *CodeStatusTypeDto `json:"code_status_type_d_t_o,omitempty" xml:"code_status_type_d_t_o,omitempty"`
	// 码激活信息
	CodeActiveInfoListApiDTO *CodeActiveInfoListApiDto `json:"code_active_info_list_api_d_t_o,omitempty" xml:"code_active_info_list_api_d_t_o,omitempty"`
	// 结果
	Model *CodeFullInfoDto `json:"model,omitempty" xml:"model,omitempty"`
	// 调用结果
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

CodeFullInfoDto 结构体

type CodeInfo

type CodeInfo struct {
	// 码状态
	Status string `json:"status,omitempty" xml:"status,omitempty"`
	// 追溯码
	Code string `json:"code,omitempty" xml:"code,omitempty"`
	// 码等级
	CodeLevel string `json:"code_level,omitempty" xml:"code_level,omitempty"`
	// 父码
	ParentCode string `json:"parent_code,omitempty" xml:"parent_code,omitempty"`
	// 码包装等级
	CodePackLevel string `json:"code_pack_level,omitempty" xml:"code_pack_level,omitempty"`
}

CodeInfo 结构体

type CodeInfoListDto

type CodeInfoListDto struct {
	// 制剂规格
	PrepnSpec string `json:"prepn_spec,omitempty" xml:"prepn_spec,omitempty"`
	// 最小制剂数量
	PrepnAmount string `json:"prepn_amount,omitempty" xml:"prepn_amount,omitempty"`
	// 最小包装数量
	PkgAmount string `json:"pkg_amount,omitempty" xml:"pkg_amount,omitempty"`
	// 监管码级别
	CodeLevel string `json:"code_level,omitempty" xml:"code_level,omitempty"`
	// 监管码
	Code string `json:"code,omitempty" xml:"code,omitempty"`
}

CodeInfoListDto 结构体

type CodeProduceInfoDto

type CodeProduceInfoDto struct {
	// 生产信息集合
	ProduceInfoList []ProduceInfoDto `json:"produce_info_list,omitempty" xml:"produce_info_list>produce_info_dto,omitempty"`
	// 码生产日期
	ProduceDate string `json:"produce_date,omitempty" xml:"produce_date,omitempty"`
	// 码批次号
	ProduceBatchNo string `json:"produce_batch_no,omitempty" xml:"produce_batch_no,omitempty"`
	// 码生产信息id
	ProduceInfoId string `json:"produce_info_id,omitempty" xml:"produce_info_id,omitempty"`
	// 包装比例
	PkgRatio string `json:"pkg_ratio,omitempty" xml:"pkg_ratio,omitempty"`
	// 产品序列码
	ProdSeqNo string `json:"prod_seq_no,omitempty" xml:"prod_seq_no,omitempty"`
	// 企业唯一标识
	ProductRefEntId string `json:"product_ref_ent_id,omitempty" xml:"product_ref_ent_id,omitempty"`
	// 企业主键ID
	ProductEntId string `json:"product_ent_id,omitempty" xml:"product_ent_id,omitempty"`
	// 企业名称
	ProductEntName string `json:"product_ent_name,omitempty" xml:"product_ent_name,omitempty"`
	// 制剂单位类型描述
	PrepnUnitDesc string `json:"prepn_unit_desc,omitempty" xml:"prepn_unit_desc,omitempty"`
	// 药品信息
	PhysicInfo string `json:"physic_info,omitempty" xml:"physic_info,omitempty"`
	// 包装规格
	PkgSpec string `json:"pkg_spec,omitempty" xml:"pkg_spec,omitempty"`
	// 药品类型(详见码表) 1:特殊药品原料药,2:特殊药品制剂,3:普通药品,9:未分类
	PhysicType string `json:"physic_type,omitempty" xml:"physic_type,omitempty"`
	// 生产企业名称
	ProduceEntName string `json:"produce_ent_name,omitempty" xml:"produce_ent_name,omitempty"`
	// 企业唯一标识
	RefEntId string `json:"ref_ent_id,omitempty" xml:"ref_ent_id,omitempty"`
	// 进口许可证
	LicenceNo string `json:"licence_no,omitempty" xml:"licence_no,omitempty"`
	// 代理企业id
	AgentEntId string `json:"agent_ent_id,omitempty" xml:"agent_ent_id,omitempty"`
	// 包装企业id
	PackEntId string `json:"pack_ent_id,omitempty" xml:"pack_ent_id,omitempty"`
	// 生产企业id
	ProduceEntId string `json:"produce_ent_id,omitempty" xml:"produce_ent_id,omitempty"`
	// 生产企业id
	ApprovalNo string `json:"approval_no,omitempty" xml:"approval_no,omitempty"`
	// 授权企业id
	AuthrizerEntId string `json:"authrizer_ent_id,omitempty" xml:"authrizer_ent_id,omitempty"`
	// 药品商品基本信息标识
	DrugEntBaseInfoId string `json:"drug_ent_base_info_id,omitempty" xml:"drug_ent_base_info_id,omitempty"`
	// 当前企业id
	CurrEntId string `json:"curr_ent_id,omitempty" xml:"curr_ent_id,omitempty"`
	// 有效期至
	ExprieDate string `json:"exprie_date,omitempty" xml:"exprie_date,omitempty"`
	// 制剂单位类型(详见码表)
	PrepnUnit int64 `json:"prepn_unit,omitempty" xml:"prepn_unit,omitempty"`
	// 最小制剂数量,单个
	PkgNum int64 `json:"pkg_num,omitempty" xml:"pkg_num,omitempty"`
	// 最小制剂数量的总数
	SmallMeasureNum int64 `json:"small_measure_num,omitempty" xml:"small_measure_num,omitempty"`
	// 该生产信息对应的最小包装数量
	SmallPkgNum int64 `json:"small_pkg_num,omitempty" xml:"small_pkg_num,omitempty"`
}

CodeProduceInfoDto 结构体

type CodeQueryDrugInfoDto

type CodeQueryDrugInfoDto struct {
	// 药品信息列表
	InfoList []CodeFullInfoDto `json:"info_list,omitempty" xml:"info_list>code_full_info_dto,omitempty"`
}

CodeQueryDrugInfoDto 结构体

type CodeQueryFlows

type CodeQueryFlows struct {
	// 入库单委托单位
	FromAssRefEntname string `json:"from_ass_ref_entname,omitempty" xml:"from_ass_ref_entname,omitempty"`
	// 出库日期
	OutDate string `json:"out_date,omitempty" xml:"out_date,omitempty"`
	// 企业名称
	EntName string `json:"ent_name,omitempty" xml:"ent_name,omitempty"`
	// 出库单委托单位
	ToAssRefEntName string `json:"to_ass_ref_ent_name,omitempty" xml:"to_ass_ref_ent_name,omitempty"`
	// 级别,0:生产,1:一级经销商,2:二级经销商,3:三级经销商
	Level string `json:"level,omitempty" xml:"level,omitempty"`
	// 入库日期
	InDate string `json:"in_date,omitempty" xml:"in_date,omitempty"`
	// 出库单类型
	OutType string `json:"out_type,omitempty" xml:"out_type,omitempty"`
	// 出库单委托企业ID
	ToAssRefEntId string `json:"to_ass_ref_ent_id,omitempty" xml:"to_ass_ref_ent_id,omitempty"`
	// 企业类型
	EntType string `json:"ent_type,omitempty" xml:"ent_type,omitempty"`
	// 是否授权
	Authority string `json:"authority,omitempty" xml:"authority,omitempty"`
	// 企业ID
	RefEntId string `json:"ref_ent_id,omitempty" xml:"ref_ent_id,omitempty"`
	// 企业类型code
	EntTypeCode string `json:"ent_type_code,omitempty" xml:"ent_type_code,omitempty"`
	// 行政区域
	Region string `json:"region,omitempty" xml:"region,omitempty"`
	// 入库类型
	InType string `json:"in_type,omitempty" xml:"in_type,omitempty"`
	// 入库委托企业ID
	FromAssRefEntId string `json:"from_ass_ref_ent_id,omitempty" xml:"from_ass_ref_ent_id,omitempty"`
}

CodeQueryFlows 结构体

type CodeRelationDetailDto

type CodeRelationDetailDto struct {
	// 关系详情列表
	CodeRelationDetailList []CodeRelationDetailListDo `json:"code_relation_detail_list,omitempty" xml:"code_relation_detail_list>code_relation_detail_list_do,omitempty"`
	// 文件信息
	CodeRelationDetailInfo *CodeRelationDetailInfoDo `json:"code_relation_detail_info,omitempty" xml:"code_relation_detail_info,omitempty"`
}

CodeRelationDetailDto 结构体

type CodeRelationDetailInfoDo

type CodeRelationDetailInfoDo struct {
	// 处理日期
	ProcessDate string `json:"process_date,omitempty" xml:"process_date,omitempty"`
	// 关联模式[2 后关联]
	RelationType string `json:"relation_type,omitempty" xml:"relation_type,omitempty"`
	// 备注
	Note string `json:"note,omitempty" xml:"note,omitempty"`
	// 处理状态[1.待处理  3.处理成功 4.处理失败 ]
	ProcessFlag string `json:"process_flag,omitempty" xml:"process_flag,omitempty"`
	// 上传者证书号
	UserCert string `json:"user_cert,omitempty" xml:"user_cert,omitempty"`
	// 操作者姓名
	OperIcName string `json:"oper_ic_name,omitempty" xml:"oper_ic_name,omitempty"`
	// 操作者编号
	OperIcCode string `json:"oper_ic_code,omitempty" xml:"oper_ic_code,omitempty"`
	// 关联关系文件名
	FileName string `json:"file_name,omitempty" xml:"file_name,omitempty"`
	// 上传状态
	UploadFlag string `json:"upload_flag,omitempty" xml:"upload_flag,omitempty"`
	// 上传日期
	CrtDate string `json:"crt_date,omitempty" xml:"crt_date,omitempty"`
	// 建立日期
	ActiveDate string `json:"active_date,omitempty" xml:"active_date,omitempty"`
	// 最大包装数量
	OtherNum string `json:"other_num,omitempty" xml:"other_num,omitempty"`
	// 小码数量
	SmallNum string `json:"small_num,omitempty" xml:"small_num,omitempty"`
	// 激活数量(激活总量)
	ActiveCount string `json:"active_count,omitempty" xml:"active_count,omitempty"`
	// 激活方式
	ActiveMethod string `json:"active_method,omitempty" xml:"active_method,omitempty"`
	// 追溯码申请单
	ApplySeqNo string `json:"apply_seq_no,omitempty" xml:"apply_seq_no,omitempty"`
	// 码激活文件上传信息标识
	CodeActiveInfoId string `json:"code_active_info_id,omitempty" xml:"code_active_info_id,omitempty"`
	// 企业id
	EntId string `json:"ent_id,omitempty" xml:"ent_id,omitempty"`
}

CodeRelationDetailInfoDo 结构体

type CodeRelationDetailListDo

type CodeRelationDetailListDo struct {
	// 包装规格= 数量+ 制剂单位/包装单位
	PkgSpec string `json:"pkg_spec,omitempty" xml:"pkg_spec,omitempty"`
	// 制剂数量
	BatchNum string `json:"batch_num,omitempty" xml:"batch_num,omitempty"`
	// 生产负责人
	DutyMan string `json:"duty_man,omitempty" xml:"duty_man,omitempty"`
	// 激活数量(激活总量)
	ActiveCount string `json:"active_count,omitempty" xml:"active_count,omitempty"`
	// 最大包装数量
	OtherNum string `json:"other_num,omitempty" xml:"other_num,omitempty"`
	// 小码数量
	SmallNum string `json:"small_num,omitempty" xml:"small_num,omitempty"`
	// 生产线
	ProduceLine string `json:"produce_line,omitempty" xml:"produce_line,omitempty"`
	// 生产车间
	ProduceFactory string `json:"produce_factory,omitempty" xml:"produce_factory,omitempty"`
	// 包装比例信息
	PkgRatio string `json:"pkg_ratio,omitempty" xml:"pkg_ratio,omitempty"`
	// 生产日期
	ProduceDate string `json:"produce_date,omitempty" xml:"produce_date,omitempty"`
	// 有效期至
	ExprieDate string `json:"exprie_date,omitempty" xml:"exprie_date,omitempty"`
	// 生产批次号
	ProduceBatchNo string `json:"produce_batch_no,omitempty" xml:"produce_batch_no,omitempty"`
	// 药品商品基本信息标识
	DrugId string `json:"drug_id,omitempty" xml:"drug_id,omitempty"`
	// 关联关系文件信息标识
	CodeActiveInfoId string `json:"code_active_info_id,omitempty" xml:"code_active_info_id,omitempty"`
	// 药品激活信息标识
	CodeActiveInfoListId string `json:"code_active_info_list_id,omitempty" xml:"code_active_info_list_id,omitempty"`
	// 包装单位
	PkgUnitDesc string `json:"pkg_unit_desc,omitempty" xml:"pkg_unit_desc,omitempty"`
	// 制剂单位
	PrepnUnitDesc string `json:"prepn_unit_desc,omitempty" xml:"prepn_unit_desc,omitempty"`
}

CodeRelationDetailListDo 结构体

type CodeRelationDto added in v1.1.4

type CodeRelationDto struct {
	// 码关联关系
	CodeRelationList []CodeInfo `json:"code_relation_list,omitempty" xml:"code_relation_list>code_info,omitempty"`
	// 生产信息
	ProduceInfoList []ProduceInfoDto `json:"produce_info_list,omitempty" xml:"produce_info_list>produce_info_dto,omitempty"`
	// 是否是最小包装
	IsSmallest string `json:"is_smallest,omitempty" xml:"is_smallest,omitempty"`
	// 追溯码;查询的码
	Code string `json:"code,omitempty" xml:"code,omitempty"`
	// 父码
	ParentCode string `json:"parent_code,omitempty" xml:"parent_code,omitempty"`
	// 码级别
	CodeLevel string `json:"code_level,omitempty" xml:"code_level,omitempty"`
	// 包装级别
	CodePackLevel string `json:"code_pack_level,omitempty" xml:"code_pack_level,omitempty"`
	// 码状态
	Status string `json:"status,omitempty" xml:"status,omitempty"`
	// errorCodeContent
	ErrorCodeContent string `json:"error_code_content,omitempty" xml:"error_code_content,omitempty"`
	// 激活信息
	CodeActiveInfoDto *CodeActiveInfoDto `json:"code_active_info_dto,omitempty" xml:"code_active_info_dto,omitempty"`
	// 药品包装信息
	PkgInfoDto *PkgInfoDto `json:"pkg_info_dto,omitempty" xml:"pkg_info_dto,omitempty"`
	// 药品基础信息
	BaseInfosDto *BaseInfosDto `json:"base_infos_dto,omitempty" xml:"base_infos_dto,omitempty"`
	// 激活信息
	CodeActiveInfoDTO *CodeActiveInfoDto `json:"code_active_info_d_t_o,omitempty" xml:"code_active_info_d_t_o,omitempty"`
	// 药品包装信息
	PkgInfoDTO *PkgInfoDto `json:"pkg_info_d_t_o,omitempty" xml:"pkg_info_d_t_o,omitempty"`
	// 药品基础信息
	BaseInfosDTO *BaseInfosDto `json:"base_infos_d_t_o,omitempty" xml:"base_infos_d_t_o,omitempty"`
	// 装箱数量;小盒码,返回1;中包码,返回实际小盒数量;大箱码,返回实际小盒数量
	BoxAmount int64 `json:"box_amount,omitempty" xml:"box_amount,omitempty"`
	// 大箱或中包状态;若扫描的是小盒码,直接返回正常; 0-正常;1-拼箱;2-零箱;3-即拼箱又零箱
	BoxStatus int64 `json:"box_status,omitempty" xml:"box_status,omitempty"`
}

CodeRelationDto 结构体

type CodeResList

type CodeResList struct {
	// 码前缀
	CodePrefix string `json:"code_prefix,omitempty" xml:"code_prefix,omitempty"`
	// 资源码
	ResCode string `json:"res_code,omitempty" xml:"res_code,omitempty"`
	// 层级
	CodeLevel string `json:"code_level,omitempty" xml:"code_level,omitempty"`
	// 包装比例
	PkgRatio string `json:"pkg_ratio,omitempty" xml:"pkg_ratio,omitempty"`
}

CodeResList 结构体

type CodeStatusTypeDto

type CodeStatusTypeDto struct {
	// 当前码的所有父码和packageLevel
	ParentCodeInfoList []ParentCodeInfo `json:"parent_code_info_list,omitempty" xml:"parent_code_info_list>parent_code_info,omitempty"`
	// 当前码的子码
	ChildCodes []Childcodes `json:"child_codes,omitempty" xml:"child_codes>childcodes,omitempty"`
	// 追溯码状态
	VerificationType string `json:"verification_type,omitempty" xml:"verification_type,omitempty"`
	// 最后业务日期
	LastBizDate string `json:"last_biz_date,omitempty" xml:"last_biz_date,omitempty"`
	// 码
	Code string `json:"code,omitempty" xml:"code,omitempty"`
	// 码状态
	CodeStatusNum string `json:"code_status_num,omitempty" xml:"code_status_num,omitempty"`
	// 码状态(A:已激活;I:已核注;O:已核注;C:已注销;E:码不存在)
	CodeStatus string `json:"code_status,omitempty" xml:"code_status,omitempty"`
	// 当前码的父码
	ParentCode string `json:"parent_code,omitempty" xml:"parent_code,omitempty"`
	// 最小包装数量
	CodeCount string `json:"code_count,omitempty" xml:"code_count,omitempty"`
	// 追溯码是否在本企业
	CurrEntStr string `json:"curr_ent_str,omitempty" xml:"curr_ent_str,omitempty"`
	// 追溯码状态描述
	VerificationTypeStr string `json:"verification_type_str,omitempty" xml:"verification_type_str,omitempty"`
	// 医保核销次数
	CheckCount int64 `json:"check_count,omitempty" xml:"check_count,omitempty"`
	// 父码下子码的数量
	IncludeProduceCodeCount int64 `json:"include_produce_code_count,omitempty" xml:"include_produce_code_count,omitempty"`
}

CodeStatusTypeDto 结构体

type CodeToBill

type CodeToBill struct {
	// codeToBill列表
	BillIdentityList []BillIdentity `json:"bill_identity_list,omitempty" xml:"bill_identity_list>bill_identity,omitempty"`
	// 追溯码
	Code string `json:"code,omitempty" xml:"code,omitempty"`
}

CodeToBill 结构体

type Codeandparentlist

type Codeandparentlist struct {
	// 追溯码
	Code string `json:"code,omitempty" xml:"code,omitempty"`
	// 码级别
	CodeLevel string `json:"code_level,omitempty" xml:"code_level,omitempty"`
	// 父码
	ParentCode string `json:"parent_code,omitempty" xml:"parent_code,omitempty"`
}

Codeandparentlist 结构体

type DataEntTaskDto

type DataEntTaskDto struct {
	// fileInfoList
	FileInfoList []string `json:"file_info_list,omitempty" xml:"file_info_list>string,omitempty"`
	// fileNum
	FileNum int64 `json:"file_num,omitempty" xml:"file_num,omitempty"`
}

DataEntTaskDto 结构体

type DataEntTaskResultDto

type DataEntTaskResultDto struct {
	// msgInfo
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// httpStatusCode
	HttpStatusCode int64 `json:"http_status_code,omitempty" xml:"http_status_code,omitempty"`
	// model
	Model bool `json:"model,omitempty" xml:"model,omitempty"`
	// success
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

DataEntTaskResultDto 结构体

type DetailInfoList

type DetailInfoList struct {
	// 批次编号
	ProduceBatchNo string `json:"produce_batch_no,omitempty" xml:"produce_batch_no,omitempty"`
	// 药品信息
	DrugInfo string `json:"drug_info,omitempty" xml:"drug_info,omitempty"`
	// 追溯码
	Code string `json:"code,omitempty" xml:"code,omitempty"`
	// 验证状态, 1 已验证 ; 其他是未验证
	CodeIsMatched string `json:"code_is_matched,omitempty" xml:"code_is_matched,omitempty"`
}

DetailInfoList 结构体

type DrugCode

type DrugCode struct {
	// 包装规格
	PkgSpecList []string `json:"pkg_spec_list,omitempty" xml:"pkg_spec_list>string,omitempty"`
	// 是否有码
	HasCode bool `json:"has_code,omitempty" xml:"has_code,omitempty"`
}

DrugCode 结构体

type DrugEntBaseDto

type DrugEntBaseDto struct {
	// 药品信息id
	DrugEntBaseId string `json:"drug_ent_base_id,omitempty" xml:"drug_ent_base_id,omitempty"`
	// 药品基本信息id
	DrugEntBaseInfoId string `json:"drug_ent_base_info_id,omitempty" xml:"drug_ent_base_info_id,omitempty"`
	// 批准文号
	ApprovalLicenceNo string `json:"approval_licence_no,omitempty" xml:"approval_licence_no,omitempty"`
	// 药品名称
	PhysicName string `json:"physic_name,omitempty" xml:"physic_name,omitempty"`
	// 药品类型描述
	PhysicTypeDesc string `json:"physic_type_desc,omitempty" xml:"physic_type_desc,omitempty"`
	// 包装规格
	PkgSpecCrit string `json:"pkg_spec_crit,omitempty" xml:"pkg_spec_crit,omitempty"`
	// 制剂规格
	PrepnSpec string `json:"prepn_spec,omitempty" xml:"prepn_spec,omitempty"`
	// 剂型描述
	PrepnTypeDesc string `json:"prepn_type_desc,omitempty" xml:"prepn_type_desc,omitempty"`
	// 有效期长度
	Exprie string `json:"exprie,omitempty" xml:"exprie,omitempty"`
	// 商品名称
	ProdName string `json:"prod_name,omitempty" xml:"prod_name,omitempty"`
	// 批准文号
	SdcCode string `json:"sdc_code,omitempty" xml:"sdc_code,omitempty"`
	// 制剂单位类型描述
	PrepnUnitDesc string `json:"prepn_unit_desc,omitempty" xml:"prepn_unit_desc,omitempty"`
	// 药品子类编码
	ProdCode string `json:"prod_code,omitempty" xml:"prod_code,omitempty"`
	// 药品编码
	PhysicCode string `json:"physic_code,omitempty" xml:"physic_code,omitempty"`
	// 是否混批
	CodeActiveProductFlagStr string `json:"code_active_product_flag_str,omitempty" xml:"code_active_product_flag_str,omitempty"`
	// 企业名称
	EntName string `json:"ent_name,omitempty" xml:"ent_name,omitempty"`
	// 修改时间
	ModDate string `json:"mod_date,omitempty" xml:"mod_date,omitempty"`
	// 创建时间
	CrtDate string `json:"crt_date,omitempty" xml:"crt_date,omitempty"`
	// 是否授权0未授权,1已授权
	AuthorizerFlag string `json:"authorizer_flag,omitempty" xml:"authorizer_flag,omitempty"`
	// 修改操作证书号
	ModIcCode string `json:"mod_ic_code,omitempty" xml:"mod_ic_code,omitempty"`
	// 药品信息
	PhysicInfo string `json:"physic_info,omitempty" xml:"physic_info,omitempty"`
	// 69码
	Ean13Code string `json:"ean13_code,omitempty" xml:"ean13_code,omitempty"`
	// 包装规格
	PkgSpec string `json:"pkg_spec,omitempty" xml:"pkg_spec,omitempty"`
	// 状态 1正常,0停用
	Status string `json:"status,omitempty" xml:"status,omitempty"`
	// 批准文号有效期至
	ApprovalLicenceExpiry string `json:"approval_licence_expiry,omitempty" xml:"approval_licence_expiry,omitempty"`
	// 批准文号发放日期
	ApprovalLicenceDate string `json:"approval_licence_date,omitempty" xml:"approval_licence_date,omitempty"`
	// 药品批准文号ID(药品目录)
	DrugApprovalInfoId string `json:"drug_approval_info_id,omitempty" xml:"drug_approval_info_id,omitempty"`
	// 药品基本信息ID
	DrugBaseInfoId string `json:"drug_base_info_id,omitempty" xml:"drug_base_info_id,omitempty"`
	// 企业唯一标识
	RefEntId string `json:"ref_ent_id,omitempty" xml:"ref_ent_id,omitempty"`
	// 企业主键id
	EntId string `json:"ent_id,omitempty" xml:"ent_id,omitempty"`
	// 包装数量
	PkgNum int64 `json:"pkg_num,omitempty" xml:"pkg_num,omitempty"`
	// 药品详细类型
	PhysicDetailType int64 `json:"physic_detail_type,omitempty" xml:"physic_detail_type,omitempty"`
	// 包装单位
	PkgUnit int64 `json:"pkg_unit,omitempty" xml:"pkg_unit,omitempty"`
	// 制剂单位类型(详见码表)
	PrepnUnit int64 `json:"prepn_unit,omitempty" xml:"prepn_unit,omitempty"`
	// 药品类型(详见码表) 1:特殊药品原料药,2:特殊药品制剂,3:普通药品,9:未分类
	PhysicType int64 `json:"physic_type,omitempty" xml:"physic_type,omitempty"`
	// 剂型(制剂类型)(详见码表)
	PrepnType int64 `json:"prepn_type,omitempty" xml:"prepn_type,omitempty"`
	// 申请码标识:1未申请,2已申请
	PhysicNatCode int64 `json:"physic_nat_code,omitempty" xml:"physic_nat_code,omitempty"`
	// 有效期单位(详见码表) 1:日,2:月,3:年
	ExprieUnit int64 `json:"exprie_unit,omitempty" xml:"exprie_unit,omitempty"`
	// 药品有效期数(月/年)
	ExprieLife int64 `json:"exprie_life,omitempty" xml:"exprie_life,omitempty"`
	// 年赋码量
	AnnCodeAmt int64 `json:"ann_code_amt,omitempty" xml:"ann_code_amt,omitempty"`
	// 批准文号类型
	ApprovalLicenceType int64 `json:"approval_licence_type,omitempty" xml:"approval_licence_type,omitempty"`
}

DrugEntBaseDto 结构体

type DrugInfo

type DrugInfo struct {
	// 有效期
	ExpiryDate string `json:"expiry_date,omitempty" xml:"expiry_date,omitempty"`
	// 药品目录ID
	DrugBaseInfoId string `json:"drug_base_info_id,omitempty" xml:"drug_base_info_id,omitempty"`
	// 生产日期
	ProductionDate string `json:"production_date,omitempty" xml:"production_date,omitempty"`
	// 包装规格
	PkgSpec string `json:"pkg_spec,omitempty" xml:"pkg_spec,omitempty"`
	// 药品ID
	DrugEntBaseInfoId string `json:"drug_ent_base_info_id,omitempty" xml:"drug_ent_base_info_id,omitempty"`
	// 生产批号
	ProductionBatch string `json:"production_batch,omitempty" xml:"production_batch,omitempty"`
	// 药品名称
	DrugName string `json:"drug_name,omitempty" xml:"drug_name,omitempty"`
	// 批准文号
	LicenseNumber string `json:"license_number,omitempty" xml:"license_number,omitempty"`
	// 制剂类型
	PrepnType string `json:"prepn_type,omitempty" xml:"prepn_type,omitempty"`
	// 规格
	Specifications string `json:"specifications,omitempty" xml:"specifications,omitempty"`
	// 生产企业
	Manufacturer string `json:"manufacturer,omitempty" xml:"manufacturer,omitempty"`
}

DrugInfo 结构体

type DrugInfoDto

type DrugInfoDto struct {
	// 20位码
	Code string `json:"code,omitempty" xml:"code,omitempty"`
	// 药品通用名
	DrugName string `json:"drug_name,omitempty" xml:"drug_name,omitempty"`
	// 制剂规格
	Specifications string `json:"specifications,omitempty" xml:"specifications,omitempty"`
	// 11:没有申请过此码 12:后四位检验不对 13:没激活过
	SubRetCode string `json:"sub_ret_code,omitempty" xml:"sub_ret_code,omitempty"`
	// 状态码   0:正常  -1:未知异常  1:有原因的异常 见subretcode
	RetCode string `json:"ret_code,omitempty" xml:"ret_code,omitempty"`
	// 剂型
	PrepnType string `json:"prepn_type,omitempty" xml:"prepn_type,omitempty"`
	// 包装规格
	PkgSpec string `json:"pkg_spec,omitempty" xml:"pkg_spec,omitempty"`
	// 批次
	ProductionBatch string `json:"production_batch,omitempty" xml:"production_batch,omitempty"`
	// 扫码次数
	QueryCount string `json:"query_count,omitempty" xml:"query_count,omitempty"`
	// 是否销售
	IsSale string `json:"is_sale,omitempty" xml:"is_sale,omitempty"`
	// 销售时间
	SaleTime string `json:"sale_time,omitempty" xml:"sale_time,omitempty"`
	// 生产企业名称
	EntName string `json:"ent_name,omitempty" xml:"ent_name,omitempty"`
	// 有效期至
	ExpiryDate string `json:"expiry_date,omitempty" xml:"expiry_date,omitempty"`
	// 第一次查询时间
	FirstQuery string `json:"first_query,omitempty" xml:"first_query,omitempty"`
	// 生产日期
	ProductionDate string `json:"production_date,omitempty" xml:"production_date,omitempty"`
	// 销售企业
	SaleEnt string `json:"sale_ent,omitempty" xml:"sale_ent,omitempty"`
	// 追溯码状态
	CodeStatus string `json:"code_status,omitempty" xml:"code_status,omitempty"`
	// 查询次数(用户维度)
	QueryTotalCount int64 `json:"query_total_count,omitempty" xml:"query_total_count,omitempty"`
}

DrugInfoDto 结构体

type DrugInfosDto

type DrugInfosDto struct {
	// 码信息
	CodeInfoListDtoList []CodeInfoListDto `json:"code_info_list_dto_list,omitempty" xml:"code_info_list_dto_list>code_info_list_dto,omitempty"`
	// 生产日期
	ProduceDate string `json:"produce_date,omitempty" xml:"produce_date,omitempty"`
	// 生产企业名称
	ProductEntName string `json:"product_ent_name,omitempty" xml:"product_ent_name,omitempty"`
	// 产品包装规格
	PackageSpec string `json:"package_spec,omitempty" xml:"package_spec,omitempty"`
	// 药品商品名
	ProdName string `json:"prod_name,omitempty" xml:"prod_name,omitempty"`
	// 制剂规格
	PrepnSpec string `json:"prepn_spec,omitempty" xml:"prepn_spec,omitempty"`
	// 制剂单位编码
	PrepnUnit string `json:"prepn_unit,omitempty" xml:"prepn_unit,omitempty"`
	// 批次号
	ProduceBatchNo string `json:"produce_batch_no,omitempty" xml:"produce_batch_no,omitempty"`
	// 药品标识
	ProdSeqNo string `json:"prod_seq_no,omitempty" xml:"prod_seq_no,omitempty"`
	// 药品标识
	DrugEntBaseInfoId string `json:"drug_ent_base_info_id,omitempty" xml:"drug_ent_base_info_id,omitempty"`
	// 有效期至
	ValidEndDate string `json:"valid_end_date,omitempty" xml:"valid_end_date,omitempty"`
	// 按最小包装单位统计数量
	LeastPkgAmount string `json:"least_pkg_amount,omitempty" xml:"least_pkg_amount,omitempty"`
	// 按最小制剂单位统计数量
	LeastPrepnAmount string `json:"least_prepn_amount,omitempty" xml:"least_prepn_amount,omitempty"`
}

DrugInfosDto 结构体

type DrugScanLog

type DrugScanLog struct {
	// 包装规格
	PkgSpec string `json:"pkg_spec,omitempty" xml:"pkg_spec,omitempty"`
	// 有效期
	ExpiryDate string `json:"expiry_date,omitempty" xml:"expiry_date,omitempty"`
	// 溯源码
	Code string `json:"code,omitempty" xml:"code,omitempty"`
}

DrugScanLog 结构体

type DrugTableDto

type DrugTableDto struct {
	// 子列表
	SubTypeList []SubTypeList `json:"sub_type_list,omitempty" xml:"sub_type_list>sub_type_list,omitempty"`
	// 商品名称
	ProdName string `json:"prod_name,omitempty" xml:"prod_name,omitempty"`
	// 企业名称
	EntName string `json:"ent_name,omitempty" xml:"ent_name,omitempty"`
	// 药品名称
	PhysicName string `json:"physic_name,omitempty" xml:"physic_name,omitempty"`
	// 药品自类编码
	ProdCode string `json:"prod_code,omitempty" xml:"prod_code,omitempty"`
	// 企业主键
	RefEntId string `json:"ref_ent_id,omitempty" xml:"ref_ent_id,omitempty"`
	// 修改日期
	ModDate string `json:"mod_date,omitempty" xml:"mod_date,omitempty"`
	// 药品类型描述
	PhysicTypeDesc string `json:"physic_type_desc,omitempty" xml:"physic_type_desc,omitempty"`
	// 药品类型详情描述
	PhysicDetailTypeDesc string `json:"physic_detail_type_desc,omitempty" xml:"physic_detail_type_desc,omitempty"`
	// 制剂单位描述
	PrepnUnitDesc string `json:"prepn_unit_desc,omitempty" xml:"prepn_unit_desc,omitempty"`
	// 包装单位描述
	PkgUnitDesc string `json:"pkg_unit_desc,omitempty" xml:"pkg_unit_desc,omitempty"`
	// 制剂类型描述
	PrepnTypeDesc string `json:"prepn_type_desc,omitempty" xml:"prepn_type_desc,omitempty"`
	// 药品详细类型
	PhysicDetailType int64 `json:"physic_detail_type,omitempty" xml:"physic_detail_type,omitempty"`
	// 药品类型(详见码表) 1:特殊药品原料药,2:特殊药品制剂,3:普通药品,9:未分类
	PhysicType int64 `json:"physic_type,omitempty" xml:"physic_type,omitempty"`
}

DrugTableDto 结构体

type EntInfoDto

type EntInfoDto struct {
	// 企业资质(上传图片)图片建议尺寸:height: 310px;width: 670px;
	EntQualificationPictures []string `json:"ent_qualification_pictures,omitempty" xml:"ent_qualification_pictures>string,omitempty"`
	// 联系方式
	EntContact string `json:"ent_contact,omitempty" xml:"ent_contact,omitempty"`
	// 企业介绍
	EntIntroduction string `json:"ent_introduction,omitempty" xml:"ent_introduction,omitempty"`
}

EntInfoDto 结构体

type ExtInfoDto

type ExtInfoDto struct {
	// 生产信息模块
	ProduceInfoDto *ProduceInfoDto `json:"produce_info_dto,omitempty" xml:"produce_info_dto,omitempty"`
	// 种源与基地信息
	SeedlingsBaseInfoDto *SeedlingsBaseInfoDto `json:"seedlings_base_info_dto,omitempty" xml:"seedlings_base_info_dto,omitempty"`
	// 饮片检验信息
	PiecesDetectionDto *PiecesDetectionDto `json:"pieces_detection_dto,omitempty" xml:"pieces_detection_dto,omitempty"`
	// 药材检验信息
	MaterialsDetectionDto *MaterialsDetectionDto `json:"materials_detection_dto,omitempty" xml:"materials_detection_dto,omitempty"`
	// 采购管理
	PurchaseInfoDto *PurchaseInfoDto `json:"purchase_info_dto,omitempty" xml:"purchase_info_dto,omitempty"`
	// 产地初加工管理
	ProcessInfoDto *ProcessInfoDto `json:"process_info_dto,omitempty" xml:"process_info_dto,omitempty"`
	// 生产管理
	PiecesProduceInfoDto *PiecesProduceInfoDto `json:"pieces_produce_info_dto,omitempty" xml:"pieces_produce_info_dto,omitempty"`
	// 存储管理
	WarehouseInfoDto *WarehouseInfoDto `json:"warehouse_info_dto,omitempty" xml:"warehouse_info_dto,omitempty"`
	// 种植管理
	PlantingInfoDto *PlantingInfoDto `json:"planting_info_dto,omitempty" xml:"planting_info_dto,omitempty"`
	// 企业信息
	EntInfoDto *EntInfoDto `json:"ent_info_dto,omitempty" xml:"ent_info_dto,omitempty"`
}

ExtInfoDto 结构体

type FirstAttrDto

type FirstAttrDto struct {
	// 二级药物属性信息
	SecondaryAttrDtoList []SecondaryAttrDto `json:"secondary_attr_dto_list,omitempty" xml:"secondary_attr_dto_list>secondary_attr_dto,omitempty"`
	// 一级药物属性名称
	FirstAttributeName string `json:"first_attribute_name,omitempty" xml:"first_attribute_name,omitempty"`
	// 一级药物属性编号
	FirstAttributeNo string `json:"first_attribute_no,omitempty" xml:"first_attribute_no,omitempty"`
}

FirstAttrDto 结构体

type FlowEntity

type FlowEntity struct {
	// 发货企业名称
	FromEntName string `json:"from_ent_name,omitempty" xml:"from_ent_name,omitempty"`
	// 企业所属省
	EntProvName string `json:"ent_prov_name,omitempty" xml:"ent_prov_name,omitempty"`
	// 出库单单据号
	OutBillCode string `json:"out_bill_code,omitempty" xml:"out_bill_code,omitempty"`
	// 入库单单据号
	InBillCode string `json:"in_bill_code,omitempty" xml:"in_bill_code,omitempty"`
	// 出库单类型
	OutType string `json:"out_type,omitempty" xml:"out_type,omitempty"`
	// 入库单类型
	InType string `json:"in_type,omitempty" xml:"in_type,omitempty"`
	// 出库单id
	OutBillId string `json:"out_bill_id,omitempty" xml:"out_bill_id,omitempty"`
	// 入库单id
	InBillId string `json:"in_bill_id,omitempty" xml:"in_bill_id,omitempty"`
	// 出库时间
	OutDate string `json:"out_date,omitempty" xml:"out_date,omitempty"`
	// 入库时间
	InDate string `json:"in_date,omitempty" xml:"in_date,omitempty"`
	// 出库单类型编码
	OutTypeCode string `json:"out_type_code,omitempty" xml:"out_type_code,omitempty"`
	// 收货企业id
	ToEntId string `json:"to_ent_id,omitempty" xml:"to_ent_id,omitempty"`
	// 收货企业名称
	ToEntName string `json:"to_ent_name,omitempty" xml:"to_ent_name,omitempty"`
	// 企业id
	EntId string `json:"ent_id,omitempty" xml:"ent_id,omitempty"`
	// 企业名称
	EntName string `json:"ent_name,omitempty" xml:"ent_name,omitempty"`
	// 发货企业id
	FromEntId string `json:"from_ent_id,omitempty" xml:"from_ent_id,omitempty"`
	// 入库单类型编码
	InTypeCode int64 `json:"in_type_code,omitempty" xml:"in_type_code,omitempty"`
	// 企业类型
	EntType int64 `json:"ent_type,omitempty" xml:"ent_type,omitempty"`
}

FlowEntity 结构体

type HaoxinqingDataDto

type HaoxinqingDataDto struct {
	// 支付时间
	PayTime string `json:"pay_time,omitempty" xml:"pay_time,omitempty"`
	// 药品名称
	DrugName string `json:"drug_name,omitempty" xml:"drug_name,omitempty"`
	// 用户ID
	UserId string `json:"user_id,omitempty" xml:"user_id,omitempty"`
	// 用于唯一建,同一条信息uuid一样则更新
	Uuid string `json:"uuid,omitempty" xml:"uuid,omitempty"`
	// 数量
	Number int64 `json:"number,omitempty" xml:"number,omitempty"`
	// 业务类型, 1。咨询类  、2。购药类
	BussinessType int64 `json:"bussiness_type,omitempty" xml:"bussiness_type,omitempty"`
}

HaoxinqingDataDto 结构体

type Header struct {
	// 消息
	ErrMsg string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// 标记
	SuccessFlag string `json:"success_flag,omitempty" xml:"success_flag,omitempty"`
	// 错误编码
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
}

Header 结构体

type MaterialsDetectionDto

type MaterialsDetectionDto struct {
	// 药材图片(上传图片)图片建议尺寸:height: 310px;width: 670px;
	MaterialsPictures []string `json:"materials_pictures,omitempty" xml:"materials_pictures>string,omitempty"`
	// 药材检验报告书(上传图片)图片建议尺寸:height: 310px;width: 670px;
	InspectionReportPictures []string `json:"inspection_report_pictures,omitempty" xml:"inspection_report_pictures>string,omitempty"`
	// 农药残留检测
	PesticidesDetection string `json:"pesticides_detection,omitempty" xml:"pesticides_detection,omitempty"`
	// 重金属及有害元素检测
	PiecesHarmDetection string `json:"pieces_harm_detection,omitempty" xml:"pieces_harm_detection,omitempty"`
	// 黄曲霉毒素检测
	AflatoxinDetection string `json:"aflatoxin_detection,omitempty" xml:"aflatoxin_detection,omitempty"`
	// 药材执行标准
	ExecStandard string `json:"exec_standard,omitempty" xml:"exec_standard,omitempty"`
	// 药材批号
	MaterialsBatchNo string `json:"materials_batch_no,omitempty" xml:"materials_batch_no,omitempty"`
}

MaterialsDetectionDto 结构体

type PEntParDto

type PEntParDto struct {
	// 往来单位名称
	PartnerName string `json:"partner_name,omitempty" xml:"partner_name,omitempty"`
	// 往来单位ID
	PartnerId string `json:"partner_id,omitempty" xml:"partner_id,omitempty"`
	// 企业id
	EntId string `json:"ent_id,omitempty" xml:"ent_id,omitempty"`
	// 往来单位企业唯一标识
	RefEntId string `json:"ref_ent_id,omitempty" xml:"ref_ent_id,omitempty"`
	// 往来单位企业所在省编码
	EntProvCode string `json:"ent_prov_code,omitempty" xml:"ent_prov_code,omitempty"`
	// 所在省
	ProvName string `json:"prov_name,omitempty" xml:"prov_name,omitempty"`
	// 所在市
	AreaName string `json:"area_name,omitempty" xml:"area_name,omitempty"`
	// 所在县
	CityName string `json:"city_name,omitempty" xml:"city_name,omitempty"`
	// 是不是入网企业
	IsNetwork string `json:"is_network,omitempty" xml:"is_network,omitempty"`
	// 拼音缩写
	PartnerCapitalName string `json:"partner_capital_name,omitempty" xml:"partner_capital_name,omitempty"`
	// 类型
	PartnerType string `json:"partner_type,omitempty" xml:"partner_type,omitempty"`
	// 往来单位企业id
	PartnerEntId string `json:"partner_ent_id,omitempty" xml:"partner_ent_id,omitempty"`
	// 最近修改日期
	LastModDate string `json:"last_mod_date,omitempty" xml:"last_mod_date,omitempty"`
	// 创建日期
	CrtDate string `json:"crt_date,omitempty" xml:"crt_date,omitempty"`
	// 创建IC名称
	CrtIcName string `json:"crt_ic_name,omitempty" xml:"crt_ic_name,omitempty"`
	// 状态
	Status string `json:"status,omitempty" xml:"status,omitempty"`
	// 修改IC名称
	ModIcName string `json:"mod_ic_name,omitempty" xml:"mod_ic_name,omitempty"`
	// 级别
	PartnerLevel string `json:"partner_level,omitempty" xml:"partner_level,omitempty"`
	// 修改IC码
	ModIcCode string `json:"mod_ic_code,omitempty" xml:"mod_ic_code,omitempty"`
	// 合作ID
	PEntParId string `json:"p_ent_par_id,omitempty" xml:"p_ent_par_id,omitempty"`
	// 创建IC码
	CrtIcCode string `json:"crt_ic_code,omitempty" xml:"crt_ic_code,omitempty"`
}

PEntParDto 结构体

type PUserEntDto

type PUserEntDto struct {
	// 机构编码
	OrgCode string `json:"org_code,omitempty" xml:"org_code,omitempty"`
	// 原企业名称
	EntName string `json:"ent_name,omitempty" xml:"ent_name,omitempty"`
	// 新企业名称
	EntNameNew string `json:"ent_name_new,omitempty" xml:"ent_name_new,omitempty"`
	// 企业refid
	RefEntId string `json:"ref_ent_id,omitempty" xml:"ref_ent_id,omitempty"`
	// 企业id
	EntId string `json:"ent_id,omitempty" xml:"ent_id,omitempty"`
}

PUserEntDto 结构体

type PUserEntInfoDto

type PUserEntInfoDto struct {
	// 所在地编码
	DictRegionCode string `json:"dict_region_code,omitempty" xml:"dict_region_code,omitempty"`
	// 所在地明细
	RegRegionDetail string `json:"reg_region_detail,omitempty" xml:"reg_region_detail,omitempty"`
	// 注册地编码
	RegRegionCode string `json:"reg_region_code,omitempty" xml:"reg_region_code,omitempty"`
	// 注册地明细
	OrgCode string `json:"org_code,omitempty" xml:"org_code,omitempty"`
	// 是否法人
	LegalOrgFlag string `json:"legal_org_flag,omitempty" xml:"legal_org_flag,omitempty"`
	// 所属管理机构
	DirectManage string `json:"direct_manage,omitempty" xml:"direct_manage,omitempty"`
	// 企业名称
	EntName string `json:"ent_name,omitempty" xml:"ent_name,omitempty"`
	// 是否入网
	IsNetwork string `json:"is_network,omitempty" xml:"is_network,omitempty"`
	// 企业唯一标识
	RefEntId string `json:"ref_ent_id,omitempty" xml:"ref_ent_id,omitempty"`
	// 企业id
	EntId string `json:"ent_id,omitempty" xml:"ent_id,omitempty"`
	// 所在地明细
	DictRegionDetail string `json:"dict_region_detail,omitempty" xml:"dict_region_detail,omitempty"`
	// 状态1.使用中0.已废除
	Status string `json:"status,omitempty" xml:"status,omitempty"`
	// 拼音缩写
	EntCapitalName string `json:"ent_capital_name,omitempty" xml:"ent_capital_name,omitempty"`
	// 企业类型
	UserRoleType string `json:"user_role_type,omitempty" xml:"user_role_type,omitempty"`
	// 企业类型编码
	UserRoleTypeStr string `json:"user_role_type_str,omitempty" xml:"user_role_type_str,omitempty"`
	// 企业机构详细类别
	EntOrgType string `json:"ent_org_type,omitempty" xml:"ent_org_type,omitempty"`
	// 省
	ProvName string `json:"prov_name,omitempty" xml:"prov_name,omitempty"`
	// 市
	AreaName string `json:"area_name,omitempty" xml:"area_name,omitempty"`
	// 县
	CityName string `json:"city_name,omitempty" xml:"city_name,omitempty"`
	// 入网标识【0非入网1入网2入驻马上放心】
	NetworkType string `json:"network_type,omitempty" xml:"network_type,omitempty"`
}

PUserEntInfoDto 结构体

type Page

type Page struct {
	// 返回列表
	ResultList []PEntParDto `json:"result_list,omitempty" xml:"result_list>p_ent_par_dto,omitempty"`
	// 总数
	TotalNum int64 `json:"total_num,omitempty" xml:"total_num,omitempty"`
	// 当前页
	Page int64 `json:"page,omitempty" xml:"page,omitempty"`
	// 分页大小
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
}

Page 结构体

type PageInfoDto

type PageInfoDto struct {
	// 返回结果
	ResultList []CodeActiveProcessDto `json:"result_list,omitempty" xml:"result_list>code_active_process_dto,omitempty"`
	// 总条数
	TotalNum int64 `json:"total_num,omitempty" xml:"total_num,omitempty"`
	// 每页几条
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	// 第几页
	Page int64 `json:"page,omitempty" xml:"page,omitempty"`
}

PageInfoDto 结构体

type ParentCodeInfo

type ParentCodeInfo struct {
	// 父码
	ParentCode string `json:"parent_code,omitempty" xml:"parent_code,omitempty"`
	// 码级别
	PackageLevel int64 `json:"package_level,omitempty" xml:"package_level,omitempty"`
}

ParentCodeInfo 结构体

type Parentcodeinfolist

type Parentcodeinfolist struct {
	// 父码
	ParentCode string `json:"parent_code,omitempty" xml:"parent_code,omitempty"`
	// 父码级别
	PackageLevel string `json:"package_level,omitempty" xml:"package_level,omitempty"`
}

Parentcodeinfolist 结构体

type PiatsCodeFlowResponseDto

type PiatsCodeFlowResponseDto struct {
	// 头部结构
	Header *Header `json:"header,omitempty" xml:"header,omitempty"`
	// 内容体
	ResponseBody *ResponseBody `json:"response_body,omitempty" xml:"response_body,omitempty"`
}

PiatsCodeFlowResponseDto 结构体

type PiecesDetectionDto

type PiecesDetectionDto struct {
	// 饮片图片(上传图片)图片建议尺寸:height: 310px;width: 670px;
	PiecesPictures []string `json:"pieces_pictures,omitempty" xml:"pieces_pictures>string,omitempty"`
	// 饮片检验报告书(上传图片)图片建议尺寸:height: 310px;width: 670px;
	InspectionReportPictures []string `json:"inspection_report_pictures,omitempty" xml:"inspection_report_pictures>string,omitempty"`
	// 农药残留检测
	PesticidesDetection string `json:"pesticides_detection,omitempty" xml:"pesticides_detection,omitempty"`
	// 重金属及有害元素检测
	PiecesHarmDetection string `json:"pieces_harm_detection,omitempty" xml:"pieces_harm_detection,omitempty"`
	// 黄曲霉毒素检测
	AflatoxinDetection string `json:"aflatoxin_detection,omitempty" xml:"aflatoxin_detection,omitempty"`
	// 饮片执行标准
	ExecStandard string `json:"exec_standard,omitempty" xml:"exec_standard,omitempty"`
}

PiecesDetectionDto 结构体

type PiecesProduceInfoDto

type PiecesProduceInfoDto struct {
	// 生产管理图片(上传图片)图片建议尺寸:height: 310px;width: 670px;
	ProductionPictures []string `json:"production_pictures,omitempty" xml:"production_pictures>string,omitempty"`
	// 生产开始日期yyyy-MM-dd
	ProductionStartDate string `json:"production_start_date,omitempty" xml:"production_start_date,omitempty"`
	// 包装规格
	PackageSpec string `json:"package_spec,omitempty" xml:"package_spec,omitempty"`
	// 生产工艺
	ProductionProcess string `json:"production_process,omitempty" xml:"production_process,omitempty"`
	// 生产数量
	ProductionSum string `json:"production_sum,omitempty" xml:"production_sum,omitempty"`
	// 生产结束日期yyyy-MM-dd
	ProductionEndDate string `json:"production_end_date,omitempty" xml:"production_end_date,omitempty"`
	// 包装材质
	PackingMaterial string `json:"packing_material,omitempty" xml:"packing_material,omitempty"`
}

PiecesProduceInfoDto 结构体

type PkgInfoDto

type PkgInfoDto struct {
	// 码信息
	CodeList []string `json:"code_list,omitempty" xml:"code_list>string,omitempty"`
}

PkgInfoDto 结构体

type PlantingInfoDto

type PlantingInfoDto struct {
	// 种植管理图片(上传图片)图片建议尺寸:height: 310px;width: 670px;
	PlantingPictures []string `json:"planting_pictures,omitempty" xml:"planting_pictures>string,omitempty"`
	// 种植面积
	PlantingArea string `json:"planting_area,omitempty" xml:"planting_area,omitempty"`
	// 种植时间yyyy-MM-dd
	PlantingDate string `json:"planting_date,omitempty" xml:"planting_date,omitempty"`
	// 农药使用
	PesticideUse string `json:"pesticide_use,omitempty" xml:"pesticide_use,omitempty"`
	// 生物调节剂
	BiologicalRegulator string `json:"biological_regulator,omitempty" xml:"biological_regulator,omitempty"`
	// 土壤类型
	SoilType string `json:"soil_type,omitempty" xml:"soil_type,omitempty"`
	// 栽培模式
	CultivationMode string `json:"cultivation_mode,omitempty" xml:"cultivation_mode,omitempty"`
}

PlantingInfoDto 结构体

type ProcessInfoDto

type ProcessInfoDto struct {
	// 产地初加工管理图片(上传图片)图片建议尺寸:height: 310px;width: 670px;
	HarvestPictures []string `json:"harvest_pictures,omitempty" xml:"harvest_pictures>string,omitempty"`
	// 采收日期yyyy-MM-dd
	HarvestDate string `json:"harvest_date,omitempty" xml:"harvest_date,omitempty"`
	// 采收部位
	HarvestPosition string `json:"harvest_position,omitempty" xml:"harvest_position,omitempty"`
	// 采收数量
	HarvestNum string `json:"harvest_num,omitempty" xml:"harvest_num,omitempty"`
	// 初加工方法
	ProcessMethod string `json:"process_method,omitempty" xml:"process_method,omitempty"`
	// 初加工设备
	ProcessMachine string `json:"process_machine,omitempty" xml:"process_machine,omitempty"`
	// 采收地块
	HarvestedPlot string `json:"harvested_plot,omitempty" xml:"harvested_plot,omitempty"`
}

ProcessInfoDto 结构体

type ProduceInfoDto

type ProduceInfoDto struct {
	// 批次号
	BatchNo string `json:"batch_no,omitempty" xml:"batch_no,omitempty"`
	// 生产日期
	ProduceDate string `json:"produce_date,omitempty" xml:"produce_date,omitempty"`
	// 有效期至
	ExpireDate string `json:"expire_date,omitempty" xml:"expire_date,omitempty"`
	// 最小包装数量
	PkgAmount string `json:"pkg_amount,omitempty" xml:"pkg_amount,omitempty"`
	// 生产日期
	ProduceDateStr string `json:"produce_date_str,omitempty" xml:"produce_date_str,omitempty"`
	// 码
	Code string `json:"code,omitempty" xml:"code,omitempty"`
	// 生产批号
	ProduceBatchNo string `json:"produce_batch_no,omitempty" xml:"produce_batch_no,omitempty"`
}

ProduceInfoDto 结构体

type ProduceInfoList

type ProduceInfoList struct {
	// 有效期至
	ExpireDate string `json:"expire_date,omitempty" xml:"expire_date,omitempty"`
}

ProduceInfoList 结构体

type ProducePreAttributeDto

type ProducePreAttributeDto struct {
	// 货品属性对象
	AttrInfoList []Attrinfolist `json:"attr_info_list,omitempty" xml:"attr_info_list>attrinfolist,omitempty"`
	// 属性规则-英文
	DefaultProducePreAttributeEn string `json:"default_produce_pre_attribute_en,omitempty" xml:"default_produce_pre_attribute_en,omitempty"`
	// 属性规则-中文
	DefaultProducePreAttribute string `json:"default_produce_pre_attribute,omitempty" xml:"default_produce_pre_attribute,omitempty"`
}

ProducePreAttributeDto 结构体

type ProductDto

type ProductDto struct {
	// 子类
	SubTypeList []SubType `json:"sub_type_list,omitempty" xml:"sub_type_list>sub_type,omitempty"`
	// 备注
	Comment string `json:"comment,omitempty" xml:"comment,omitempty"`
	// 产品 码
	ProductCode string `json:"product_code,omitempty" xml:"product_code,omitempty"`
	// 药品名称
	ProductName string `json:"product_name,omitempty" xml:"product_name,omitempty"`
}

ProductDto 结构体

type ProductInfoList

type ProductInfoList struct {
	// 69码
	Ean string `json:"ean,omitempty" xml:"ean,omitempty"`
	// 国药准字
	AuthorizedNo string `json:"authorized_no,omitempty" xml:"authorized_no,omitempty"`
	// 企业id
	EntId string `json:"ent_id,omitempty" xml:"ent_id,omitempty"`
	// 药品类型
	PhysicType string `json:"physic_type,omitempty" xml:"physic_type,omitempty"`
	// 制剂单位
	PrepnUnit string `json:"prepn_unit,omitempty" xml:"prepn_unit,omitempty"`
	// 商品码
	ProductCode string `json:"product_code,omitempty" xml:"product_code,omitempty"`
	// 药品编号
	PhysicCode string `json:"physic_code,omitempty" xml:"physic_code,omitempty"`
	// 有效期至
	ExprieDate string `json:"exprie_date,omitempty" xml:"exprie_date,omitempty"`
	// 生产日期
	ProductDate string `json:"product_date,omitempty" xml:"product_date,omitempty"`
	// 批次号
	ProductBatchNo string `json:"product_batch_no,omitempty" xml:"product_batch_no,omitempty"`
	// 企业名称
	EntName string `json:"ent_name,omitempty" xml:"ent_name,omitempty"`
	// 包装规格单位
	PkgSpecUnit string `json:"pkg_spec_unit,omitempty" xml:"pkg_spec_unit,omitempty"`
	// 包装规格
	PkgSpec string `json:"pkg_spec,omitempty" xml:"pkg_spec,omitempty"`
	// 制剂规格
	PrepnSpec string `json:"prepn_spec,omitempty" xml:"prepn_spec,omitempty"`
	// 制剂类型
	PrepnType string `json:"prepn_type,omitempty" xml:"prepn_type,omitempty"`
	// 药品名称
	ProductName string `json:"product_name,omitempty" xml:"product_name,omitempty"`
	// 药品通用名
	DrugPhysicName string `json:"drug_physic_name,omitempty" xml:"drug_physic_name,omitempty"`
	// 生产信息id
	ProduceInfoId string `json:"produce_info_id,omitempty" xml:"produce_info_id,omitempty"`
	// 药品id
	DrugId string `json:"drug_id,omitempty" xml:"drug_id,omitempty"`
	// 药品详细类型
	PhysicDetailType int64 `json:"physic_detail_type,omitempty" xml:"physic_detail_type,omitempty"`
	// 包装数量
	PkgNum int64 `json:"pkg_num,omitempty" xml:"pkg_num,omitempty"`
	// 药品数量
	DrugNum int64 `json:"drug_num,omitempty" xml:"drug_num,omitempty"`
}

ProductInfoList 结构体

type PurchaseInfoDto

type PurchaseInfoDto struct {
	// 采购管理图片(上传图片)
	PurchasePictures []string `json:"purchase_pictures,omitempty" xml:"purchase_pictures>string,omitempty"`
	// 采购日期yyyy-MM-dd
	PurchaseDate string `json:"purchase_date,omitempty" xml:"purchase_date,omitempty"`
	// 供应商名称
	SupplierName string `json:"supplier_name,omitempty" xml:"supplier_name,omitempty"`
	// 采购数量
	PurchaseNum string `json:"purchase_num,omitempty" xml:"purchase_num,omitempty"`
	// 药材批号
	MaterialsBatchNo string `json:"materials_batch_no,omitempty" xml:"materials_batch_no,omitempty"`
}

PurchaseInfoDto 结构体

type ResCode

type ResCode struct {
	// 资源码值
	Value string `json:"value,omitempty" xml:"value,omitempty"`
	// 码级别
	CodeLevel string `json:"code_level,omitempty" xml:"code_level,omitempty"`
	// 码头
	CodeVersion string `json:"code_version,omitempty" xml:"code_version,omitempty"`
	// 包装比例
	PkgRatio string `json:"pkg_ratio,omitempty" xml:"pkg_ratio,omitempty"`
}

ResCode 结构体

type ResDrugDetailInfoDto

type ResDrugDetailInfoDto struct {
	// 包装单位描述
	PkgUnitDesc string `json:"pkg_unit_desc,omitempty" xml:"pkg_unit_desc,omitempty"`
	// 批准文号有效期至
	ApprovalLicenceExpiry string `json:"approval_licence_expiry,omitempty" xml:"approval_licence_expiry,omitempty"`
	// 有效期单位(详见码表) 1:日,2:月,3:年
	ExprieUnit string `json:"exprie_unit,omitempty" xml:"exprie_unit,omitempty"`
	// 药品详细类型
	PhysicDetailType string `json:"physic_detail_type,omitempty" xml:"physic_detail_type,omitempty"`
	// 包装规格
	PkgSpec string `json:"pkg_spec,omitempty" xml:"pkg_spec,omitempty"`
	// 企业名称
	EntName string `json:"ent_name,omitempty" xml:"ent_name,omitempty"`
	// 药品基本信息id
	DrugBaseInfoId string `json:"drug_base_info_id,omitempty" xml:"drug_base_info_id,omitempty"`
	// 状态 1正常,0停用
	Status string `json:"status,omitempty" xml:"status,omitempty"`
	// 企业唯一标识
	RefEntId string `json:"ref_ent_id,omitempty" xml:"ref_ent_id,omitempty"`
	// 药品类型描叙(普通药品)
	PhysicTypeDesc string `json:"physic_type_desc,omitempty" xml:"physic_type_desc,omitempty"`
	// 包装数量
	PkgNum string `json:"pkg_num,omitempty" xml:"pkg_num,omitempty"`
	// 创建时间(为企业提供数据)
	CrtDate string `json:"crt_date,omitempty" xml:"crt_date,omitempty"`
	// 企业ID
	EntId string `json:"ent_id,omitempty" xml:"ent_id,omitempty"`
	// 制剂单位类型描述
	PrepnUnitDesc string `json:"prepn_unit_desc,omitempty" xml:"prepn_unit_desc,omitempty"`
	// 年赋码量
	AnnCodeAmt string `json:"ann_code_amt,omitempty" xml:"ann_code_amt,omitempty"`
	// 药品批准文号ID(药品目录)
	DrugApprovalInfoId string `json:"drug_approval_info_id,omitempty" xml:"drug_approval_info_id,omitempty"`
	// 药品本位码
	SdcCode string `json:"sdc_code,omitempty" xml:"sdc_code,omitempty"`
	// 药品有效期数(月/年)
	ExprieLife string `json:"exprie_life,omitempty" xml:"exprie_life,omitempty"`
	// 商品名称
	ProdName string `json:"prod_name,omitempty" xml:"prod_name,omitempty"`
	// 药品类型(详见码表) 1:特殊药品原料药,2:特殊药品制剂,3:普通药品,9:未分类
	PhysicType string `json:"physic_type,omitempty" xml:"physic_type,omitempty"`
	// 生产企业详细地址
	RegRegionDetail string `json:"reg_region_detail,omitempty" xml:"reg_region_detail,omitempty"`
	// 申请码标识:1未申请,2已申请
	PhysicNatCode string `json:"physic_nat_code,omitempty" xml:"physic_nat_code,omitempty"`
	// 药品ID
	DrugEntBaseInfoId string `json:"drug_ent_base_info_id,omitempty" xml:"drug_ent_base_info_id,omitempty"`
	// 制剂单位类型(详见码表)
	PrepnUnit string `json:"prepn_unit,omitempty" xml:"prepn_unit,omitempty"`
	// 制剂规格
	PrepnSpec string `json:"prepn_spec,omitempty" xml:"prepn_spec,omitempty"`
	// 剂型(制剂类型)
	PrepnType string `json:"prepn_type,omitempty" xml:"prepn_type,omitempty"`
	// 企业药品ID
	DrugEntBaseId string `json:"drug_ent_base_id,omitempty" xml:"drug_ent_base_id,omitempty"`
	// 剂型描述
	PrepnTypeDesc string `json:"prepn_type_desc,omitempty" xml:"prepn_type_desc,omitempty"`
	// 药品通用名称
	PhysicName string `json:"physic_name,omitempty" xml:"physic_name,omitempty"`
	// 包装单位
	PkgUnit string `json:"pkg_unit,omitempty" xml:"pkg_unit,omitempty"`
	// 包装规格常规
	PkgSpecCrit string `json:"pkg_spec_crit,omitempty" xml:"pkg_spec_crit,omitempty"`
	// 是否授权0未授权,1已授权
	AuthorizerFlag string `json:"authorizer_flag,omitempty" xml:"authorizer_flag,omitempty"`
	// 修改时间
	ModDate string `json:"mod_date,omitempty" xml:"mod_date,omitempty"`
	// 批准文号
	ApprovalLicenceNo string `json:"approval_licence_no,omitempty" xml:"approval_licence_no,omitempty"`
	// 药品信息
	PhysicInfo string `json:"physic_info,omitempty" xml:"physic_info,omitempty"`
	// 药品自类编码
	ProdCode string `json:"prod_code,omitempty" xml:"prod_code,omitempty"`
	// 批准文号类型
	ApprovalLicenceType string `json:"approval_licence_type,omitempty" xml:"approval_licence_type,omitempty"`
}

ResDrugDetailInfoDto 结构体

type ResProdCodes

type ResProdCodes struct {
	// 资源码
	ResCodeList []ResCode `json:"res_code_list,omitempty" xml:"res_code_list>res_code,omitempty"`
}

ResProdCodes 结构体

type ResponseBody

type ResponseBody struct {
	// 流向对象
	FlowList []FlowEntity `json:"flow_list,omitempty" xml:"flow_list>flow_entity,omitempty"`
	// 首次查询时间
	FirstQueryTime string `json:"first_query_time,omitempty" xml:"first_query_time,omitempty"`
	// 最后操作时间
	LastBizDate string `json:"last_biz_date,omitempty" xml:"last_biz_date,omitempty"`
	// 药品状态
	Status string `json:"status,omitempty" xml:"status,omitempty"`
	// 查询次数
	QueryCount string `json:"query_count,omitempty" xml:"query_count,omitempty"`
	// 商品信息、生产信息
	ProductInfoList *ProductInfoList `json:"product_info_list,omitempty" xml:"product_info_list,omitempty"`
}

ResponseBody 结构体

type RichTextDto

type RichTextDto struct {
	// 图片
	Pictures []string `json:"pictures,omitempty" xml:"pictures>string,omitempty"`
	// 文字
	Text string `json:"text,omitempty" xml:"text,omitempty"`
}

RichTextDto 结构体

type SaveCodeRelationResultDto

type SaveCodeRelationResultDto struct {
	// 结果信息
	ResponseMessage string `json:"response_message,omitempty" xml:"response_message,omitempty"`
	// 结果标记
	Flag string `json:"flag,omitempty" xml:"flag,omitempty"`
}

SaveCodeRelationResultDto 结构体

type SaveCodeRelationType

type SaveCodeRelationType struct {
	// 操作的icCode
	OperIcCode string `json:"oper_ic_code,omitempty" xml:"oper_ic_code,omitempty"`
	// 用户证书
	UserCert string `json:"user_cert,omitempty" xml:"user_cert,omitempty"`
	// 生产码
	ProdCode string `json:"prod_code,omitempty" xml:"prod_code,omitempty"`
	// 企业名
	EntName string `json:"ent_name,omitempty" xml:"ent_name,omitempty"`
	// 操作员姓名
	OperIcName string `json:"oper_ic_name,omitempty" xml:"oper_ic_name,omitempty"`
	// 上传标记
	UploadFlag string `json:"upload_flag,omitempty" xml:"upload_flag,omitempty"`
	// 上传文件的文件名(建议填写一个,用于后面查询)
	UploadFileName string `json:"upload_file_name,omitempty" xml:"upload_file_name,omitempty"`
	// 上传日期(格式 2018-09-18)
	CrtDate string `json:"crt_date,omitempty" xml:"crt_date,omitempty"`
	// 上传文件的企业ID
	EntSeqNo string `json:"ent_seq_no,omitempty" xml:"ent_seq_no,omitempty"`
	// 1药  3中药饮片  5医疗器材
	BusinessType int64 `json:"business_type,omitempty" xml:"business_type,omitempty"`
}

SaveCodeRelationType 结构体

type SecondaryAttrDto

type SecondaryAttrDto struct {
	// 二级药物属性名称
	SecondaryAttributeName string `json:"secondary_attribute_name,omitempty" xml:"secondary_attribute_name,omitempty"`
	// 二级药物属性编号
	SecondaryAttributeNo string `json:"secondary_attribute_no,omitempty" xml:"secondary_attribute_no,omitempty"`
	// 二级药物属性描述
	SecondaryAttrDesc string `json:"secondary_attr_desc,omitempty" xml:"secondary_attr_desc,omitempty"`
	// 药品id
	DrugEntBaseInfoId string `json:"drug_ent_base_info_id,omitempty" xml:"drug_ent_base_info_id,omitempty"`
}

SecondaryAttrDto 结构体

type SeedlingsBaseInfoDto

type SeedlingsBaseInfoDto struct {
	// 基地图片(上传图片)图片建议尺寸:height: 310px;width: 670px;
	BasePictures []string `json:"base_pictures,omitempty" xml:"base_pictures>string,omitempty"`
	// 品种
	Variety string `json:"variety,omitempty" xml:"variety,omitempty"`
	// 繁殖部位
	BreedingSite string `json:"breeding_site,omitempty" xml:"breeding_site,omitempty"`
	// 种苗来源
	SeedlingSource string `json:"seedling_source,omitempty" xml:"seedling_source,omitempty"`
	// 地理区位
	GeographicLocation string `json:"geographic_location,omitempty" xml:"geographic_location,omitempty"`
	// 基地面积
	BaseArea string `json:"base_area,omitempty" xml:"base_area,omitempty"`
	// 基地位置
	BaseLocation string `json:"base_location,omitempty" xml:"base_location,omitempty"`
	// 基地名称
	BaseName string `json:"base_name,omitempty" xml:"base_name,omitempty"`
	// 基地认证(文字+图片)图片建议尺寸:height: 310px;width: 670px;
	BaseCertification *RichTextDto `json:"base_certification,omitempty" xml:"base_certification,omitempty"`
}

SeedlingsBaseInfoDto 结构体

type StorageTemperatureList

type StorageTemperatureList struct {
	// 设备名称
	EquipmentName string `json:"equipment_name,omitempty" xml:"equipment_name,omitempty"`
	// 时间
	Time string `json:"time,omitempty" xml:"time,omitempty"`
	// 设备编号
	EquipmentCode string `json:"equipment_code,omitempty" xml:"equipment_code,omitempty"`
	// 最低温度
	MinValue string `json:"min_value,omitempty" xml:"min_value,omitempty"`
	// 上传企业名称
	UploadEntName string `json:"upload_ent_name,omitempty" xml:"upload_ent_name,omitempty"`
	// 单据编号
	BillCode string `json:"bill_code,omitempty" xml:"bill_code,omitempty"`
	// 温度类型
	Type string `json:"type,omitempty" xml:"type,omitempty"`
	// 最高温度
	MaxValue string `json:"max_value,omitempty" xml:"max_value,omitempty"`
}

StorageTemperatureList 结构体

type StoreTerraceBillDto

type StoreTerraceBillDto struct {
	// 单据ID
	BillId string `json:"bill_id,omitempty" xml:"bill_id,omitempty"`
	// 单据编码
	BillCode string `json:"bill_code,omitempty" xml:"bill_code,omitempty"`
	// 企业ID
	EntId string `json:"ent_id,omitempty" xml:"ent_id,omitempty"`
	// 创建时间
	CrtDate string `json:"crt_date,omitempty" xml:"crt_date,omitempty"`
	// 上传标识
	UploadFlag string `json:"upload_flag,omitempty" xml:"upload_flag,omitempty"`
	// 文件名称
	UploadFileName string `json:"upload_file_name,omitempty" xml:"upload_file_name,omitempty"`
	// 处理标识
	ProcessFlag string `json:"process_flag,omitempty" xml:"process_flag,omitempty"`
	// 处理日期
	ProcessDate string `json:"process_date,omitempty" xml:"process_date,omitempty"`
	// 单据类型
	DataType string `json:"data_type,omitempty" xml:"data_type,omitempty"`
	// 药品类型
	DrugType string `json:"drug_type,omitempty" xml:"drug_type,omitempty"`
	// 详情信息
	NoteInfo string `json:"note_info,omitempty" xml:"note_info,omitempty"`
	// 操作人编码
	CorpId string `json:"corp_id,omitempty" xml:"corp_id,omitempty"`
	// 操作人姓名
	CorpName string `json:"corp_name,omitempty" xml:"corp_name,omitempty"`
	// 单据日期
	StoreInOutDate string `json:"store_in_out_date,omitempty" xml:"store_in_out_date,omitempty"`
	// 上传文件路径
	UploadFilePath string `json:"upload_file_path,omitempty" xml:"upload_file_path,omitempty"`
	// 发货单位
	FromUserId string `json:"from_user_id,omitempty" xml:"from_user_id,omitempty"`
	// 发货单位
	FromRefUserId string `json:"from_ref_user_id,omitempty" xml:"from_ref_user_id,omitempty"`
	// 收货单位
	ToUserId string `json:"to_user_id,omitempty" xml:"to_user_id,omitempty"`
	// 收货单位
	ToRefUserId string `json:"to_ref_user_id,omitempty" xml:"to_ref_user_id,omitempty"`
	// 是否匹配
	OrderIsmatched string `json:"order_ismatched,omitempty" xml:"order_ismatched,omitempty"`
	// 企业ID
	RefUserId string `json:"ref_user_id,omitempty" xml:"ref_user_id,omitempty"`
	// 处理状态
	ResultType string `json:"result_type,omitempty" xml:"result_type,omitempty"`
}

StoreTerraceBillDto 结构体

type SubType

type SubType struct {
	// 药品id
	DrugEntBaseInfoId string `json:"drug_ent_base_info_id,omitempty" xml:"drug_ent_base_info_id,omitempty"`
	// 批准文号
	AuthorizedNo string `json:"authorized_no,omitempty" xml:"authorized_no,omitempty"`
	// 包装单位
	PackUnit string `json:"pack_unit,omitempty" xml:"pack_unit,omitempty"`
	// 包装规格
	PackageSpec string `json:"package_spec,omitempty" xml:"package_spec,omitempty"`
	// 药品详细类型
	PhysicDetailType string `json:"physic_detail_type,omitempty" xml:"physic_detail_type,omitempty"`
	// 有效期
	PhysicExpiry string `json:"physic_expiry,omitempty" xml:"physic_expiry,omitempty"`
	// 有效期单位
	PhysicExpiryUnit string `json:"physic_expiry_unit,omitempty" xml:"physic_expiry_unit,omitempty"`
	// 药品信息
	PhysicInfo string `json:"physic_info,omitempty" xml:"physic_info,omitempty"`
	// 药品类型
	PhysicType string `json:"physic_type,omitempty" xml:"physic_type,omitempty"`
	// 包装数量
	PkgNum string `json:"pkg_num,omitempty" xml:"pkg_num,omitempty"`
	// 制剂单位
	PrepnUnit string `json:"prepn_unit,omitempty" xml:"prepn_unit,omitempty"`
	// 药品名称
	ProductName string `json:"product_name,omitempty" xml:"product_name,omitempty"`
	// 制剂规格
	Spec string `json:"spec,omitempty" xml:"spec,omitempty"`
	// 类型
	Type string `json:"type,omitempty" xml:"type,omitempty"`
	// 子类编码
	TypeNo string `json:"type_no,omitempty" xml:"type_no,omitempty"`
	// 资源码信息
	ResProdCodes *ResProdCodes `json:"res_prod_codes,omitempty" xml:"res_prod_codes,omitempty"`
}

SubType 结构体

type SubTypeList

type SubTypeList struct {
	// 码列表
	CodeResList []CodeResList `json:"code_res_list,omitempty" xml:"code_res_list>code_res_list,omitempty"`
	// 制剂单位
	PrepnUnit string `json:"prepn_unit,omitempty" xml:"prepn_unit,omitempty"`
	// 包装规格
	PackageSpec string `json:"package_spec,omitempty" xml:"package_spec,omitempty"`
	// 制剂规格
	PrepnSpec string `json:"prepn_spec,omitempty" xml:"prepn_spec,omitempty"`
	// 企业药品ID
	ProdSeqNo string `json:"prod_seq_no,omitempty" xml:"prod_seq_no,omitempty"`
	// 批准文号
	ApproveNo string `json:"approve_no,omitempty" xml:"approve_no,omitempty"`
	// 药品详情类型
	PhysicDetailType string `json:"physic_detail_type,omitempty" xml:"physic_detail_type,omitempty"`
	// 包装单位
	PackUnit string `json:"pack_unit,omitempty" xml:"pack_unit,omitempty"`
	// 药品ID
	DrugEntBaseInfoId string `json:"drug_ent_base_info_id,omitempty" xml:"drug_ent_base_info_id,omitempty"`
	// 包装单位
	PackUnitName string `json:"pack_unit_name,omitempty" xml:"pack_unit_name,omitempty"`
	// 制剂描述
	PrepnDesc string `json:"prepn_desc,omitempty" xml:"prepn_desc,omitempty"`
	// 制剂单位描述
	PrepnUnitName string `json:"prepn_unit_name,omitempty" xml:"prepn_unit_name,omitempty"`
	// 子类型
	SubTypeNo string `json:"sub_type_no,omitempty" xml:"sub_type_no,omitempty"`
}

SubTypeList 结构体

type SysCertDto

type SysCertDto struct {
	// 证书序列号
	CertSn string `json:"cert_sn,omitempty" xml:"cert_sn,omitempty"`
	// 证书公钥
	Cert string `json:"cert,omitempty" xml:"cert,omitempty"`
}

SysCertDto 结构体

type TopResultModel

type TopResultModel struct {
	// 导出的项目和药品目录
	Models []TrialProjectDto `json:"models,omitempty" xml:"models>trial_project_dto,omitempty"`
	// 操作码
	MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"`
	// 操作说明
	MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"`
	// 顶层结构
	Model *AdvanceCodeSearchDto `json:"model,omitempty" xml:"model,omitempty"`
	// 调用成功
	ResponseSuccess bool `json:"response_success,omitempty" xml:"response_success,omitempty"`
}

TopResultModel 结构体

type TransportTemperatureList

type TransportTemperatureList struct {
	// 设备名称
	EquipmentName string `json:"equipment_name,omitempty" xml:"equipment_name,omitempty"`
	// 时间
	Time string `json:"time,omitempty" xml:"time,omitempty"`
	// 设备编号
	EquipmentCode string `json:"equipment_code,omitempty" xml:"equipment_code,omitempty"`
	// 最低温度
	MinValue string `json:"min_value,omitempty" xml:"min_value,omitempty"`
	// 上传企业
	UploadEntName string `json:"upload_ent_name,omitempty" xml:"upload_ent_name,omitempty"`
	// 单据编号
	BillCode string `json:"bill_code,omitempty" xml:"bill_code,omitempty"`
	// 温度类型
	Type string `json:"type,omitempty" xml:"type,omitempty"`
	// 最高温度
	MaxValue string `json:"max_value,omitempty" xml:"max_value,omitempty"`
}

TransportTemperatureList 结构体

type TrialProjectAndAttributeDto

type TrialProjectAndAttributeDto struct {
	// 一级药物属性
	FirstAttrDtoList []FirstAttrDto `json:"first_attr_dto_list,omitempty" xml:"first_attr_dto_list>first_attr_dto,omitempty"`
	// 项目名称
	TrialProjectName string `json:"trial_project_name,omitempty" xml:"trial_project_name,omitempty"`
	// 项目编号
	TrialProjectNo string `json:"trial_project_no,omitempty" xml:"trial_project_no,omitempty"`
}

TrialProjectAndAttributeDto 结构体

type TrialProjectDto

type TrialProjectDto struct {
	// 药品信息
	DrugDtoList []SubType `json:"drug_dto_list,omitempty" xml:"drug_dto_list>sub_type,omitempty"`
	// 项目名称
	TrialProjectName string `json:"trial_project_name,omitempty" xml:"trial_project_name,omitempty"`
	// 项目编号
	TrialProjectNo string `json:"trial_project_no,omitempty" xml:"trial_project_no,omitempty"`
}

TrialProjectDto 结构体

type TrialProjectInfoDto

type TrialProjectInfoDto struct {
	// 项目和药物属性
	ProjectAndAttributeDtoList []TrialProjectAndAttributeDto `` /* 126-byte string literal not displayed */
	// 药品信息
	DrugDtoList []SubType `json:"drug_dto_list,omitempty" xml:"drug_dto_list>sub_type,omitempty"`
}

TrialProjectInfoDto 结构体

type VaTemperatureBillResultDto added in v1.2.0

type VaTemperatureBillResultDto struct {
	// 最小温度值
	MinValue string `json:"min_value,omitempty" xml:"min_value,omitempty"`
	// 设备编号
	EquipmentCode string `json:"equipment_code,omitempty" xml:"equipment_code,omitempty"`
	// 最大温度值
	MaxValue string `json:"max_value,omitempty" xml:"max_value,omitempty"`
	// 上传企业名称
	UploadEntName string `json:"upload_ent_name,omitempty" xml:"upload_ent_name,omitempty"`
	// 设备名称
	EquipmentName string `json:"equipment_name,omitempty" xml:"equipment_name,omitempty"`
	// 单据编号
	BillCode string `json:"bill_code,omitempty" xml:"bill_code,omitempty"`
	// 时间
	Time string `json:"time,omitempty" xml:"time,omitempty"`
	// 温度类型:存储温度/运输温度u
	Type string `json:"type,omitempty" xml:"type,omitempty"`
}

VaTemperatureBillResultDto 结构体

type Validationruledtos

type Validationruledtos struct {
	// 校验的字段名称,如expire_date(有效期)、sdc_code(本位码)、prepn_spec(制剂规格)
	FieldName string `json:"field_name,omitempty" xml:"field_name,omitempty"`
	// 校验结果Code,  0:通过;1:不通过
	ResultCode string `json:"result_code,omitempty" xml:"result_code,omitempty"`
	// 校验结果描述
	ResultDesc string `json:"result_desc,omitempty" xml:"result_desc,omitempty"`
}

Validationruledtos 结构体

type WarehouseInfoDto

type WarehouseInfoDto struct {
	// 存储管理图片(上传图片)图片建议尺寸:height: 310px;width: 670px;
	StoragePictures []string `json:"storage_pictures,omitempty" xml:"storage_pictures>string,omitempty"`
	// 仓库位置
	WarehouseLocation string `json:"warehouse_location,omitempty" xml:"warehouse_location,omitempty"`
	// 入库日期yyyy-MM-dd
	InboundDate string `json:"inbound_date,omitempty" xml:"inbound_date,omitempty"`
	// 入库数量
	InboundSum string `json:"inbound_sum,omitempty" xml:"inbound_sum,omitempty"`
	// 保管条件
	StorageConditions string `json:"storage_conditions,omitempty" xml:"storage_conditions,omitempty"`
	// 养护周期
	MaintenanceCycle string `json:"maintenance_cycle,omitempty" xml:"maintenance_cycle,omitempty"`
	// 出库数量
	OutboundSum string `json:"outbound_sum,omitempty" xml:"outbound_sum,omitempty"`
	// 出库日期yyyy-MM-dd
	OutboundDate string `json:"outbound_date,omitempty" xml:"outbound_date,omitempty"`
}

WarehouseInfoDto 结构体

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL