alihealthoutflow

package
v1.1.5 Latest Latest
Warning

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

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

Documentation

Overview

阿里健康医生 model

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

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AlibabaAlihealthAsyncprescribePrescriptionDetailAPIResponse

type AlibabaAlihealthAsyncprescribePrescriptionDetailAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthAsyncprescribePrescriptionDetailResponse
}

异步开方处方详情 API返回值 alibaba.alihealth.asyncprescribe.prescription.detail

异步开方处方查询

type AlibabaAlihealthAsyncprescribePrescriptionDetailRequest

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

异步开方处方详情 API请求 alibaba.alihealth.asyncprescribe.prescription.detail

异步开方处方查询

func NewAlibabaAlihealthAsyncprescribePrescriptionDetailRequest

func NewAlibabaAlihealthAsyncprescribePrescriptionDetailRequest() *AlibabaAlihealthAsyncprescribePrescriptionDetailRequest

初始化AlibabaAlihealthAsyncprescribePrescriptionDetailRequest对象

func (AlibabaAlihealthAsyncprescribePrescriptionDetailRequest) GetApiMethodName

IRequest interface 方法, 获取Api method

func (AlibabaAlihealthAsyncprescribePrescriptionDetailRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (AlibabaAlihealthAsyncprescribePrescriptionDetailRequest) GetDetailRequest

DetailRequest Getter

func (*AlibabaAlihealthAsyncprescribePrescriptionDetailRequest) SetDetailRequest

DetailRequest Setter 入参

type AlibabaAlihealthAsyncprescribePrescriptionDetailResponse

type AlibabaAlihealthAsyncprescribePrescriptionDetailResponse struct {
	XMLName xml.Name `xml:"alibaba_alihealth_asyncprescribe_prescription_detail_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// alinkappserver系统返回的通用结果类
	ServiceResult *ServiceResult `json:"service_result,omitempty" xml:"service_result,omitempty"`
}

异步开方处方详情 成功返回结果

type AlibabaAlihealthAsyncprescribePrescriptionSearchAPIResponse

type AlibabaAlihealthAsyncprescribePrescriptionSearchAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthAsyncprescribePrescriptionSearchResponse
}

异步开方处方查询 API返回值 alibaba.alihealth.asyncprescribe.prescription.search

异步开方处方查询

type AlibabaAlihealthAsyncprescribePrescriptionSearchRequest

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

异步开方处方查询 API请求 alibaba.alihealth.asyncprescribe.prescription.search

异步开方处方查询

func NewAlibabaAlihealthAsyncprescribePrescriptionSearchRequest

func NewAlibabaAlihealthAsyncprescribePrescriptionSearchRequest() *AlibabaAlihealthAsyncprescribePrescriptionSearchRequest

初始化AlibabaAlihealthAsyncprescribePrescriptionSearchRequest对象

func (AlibabaAlihealthAsyncprescribePrescriptionSearchRequest) GetApiMethodName

IRequest interface 方法, 获取Api method

func (AlibabaAlihealthAsyncprescribePrescriptionSearchRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (AlibabaAlihealthAsyncprescribePrescriptionSearchRequest) GetSearchRequest

SearchRequest Getter

func (*AlibabaAlihealthAsyncprescribePrescriptionSearchRequest) SetSearchRequest

SearchRequest Setter 查询入参

type AlibabaAlihealthAsyncprescribePrescriptionSearchResponse

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

异步开方处方查询 成功返回结果

type AlibabaAlihealthHealthRecordHaveAPIResponse

type AlibabaAlihealthHealthRecordHaveAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthHealthRecordHaveResponse
}

判断用户的慢健康健康档案是否建设完成 API返回值 alibaba.alihealth.health.record.have

判断用户的慢健康健康档案是否建设完成

type AlibabaAlihealthHealthRecordHaveRequest

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

判断用户的慢健康健康档案是否建设完成 API请求 alibaba.alihealth.health.record.have

判断用户的慢健康健康档案是否建设完成

func NewAlibabaAlihealthHealthRecordHaveRequest

func NewAlibabaAlihealthHealthRecordHaveRequest() *AlibabaAlihealthHealthRecordHaveRequest

初始化AlibabaAlihealthHealthRecordHaveRequest对象

func (AlibabaAlihealthHealthRecordHaveRequest) GetApiMethodName

func (r AlibabaAlihealthHealthRecordHaveRequest) GetApiMethodName() string

IRequest interface 方法, 获取Api method

func (AlibabaAlihealthHealthRecordHaveRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (AlibabaAlihealthHealthRecordHaveRequest) GetRequest1

Request1 Getter

func (*AlibabaAlihealthHealthRecordHaveRequest) SetRequest1

Request1 Setter 入参

type AlibabaAlihealthHealthRecordHaveResponse

type AlibabaAlihealthHealthRecordHaveResponse struct {
	XMLName xml.Name `xml:"alibaba_alihealth_health_record_have_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result1 *AlibabaAlihealthHealthRecordHaveResult `json:"result1,omitempty" xml:"result1,omitempty"`
}

判断用户的慢健康健康档案是否建设完成 成功返回结果

type AlibabaAlihealthHealthRecordHaveResult

type AlibabaAlihealthHealthRecordHaveResult struct {
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
	// 返回结果
	Model *HaveRecordResponse `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"`
}

AlibabaAlihealthHealthRecordHaveResult

type AlibabaAlihealthOutflowDiagnosisSaveorupdateAPIResponse

type AlibabaAlihealthOutflowDiagnosisSaveorupdateAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthOutflowDiagnosisSaveorupdateResponse
}

处方外流-诊断字典表 API返回值 alibaba.alihealth.outflow.diagnosis.saveorupdate

阿里健康-处方外流-对外提供诊断字典表维护功能

type AlibabaAlihealthOutflowDiagnosisSaveorupdateRequest

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

处方外流-诊断字典表 API请求 alibaba.alihealth.outflow.diagnosis.saveorupdate

阿里健康-处方外流-对外提供诊断字典表维护功能

func NewAlibabaAlihealthOutflowDiagnosisSaveorupdateRequest

func NewAlibabaAlihealthOutflowDiagnosisSaveorupdateRequest() *AlibabaAlihealthOutflowDiagnosisSaveorupdateRequest

初始化AlibabaAlihealthOutflowDiagnosisSaveorupdateRequest对象

func (AlibabaAlihealthOutflowDiagnosisSaveorupdateRequest) GetApiMethodName

IRequest interface 方法, 获取Api method

func (AlibabaAlihealthOutflowDiagnosisSaveorupdateRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (AlibabaAlihealthOutflowDiagnosisSaveorupdateRequest) GetDiagnoseDictDto

DiagnoseDictDto Getter

func (*AlibabaAlihealthOutflowDiagnosisSaveorupdateRequest) SetDiagnoseDictDto

func (r *AlibabaAlihealthOutflowDiagnosisSaveorupdateRequest) SetDiagnoseDictDto(diagnoseDictDto *DiagnoseDictDto) error

DiagnoseDictDto Setter 诊断数据

type AlibabaAlihealthOutflowDiagnosisSaveorupdateResponse

type AlibabaAlihealthOutflowDiagnosisSaveorupdateResponse struct {
	XMLName xml.Name `xml:"alibaba_alihealth_outflow_diagnosis_saveorupdate_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// ServiceResult
	ServiceResult *ServiceResult `json:"service_result,omitempty" xml:"service_result,omitempty"`
}

处方外流-诊断字典表 成功返回结果

type AlibabaAlihealthOutflowDrugSaveorupdateAPIResponse

type AlibabaAlihealthOutflowDrugSaveorupdateAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthOutflowDrugSaveorupdateResponse
}

处方外流-药品同步接口 API返回值 alibaba.alihealth.outflow.drug.saveorupdate

处方外流-药品同步接口

type AlibabaAlihealthOutflowDrugSaveorupdateRequest

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

处方外流-药品同步接口 API请求 alibaba.alihealth.outflow.drug.saveorupdate

处方外流-药品同步接口

func NewAlibabaAlihealthOutflowDrugSaveorupdateRequest

func NewAlibabaAlihealthOutflowDrugSaveorupdateRequest() *AlibabaAlihealthOutflowDrugSaveorupdateRequest

初始化AlibabaAlihealthOutflowDrugSaveorupdateRequest对象

func (AlibabaAlihealthOutflowDrugSaveorupdateRequest) GetApiMethodName

IRequest interface 方法, 获取Api method

func (AlibabaAlihealthOutflowDrugSaveorupdateRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (AlibabaAlihealthOutflowDrugSaveorupdateRequest) GetDrugRequest

DrugRequest Getter

func (*AlibabaAlihealthOutflowDrugSaveorupdateRequest) SetDrugRequest

func (r *AlibabaAlihealthOutflowDrugSaveorupdateRequest) SetDrugRequest(drugRequest *DrugRequest) error

DrugRequest Setter 结果集

type AlibabaAlihealthOutflowDrugSaveorupdateResponse

type AlibabaAlihealthOutflowDrugSaveorupdateResponse struct {
	XMLName xml.Name `xml:"alibaba_alihealth_outflow_drug_saveorupdate_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// alinkappserver系统返回的通用结果类
	ServiceResult *ServiceResult `json:"service_result,omitempty" xml:"service_result,omitempty"`
}

处方外流-药品同步接口 成功返回结果

type AlibabaAlihealthOutflowDrugSupervisionQueryAPIResponse

type AlibabaAlihealthOutflowDrugSupervisionQueryAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthOutflowDrugSupervisionQueryResponse
}

监管平台药品查询 API返回值 alibaba.alihealth.outflow.drug.supervision.query

获取监管平台药品数据

type AlibabaAlihealthOutflowDrugSupervisionQueryRequest

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

监管平台药品查询 API请求 alibaba.alihealth.outflow.drug.supervision.query

获取监管平台药品数据

func NewAlibabaAlihealthOutflowDrugSupervisionQueryRequest

func NewAlibabaAlihealthOutflowDrugSupervisionQueryRequest() *AlibabaAlihealthOutflowDrugSupervisionQueryRequest

初始化AlibabaAlihealthOutflowDrugSupervisionQueryRequest对象

func (AlibabaAlihealthOutflowDrugSupervisionQueryRequest) GetApiMethodName

IRequest interface 方法, 获取Api method

func (AlibabaAlihealthOutflowDrugSupervisionQueryRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (AlibabaAlihealthOutflowDrugSupervisionQueryRequest) GetRequest1

Request1 Getter

func (*AlibabaAlihealthOutflowDrugSupervisionQueryRequest) SetRequest1

Request1 Setter 请求

type AlibabaAlihealthOutflowDrugSupervisionQueryResponse

type AlibabaAlihealthOutflowDrugSupervisionQueryResponse struct {
	XMLName xml.Name `xml:"alibaba_alihealth_outflow_drug_supervision_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// alinkappserver系统返回的通用结果类
	ServiceResult *ServiceResult `json:"service_result,omitempty" xml:"service_result,omitempty"`
}

监管平台药品查询 成功返回结果

type AlibabaAlihealthOutflowGetbyverifycodeAPIResponse

type AlibabaAlihealthOutflowGetbyverifycodeAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthOutflowGetbyverifycodeResponse
}

处方外流药店通过核销码获取处方 API返回值 alibaba.alihealth.outflow.getbyverifycode

阿里健康对合作药店提供通过核销码查看处方的功能

type AlibabaAlihealthOutflowGetbyverifycodeRequest

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

处方外流药店通过核销码获取处方 API请求 alibaba.alihealth.outflow.getbyverifycode

阿里健康对合作药店提供通过核销码查看处方的功能

func NewAlibabaAlihealthOutflowGetbyverifycodeRequest

func NewAlibabaAlihealthOutflowGetbyverifycodeRequest() *AlibabaAlihealthOutflowGetbyverifycodeRequest

初始化AlibabaAlihealthOutflowGetbyverifycodeRequest对象

func (AlibabaAlihealthOutflowGetbyverifycodeRequest) GetApiMethodName

IRequest interface 方法, 获取Api method

func (AlibabaAlihealthOutflowGetbyverifycodeRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (AlibabaAlihealthOutflowGetbyverifycodeRequest) GetPrescriptionGetByVerifyRequest

PrescriptionGetByVerifyRequest Getter

func (*AlibabaAlihealthOutflowGetbyverifycodeRequest) SetPrescriptionGetByVerifyRequest

func (r *AlibabaAlihealthOutflowGetbyverifycodeRequest) SetPrescriptionGetByVerifyRequest(prescriptionGetByVerifyRequest *PrescriptionGetByVerifyRequest) error

PrescriptionGetByVerifyRequest Setter 入参

type AlibabaAlihealthOutflowGetbyverifycodeResponse

type AlibabaAlihealthOutflowGetbyverifycodeResponse struct {
	XMLName xml.Name `xml:"alibaba_alihealth_outflow_getbyverifycode_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// alinkappserver系统返回的通用结果类
	Result *ServiceResult `json:"result,omitempty" xml:"result,omitempty"`
}

处方外流药店通过核销码获取处方 成功返回结果

type AlibabaAlihealthOutflowOperationinfoSyncAPIResponse

type AlibabaAlihealthOutflowOperationinfoSyncAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthOutflowOperationinfoSyncResponse
}

处方外流-操作信息同步 API返回值 alibaba.alihealth.outflow.operationinfo.sync

阿里健康-处方外流-对外提供同步操作信息功能

type AlibabaAlihealthOutflowOperationinfoSyncRequest

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

处方外流-操作信息同步 API请求 alibaba.alihealth.outflow.operationinfo.sync

阿里健康-处方外流-对外提供同步操作信息功能

func NewAlibabaAlihealthOutflowOperationinfoSyncRequest

func NewAlibabaAlihealthOutflowOperationinfoSyncRequest() *AlibabaAlihealthOutflowOperationinfoSyncRequest

初始化AlibabaAlihealthOutflowOperationinfoSyncRequest对象

func (AlibabaAlihealthOutflowOperationinfoSyncRequest) GetApiMethodName

IRequest interface 方法, 获取Api method

func (AlibabaAlihealthOutflowOperationinfoSyncRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (AlibabaAlihealthOutflowOperationinfoSyncRequest) GetSyncOperationInfoRequest

SyncOperationInfoRequest Getter

func (*AlibabaAlihealthOutflowOperationinfoSyncRequest) SetSyncOperationInfoRequest

func (r *AlibabaAlihealthOutflowOperationinfoSyncRequest) SetSyncOperationInfoRequest(syncOperationInfoRequest *SyncOperationInfoRequest) error

SyncOperationInfoRequest Setter 入参

type AlibabaAlihealthOutflowOperationinfoSyncResponse

type AlibabaAlihealthOutflowOperationinfoSyncResponse struct {
	XMLName xml.Name `xml:"alibaba_alihealth_outflow_operationinfo_sync_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// ServiceResult
	ServiceResult *ServiceResult `json:"service_result,omitempty" xml:"service_result,omitempty"`
}

处方外流-操作信息同步 成功返回结果

type AlibabaAlihealthOutflowPatientinfoSyncAPIResponse

type AlibabaAlihealthOutflowPatientinfoSyncAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthOutflowPatientinfoSyncResponse
}

处方外流-患者基础信息同步 API返回值 alibaba.alihealth.outflow.patientinfo.sync

阿里健康-处方外流-对外提供同步患者基础信息功能

type AlibabaAlihealthOutflowPatientinfoSyncRequest

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

处方外流-患者基础信息同步 API请求 alibaba.alihealth.outflow.patientinfo.sync

阿里健康-处方外流-对外提供同步患者基础信息功能

func NewAlibabaAlihealthOutflowPatientinfoSyncRequest

func NewAlibabaAlihealthOutflowPatientinfoSyncRequest() *AlibabaAlihealthOutflowPatientinfoSyncRequest

初始化AlibabaAlihealthOutflowPatientinfoSyncRequest对象

func (AlibabaAlihealthOutflowPatientinfoSyncRequest) GetApiMethodName

IRequest interface 方法, 获取Api method

func (AlibabaAlihealthOutflowPatientinfoSyncRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (AlibabaAlihealthOutflowPatientinfoSyncRequest) GetSyncPatientInfoRequest

SyncPatientInfoRequest Getter

func (*AlibabaAlihealthOutflowPatientinfoSyncRequest) SetSyncPatientInfoRequest

func (r *AlibabaAlihealthOutflowPatientinfoSyncRequest) SetSyncPatientInfoRequest(syncPatientInfoRequest *SyncPatientInfoRequest) error

SyncPatientInfoRequest Setter 入参

type AlibabaAlihealthOutflowPatientinfoSyncResponse

type AlibabaAlihealthOutflowPatientinfoSyncResponse struct {
	XMLName xml.Name `xml:"alibaba_alihealth_outflow_patientinfo_sync_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// ServiceResult
	ServiceResult *ServiceResult `json:"service_result,omitempty" xml:"service_result,omitempty"`
}

处方外流-患者基础信息同步 成功返回结果

type AlibabaAlihealthOutflowPrescriptionCreateAPIResponse

type AlibabaAlihealthOutflowPrescriptionCreateAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthOutflowPrescriptionCreateResponse
}

处方外流-创建处方 API返回值 alibaba.alihealth.outflow.prescription.create

阿里健康-处方外流-对外提供保存处方功能

type AlibabaAlihealthOutflowPrescriptionCreateRequest

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

处方外流-创建处方 API请求 alibaba.alihealth.outflow.prescription.create

阿里健康-处方外流-对外提供保存处方功能

func NewAlibabaAlihealthOutflowPrescriptionCreateRequest

func NewAlibabaAlihealthOutflowPrescriptionCreateRequest() *AlibabaAlihealthOutflowPrescriptionCreateRequest

初始化AlibabaAlihealthOutflowPrescriptionCreateRequest对象

func (AlibabaAlihealthOutflowPrescriptionCreateRequest) GetApiMethodName

IRequest interface 方法, 获取Api method

func (AlibabaAlihealthOutflowPrescriptionCreateRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (AlibabaAlihealthOutflowPrescriptionCreateRequest) GetCreateRequest

CreateRequest Getter

func (*AlibabaAlihealthOutflowPrescriptionCreateRequest) SetCreateRequest

CreateRequest Setter 保存处方入参

type AlibabaAlihealthOutflowPrescriptionCreateResponse

type AlibabaAlihealthOutflowPrescriptionCreateResponse struct {
	XMLName xml.Name `xml:"alibaba_alihealth_outflow_prescription_create_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// ServiceResult
	ServiceResult *ServiceResult `json:"service_result,omitempty" xml:"service_result,omitempty"`
}

处方外流-创建处方 成功返回结果

type AlibabaAlihealthOutflowPrescriptionHospitalVerifyAPIResponse

type AlibabaAlihealthOutflowPrescriptionHospitalVerifyAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthOutflowPrescriptionHospitalVerifyResponse
}

处方同步至医院返回校验结果 API返回值 alibaba.alihealth.outflow.prescription.hospital.verify

处方同步至医院返回校验结果

type AlibabaAlihealthOutflowPrescriptionHospitalVerifyRequest

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

处方同步至医院返回校验结果 API请求 alibaba.alihealth.outflow.prescription.hospital.verify

处方同步至医院返回校验结果

func NewAlibabaAlihealthOutflowPrescriptionHospitalVerifyRequest

func NewAlibabaAlihealthOutflowPrescriptionHospitalVerifyRequest() *AlibabaAlihealthOutflowPrescriptionHospitalVerifyRequest

初始化AlibabaAlihealthOutflowPrescriptionHospitalVerifyRequest对象

func (AlibabaAlihealthOutflowPrescriptionHospitalVerifyRequest) GetApiMethodName

IRequest interface 方法, 获取Api method

func (AlibabaAlihealthOutflowPrescriptionHospitalVerifyRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (AlibabaAlihealthOutflowPrescriptionHospitalVerifyRequest) GetUpdateRequest

UpdateRequest Getter

func (*AlibabaAlihealthOutflowPrescriptionHospitalVerifyRequest) SetUpdateRequest

UpdateRequest Setter 入参对象

type AlibabaAlihealthOutflowPrescriptionHospitalVerifyResponse

type AlibabaAlihealthOutflowPrescriptionHospitalVerifyResponse struct {
	XMLName xml.Name `xml:"alibaba_alihealth_outflow_prescription_hospital_verify_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// ServiceResult
	ServiceResult *ServiceResult `json:"service_result,omitempty" xml:"service_result,omitempty"`
}

处方同步至医院返回校验结果 成功返回结果

type AlibabaAlihealthOutflowPrescriptionSyncstatusAPIResponse

type AlibabaAlihealthOutflowPrescriptionSyncstatusAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthOutflowPrescriptionSyncstatusResponse
}

处方外流-处方状态同步 API返回值 alibaba.alihealth.outflow.prescription.syncstatus

阿里健康-处方外流-对外提供同步处方状态功能

type AlibabaAlihealthOutflowPrescriptionSyncstatusRequest

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

处方外流-处方状态同步 API请求 alibaba.alihealth.outflow.prescription.syncstatus

阿里健康-处方外流-对外提供同步处方状态功能

func NewAlibabaAlihealthOutflowPrescriptionSyncstatusRequest

func NewAlibabaAlihealthOutflowPrescriptionSyncstatusRequest() *AlibabaAlihealthOutflowPrescriptionSyncstatusRequest

初始化AlibabaAlihealthOutflowPrescriptionSyncstatusRequest对象

func (AlibabaAlihealthOutflowPrescriptionSyncstatusRequest) GetApiMethodName

IRequest interface 方法, 获取Api method

func (AlibabaAlihealthOutflowPrescriptionSyncstatusRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (AlibabaAlihealthOutflowPrescriptionSyncstatusRequest) GetSyncStatusRequest

SyncStatusRequest Getter

func (*AlibabaAlihealthOutflowPrescriptionSyncstatusRequest) SetSyncStatusRequest

SyncStatusRequest Setter 入参

type AlibabaAlihealthOutflowPrescriptionSyncstatusResponse

type AlibabaAlihealthOutflowPrescriptionSyncstatusResponse struct {
	XMLName xml.Name `xml:"alibaba_alihealth_outflow_prescription_syncstatus_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// ServiceResult
	ServiceResult *ServiceResult `json:"service_result,omitempty" xml:"service_result,omitempty"`
}

处方外流-处方状态同步 成功返回结果

type AlibabaAlihealthOutflowPrescriptionUpdateAPIResponse

type AlibabaAlihealthOutflowPrescriptionUpdateAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthOutflowPrescriptionUpdateResponse
}

处方外流-修改处方 API返回值 alibaba.alihealth.outflow.prescription.update

阿里健康-处方外流-对外提供处方修改功能

type AlibabaAlihealthOutflowPrescriptionUpdateRequest

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

处方外流-修改处方 API请求 alibaba.alihealth.outflow.prescription.update

阿里健康-处方外流-对外提供处方修改功能

func NewAlibabaAlihealthOutflowPrescriptionUpdateRequest

func NewAlibabaAlihealthOutflowPrescriptionUpdateRequest() *AlibabaAlihealthOutflowPrescriptionUpdateRequest

初始化AlibabaAlihealthOutflowPrescriptionUpdateRequest对象

func (AlibabaAlihealthOutflowPrescriptionUpdateRequest) GetApiMethodName

IRequest interface 方法, 获取Api method

func (AlibabaAlihealthOutflowPrescriptionUpdateRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (AlibabaAlihealthOutflowPrescriptionUpdateRequest) GetUpdateRequest

UpdateRequest Getter

func (*AlibabaAlihealthOutflowPrescriptionUpdateRequest) SetUpdateRequest

UpdateRequest Setter 入参对象

type AlibabaAlihealthOutflowPrescriptionUpdateResponse

type AlibabaAlihealthOutflowPrescriptionUpdateResponse struct {
	XMLName xml.Name `xml:"alibaba_alihealth_outflow_prescription_update_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// ServiceResult
	ServiceResult *ServiceResult `json:"service_result,omitempty" xml:"service_result,omitempty"`
}

处方外流-修改处方 成功返回结果

type AlibabaAlihealthOutflowUsageSaveorupdateAPIResponse

type AlibabaAlihealthOutflowUsageSaveorupdateAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthOutflowUsageSaveorupdateResponse
}

处方外流-用法字典表 API返回值 alibaba.alihealth.outflow.usage.saveorupdate

阿里健康-处方外流-对外提供用法字典表维护功能

type AlibabaAlihealthOutflowUsageSaveorupdateRequest

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

处方外流-用法字典表 API请求 alibaba.alihealth.outflow.usage.saveorupdate

阿里健康-处方外流-对外提供用法字典表维护功能

func NewAlibabaAlihealthOutflowUsageSaveorupdateRequest

func NewAlibabaAlihealthOutflowUsageSaveorupdateRequest() *AlibabaAlihealthOutflowUsageSaveorupdateRequest

初始化AlibabaAlihealthOutflowUsageSaveorupdateRequest对象

func (AlibabaAlihealthOutflowUsageSaveorupdateRequest) GetApiMethodName

IRequest interface 方法, 获取Api method

func (AlibabaAlihealthOutflowUsageSaveorupdateRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (AlibabaAlihealthOutflowUsageSaveorupdateRequest) GetUsageRequest

UsageRequest Getter

func (*AlibabaAlihealthOutflowUsageSaveorupdateRequest) SetUsageRequest

func (r *AlibabaAlihealthOutflowUsageSaveorupdateRequest) SetUsageRequest(usageRequest *UsageRequest) error

UsageRequest Setter 用法数据

type AlibabaAlihealthOutflowUsageSaveorupdateResponse

type AlibabaAlihealthOutflowUsageSaveorupdateResponse struct {
	XMLName xml.Name `xml:"alibaba_alihealth_outflow_usage_saveorupdate_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// ServiceResult
	ServiceResult *ServiceResult `json:"service_result,omitempty" xml:"service_result,omitempty"`
}

处方外流-用法字典表 成功返回结果

type AlibabaAlihealthOutflowVerifyAPIResponse

type AlibabaAlihealthOutflowVerifyAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthOutflowVerifyResponse
}

处方外流药店通过核销码核销处方 API返回值 alibaba.alihealth.outflow.verify

处方外流药店通过核销码核销处方

type AlibabaAlihealthOutflowVerifyRequest

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

处方外流药店通过核销码核销处方 API请求 alibaba.alihealth.outflow.verify

处方外流药店通过核销码核销处方

func NewAlibabaAlihealthOutflowVerifyRequest

func NewAlibabaAlihealthOutflowVerifyRequest() *AlibabaAlihealthOutflowVerifyRequest

初始化AlibabaAlihealthOutflowVerifyRequest对象

func (AlibabaAlihealthOutflowVerifyRequest) GetApiMethodName

func (r AlibabaAlihealthOutflowVerifyRequest) GetApiMethodName() string

IRequest interface 方法, 获取Api method

func (AlibabaAlihealthOutflowVerifyRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (AlibabaAlihealthOutflowVerifyRequest) GetPrescriptionVerifyRequest

func (r AlibabaAlihealthOutflowVerifyRequest) GetPrescriptionVerifyRequest() *PrescriptionVerifyRequest

PrescriptionVerifyRequest Getter

func (*AlibabaAlihealthOutflowVerifyRequest) SetPrescriptionVerifyRequest

func (r *AlibabaAlihealthOutflowVerifyRequest) SetPrescriptionVerifyRequest(prescriptionVerifyRequest *PrescriptionVerifyRequest) error

PrescriptionVerifyRequest Setter 入参

type AlibabaAlihealthOutflowVerifyResponse

type AlibabaAlihealthOutflowVerifyResponse struct {
	XMLName xml.Name `xml:"alibaba_alihealth_outflow_verify_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// alinkappserver系统返回的通用结果类
	Result *ServiceResult `json:"result,omitempty" xml:"result,omitempty"`
}

处方外流药店通过核销码核销处方 成功返回结果

type AlibabaAlihealthOutflowVisitinfoSyncAPIResponse

type AlibabaAlihealthOutflowVisitinfoSyncAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthOutflowVisitinfoSyncResponse
}

处方外流-问诊、处方同步 API返回值 alibaba.alihealth.outflow.visitinfo.sync

阿里健康-处方外流-对外提供问诊、处方功能

type AlibabaAlihealthOutflowVisitinfoSyncRequest

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

处方外流-问诊、处方同步 API请求 alibaba.alihealth.outflow.visitinfo.sync

阿里健康-处方外流-对外提供问诊、处方功能

func NewAlibabaAlihealthOutflowVisitinfoSyncRequest

func NewAlibabaAlihealthOutflowVisitinfoSyncRequest() *AlibabaAlihealthOutflowVisitinfoSyncRequest

初始化AlibabaAlihealthOutflowVisitinfoSyncRequest对象

func (AlibabaAlihealthOutflowVisitinfoSyncRequest) GetApiMethodName

IRequest interface 方法, 获取Api method

func (AlibabaAlihealthOutflowVisitinfoSyncRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (AlibabaAlihealthOutflowVisitinfoSyncRequest) GetSyncVisitInfoRequest

SyncVisitInfoRequest Getter

func (*AlibabaAlihealthOutflowVisitinfoSyncRequest) SetSyncVisitInfoRequest

func (r *AlibabaAlihealthOutflowVisitinfoSyncRequest) SetSyncVisitInfoRequest(syncVisitInfoRequest *SyncVisitInfoRequest) error

SyncVisitInfoRequest Setter 入参

type AlibabaAlihealthOutflowVisitinfoSyncResponse

type AlibabaAlihealthOutflowVisitinfoSyncResponse struct {
	XMLName xml.Name `xml:"alibaba_alihealth_outflow_visitinfo_sync_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// ServiceResult
	ServiceResult *ServiceResult `json:"service_result,omitempty" xml:"service_result,omitempty"`
}

处方外流-问诊、处方同步 成功返回结果

type AlibabaAlihealthShortUrlGetAPIResponse

type AlibabaAlihealthShortUrlGetAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthShortUrlGetResponse
}

支付宝短链跳转三方h5通用接口 API返回值 alibaba.alihealth.short.url.get

支付宝短链跳转三方h5通用接口

type AlibabaAlihealthShortUrlGetRequest

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

支付宝短链跳转三方h5通用接口 API请求 alibaba.alihealth.short.url.get

支付宝短链跳转三方h5通用接口

func NewAlibabaAlihealthShortUrlGetRequest

func NewAlibabaAlihealthShortUrlGetRequest() *AlibabaAlihealthShortUrlGetRequest

初始化AlibabaAlihealthShortUrlGetRequest对象

func (AlibabaAlihealthShortUrlGetRequest) GetApiMethodName

func (r AlibabaAlihealthShortUrlGetRequest) GetApiMethodName() string

IRequest interface 方法, 获取Api method

func (AlibabaAlihealthShortUrlGetRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (AlibabaAlihealthShortUrlGetRequest) GetParams

Params Getter

func (AlibabaAlihealthShortUrlGetRequest) GetUrl

Url Getter

func (*AlibabaAlihealthShortUrlGetRequest) SetParams

func (r *AlibabaAlihealthShortUrlGetRequest) SetParams(params []string) error

Params Setter 参数替换列表

func (*AlibabaAlihealthShortUrlGetRequest) SetUrl

Url Setter 三方h5

type AlibabaAlihealthShortUrlGetResponse

type AlibabaAlihealthShortUrlGetResponse struct {
	XMLName xml.Name `xml:"alibaba_alihealth_short_url_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// alinkappserver系统返回的通用结果类
	ServiceResult *ServiceResult `json:"service_result,omitempty" xml:"service_result,omitempty"`
}

支付宝短链跳转三方h5通用接口 成功返回结果

type AsyncPrescribeDetailRequest

type AsyncPrescribeDetailRequest struct {
	// 处方号
	RxNo string `json:"rx_no,omitempty" xml:"rx_no,omitempty"`
	// 医院id
	HospitalId string `json:"hospital_id,omitempty" xml:"hospital_id,omitempty"`
}

AsyncPrescribeDetailRequest

type AsyncPrescribeSearchRequest

type AsyncPrescribeSearchRequest struct {
	// 开方结束时间
	EndTime int64 `json:"end_time,omitempty" xml:"end_time,omitempty"`
	// 开方开始时间
	StartTime int64 `json:"start_time,omitempty" xml:"start_time,omitempty"`
	// 医院id
	HospitalId string `json:"hospital_id,omitempty" xml:"hospital_id,omitempty"`
	// 每页多少条
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	// 第几页
	PageNo int64 `json:"page_no,omitempty" xml:"page_no,omitempty"`
}

AsyncPrescribeSearchRequest

type AsyncPrescribeSearchResponse

type AsyncPrescribeSearchResponse struct {
	// 处方号列表
	RxNos []string `json:"rx_nos,omitempty" xml:"rx_nos>string,omitempty"`
	// 第几页
	PageNo int64 `json:"page_no,omitempty" xml:"page_no,omitempty"`
	// 每页多少条
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	// 总数量
	Total int64 `json:"total,omitempty" xml:"total,omitempty"`
	// 开始时间
	StartTime int64 `json:"start_time,omitempty" xml:"start_time,omitempty"`
	// 结束时间
	EndTime int64 `json:"end_time,omitempty" xml:"end_time,omitempty"`
}

AsyncPrescribeSearchResponse

type Diagnose

type Diagnose struct {
	// 诊断编码-his(his、icd10二选一)
	DiagnoseCode string `json:"diagnose_code,omitempty" xml:"diagnose_code,omitempty"`
	// 诊断编码-his(his、icd10二选一)
	DiagnoseName string `json:"diagnose_name,omitempty" xml:"diagnose_name,omitempty"`
	// icd9/icd10名称(his、icd10二选一) - 纳里必传
	IcdName string `json:"icd_name,omitempty" xml:"icd_name,omitempty"`
	// icd9/icd10编码(his、icd10二选一) - 纳里必传
	IcdCode string `json:"icd_code,omitempty" xml:"icd_code,omitempty"`
}

Diagnose

type DiagnoseDictDto

type DiagnoseDictDto struct {
	// icd10编码(非空)
	IcdCode string `json:"icd_code,omitempty" xml:"icd_code,omitempty"`
	// icd10名称(非空)
	IcdName string `json:"icd_name,omitempty" xml:"icd_name,omitempty"`
	// his诊断编码(非空)
	HisDiagnoseCode string `json:"his_diagnose_code,omitempty" xml:"his_diagnose_code,omitempty"`
	// his诊断名称(非空)
	HisDiagnoseName string `json:"his_diagnose_name,omitempty" xml:"his_diagnose_name,omitempty"`
	// 1可用0停用(非空)
	Status string `json:"status,omitempty" xml:"status,omitempty"`
	// 渠道(非空)
	ChannelCode string `json:"channel_code,omitempty" xml:"channel_code,omitempty"`
}

DiagnoseDictDto

type DiagnoseVo

type DiagnoseVo struct {
	// 诊断编码
	DiagnoseCode string `json:"diagnose_code,omitempty" xml:"diagnose_code,omitempty"`
	// 诊断名
	DiagnoseName string `json:"diagnose_name,omitempty" xml:"diagnose_name,omitempty"`
}

DiagnoseVo

type DrugDTO added in v1.1.4

type DrugDTO struct {
	// 用药单位
	DoseUnit string `json:"dose_unit,omitempty" xml:"dose_unit,omitempty"`
	// 药品名称
	DrugName string `json:"drug_name,omitempty" xml:"drug_name,omitempty"`
	// 总量
	Total string `json:"total,omitempty" xml:"total,omitempty"`
	// 用药数量
	Dose string `json:"dose,omitempty" xml:"dose,omitempty"`
	// his频次编码
	Frequency string `json:"frequency,omitempty" xml:"frequency,omitempty"`
	// 用法用量+医嘱
	DoseUsageAdvice string `json:"dose_usage_advice,omitempty" xml:"dose_usage_advice,omitempty"`
	// 药品厂家
	Manufactures string `json:"manufactures,omitempty" xml:"manufactures,omitempty"`
	// 规格
	Spec string `json:"spec,omitempty" xml:"spec,omitempty"`
	// 商品名称
	ProdName string `json:"prod_name,omitempty" xml:"prod_name,omitempty"`
	// 药品编码
	DrugCode string `json:"drug_code,omitempty" xml:"drug_code,omitempty"`
	// 药品数量(必选)
	Count string `json:"count,omitempty" xml:"count,omitempty"`
	// 核销药品单价
	Price string `json:"price,omitempty" xml:"price,omitempty"`
}

DrugDTO

type DrugRequest

type DrugRequest struct {
	// 给药疗程单位
	TreatmentUnit string `json:"treatment_unit,omitempty" xml:"treatment_unit,omitempty"`
	// 给药疗程值
	TreatmentValue string `json:"treatment_value,omitempty" xml:"treatment_value,omitempty"`
	// 给药疗程
	TreatmentCourse string `json:"treatment_course,omitempty" xml:"treatment_course,omitempty"`
	// 单剂量单位
	SingleDosageUnit string `json:"single_dosage_unit,omitempty" xml:"single_dosage_unit,omitempty"`
	// 单剂量值
	SingleDosage string `json:"single_dosage,omitempty" xml:"single_dosage,omitempty"`
	// 包装规格--最小销售单位
	PackSpecSaleUnit string `json:"pack_spec_sale_unit,omitempty" xml:"pack_spec_sale_unit,omitempty"`
	// 包装规格--最小使用单位
	PackSpecUseUnit string `json:"pack_spec_use_unit,omitempty" xml:"pack_spec_use_unit,omitempty"`
	// 包装规格--包装数量
	PackSpecAmount string `json:"pack_spec_amount,omitempty" xml:"pack_spec_amount,omitempty"`
	// 包装单位-装量值
	PackUnit string `json:"pack_unit,omitempty" xml:"pack_unit,omitempty"`
	// 包装单位-装量单位
	PackQty string `json:"pack_qty,omitempty" xml:"pack_qty,omitempty"`
	// 药品来源(非空)
	DrugSource string `json:"drug_source,omitempty" xml:"drug_source,omitempty"`
	// 频次编码
	FrequencyCode string `json:"frequency_code,omitempty" xml:"frequency_code,omitempty"`
	// 频次
	Frequency string `json:"frequency,omitempty" xml:"frequency,omitempty"`
	// 状态
	Status string `json:"status,omitempty" xml:"status,omitempty"`
	// 批准文号
	ApprovalNumber string `json:"approval_number,omitempty" xml:"approval_number,omitempty"`
	// 生产厂家(非空)
	Manufacture string `json:"manufacture,omitempty" xml:"manufacture,omitempty"`
	// 剂型
	DosageForm string `json:"dosage_form,omitempty" xml:"dosage_form,omitempty"`
	// 用法编码
	DrugUsageCode string `json:"drug_usage_code,omitempty" xml:"drug_usage_code,omitempty"`
	// 用法
	DrugUsage string `json:"drug_usage,omitempty" xml:"drug_usage,omitempty"`
	// his药品编码(非空)
	DrugCode string `json:"drug_code,omitempty" xml:"drug_code,omitempty"`
	// 规格(非空)
	PackSpec string `json:"pack_spec,omitempty" xml:"pack_spec,omitempty"`
	// 药品通用名(非空)
	DrugCommonName string `json:"drug_common_name,omitempty" xml:"drug_common_name,omitempty"`
	// 药品商品名
	DrugName string `json:"drug_name,omitempty" xml:"drug_name,omitempty"`
	// 零售价(元)
	RetailPrice string `json:"retail_price,omitempty" xml:"retail_price,omitempty"`
	// 药品本位码
	DrugBasicCode string `json:"drug_basic_code,omitempty" xml:"drug_basic_code,omitempty"`
	// 医保编号
	MedicareNo string `json:"medicare_no,omitempty" xml:"medicare_no,omitempty"`
	// 频次数量
	FreqTimes string `json:"freq_times,omitempty" xml:"freq_times,omitempty"`
}

DrugRequest

type DrugUsageVo

type DrugUsageVo struct {
	// 每次用量单位
	MeasureUnit string `json:"measure_unit,omitempty" xml:"measure_unit,omitempty"`
	// 用法
	DrugUsage string `json:"drug_usage,omitempty" xml:"drug_usage,omitempty"`
	// 天数
	Days string `json:"days,omitempty" xml:"days,omitempty"`
	// 频次值单位
	FrequencyUnit string `json:"frequency_unit,omitempty" xml:"frequency_unit,omitempty"`
	// 频次值
	FrequencyValue string `json:"frequency_value,omitempty" xml:"frequency_value,omitempty"`
	// 频次
	Frequency string `json:"frequency,omitempty" xml:"frequency,omitempty"`
	// 每次你用量
	DoseValue string `json:"dose_value,omitempty" xml:"dose_value,omitempty"`
}

DrugUsageVo

type Drugs

type Drugs struct {
	// 规格(非空)
	Spec string `json:"spec,omitempty" xml:"spec,omitempty"`
	// 数量(非空)
	Total string `json:"total,omitempty" xml:"total,omitempty"`
	// 药品名称(可空)
	DrugName string `json:"drug_name,omitempty" xml:"drug_name,omitempty"`
	// 天数(可空)
	Day string `json:"day,omitempty" xml:"day,omitempty"`
	// 频次(非空)
	Frequency string `json:"frequency,omitempty" xml:"frequency,omitempty"`
	// 说明(可空)
	Note string `json:"note,omitempty" xml:"note,omitempty"`
	// 用量(非空)
	Dose string `json:"dose,omitempty" xml:"dose,omitempty"`
	// 药品通用名(非空)
	DrugCommonName string `json:"drug_common_name,omitempty" xml:"drug_common_name,omitempty"`
	// 用量单位(非空)
	DoseUnit string `json:"dose_unit,omitempty" xml:"dose_unit,omitempty"`
	// 总量单位(可空)
	TotalUnit string `json:"total_unit,omitempty" xml:"total_unit,omitempty"`
	// 单价-元(可空)
	Price string `json:"price,omitempty" xml:"price,omitempty"`
	// 总价-元(可空)
	TotalPrice string `json:"total_price,omitempty" xml:"total_price,omitempty"`
	// 用法(非空)
	DoseUsage string `json:"dose_usage,omitempty" xml:"dose_usage,omitempty"`
	// 药品id(drug_id、spuid二选一)
	DrugId string `json:"drug_id,omitempty" xml:"drug_id,omitempty"`
	// 产地id(可空)
	ProduceId string `json:"produce_id,omitempty" xml:"produce_id,omitempty"`
	// spuid (drug_id、spuid二选一) - 纳里必传
	Spuid string `json:"spuid,omitempty" xml:"spuid,omitempty"`
}

Drugs

type HaveRecordRequest

type HaveRecordRequest struct {
	// 疾病编码:(糖尿病:1)
	DiseaseCode string `json:"disease_code,omitempty" xml:"disease_code,omitempty"`
	// 生活号渠道编码:( 控糖家园:2019112569406507)
	PublicId string `json:"public_id,omitempty" xml:"public_id,omitempty"`
	// 支付宝id
	AlipayUserId string `json:"alipay_user_id,omitempty" xml:"alipay_user_id,omitempty"`
}

HaveRecordRequest

type HaveRecordResponse

type HaveRecordResponse struct {
	// 档案修改时间
	UpdateTime string `json:"update_time,omitempty" xml:"update_time,omitempty"`
	// 档案创建时间
	CreateTime string `json:"create_time,omitempty" xml:"create_time,omitempty"`
	// 是否有效
	ValidStatus bool `json:"valid_status,omitempty" xml:"valid_status,omitempty"`
	// 是否存在
	ExistStatus bool `json:"exist_status,omitempty" xml:"exist_status,omitempty"`
}

HaveRecordResponse

type OuterDrugVo

type OuterDrugVo struct {
	// 医院id
	HosId string `json:"hos_id,omitempty" xml:"hos_id,omitempty"`
	// 分页大小
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	// 页码
	PageNum int64 `json:"page_num,omitempty" xml:"page_num,omitempty"`
	// 最后查询时间
	LastQueryTime string `json:"last_query_time,omitempty" xml:"last_query_time,omitempty"`
}

OuterDrugVo

type Page

type Page struct {
	// 页对象
	Pages []DrugDto `json:"pages,omitempty" xml:"pages>drug_dto,omitempty"`
	// 总数
	TotalCount int64 `json:"total_count,omitempty" xml:"total_count,omitempty"`
	// 分页大小
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	// 页码
	PageNo int64 `json:"page_no,omitempty" xml:"page_no,omitempty"`
}

Page

type PrescriptionDetailVo

type PrescriptionDetailVo struct {
	// 患者年龄
	PatientAge string `json:"patient_age,omitempty" xml:"patient_age,omitempty"`
	// 患者电话
	PatientTel string `json:"patient_tel,omitempty" xml:"patient_tel,omitempty"`
	// 审核药师姓名
	AuditPharmacistName string `json:"audit_pharmacist_name,omitempty" xml:"audit_pharmacist_name,omitempty"`
	// 科室名
	DepartName string `json:"depart_name,omitempty" xml:"depart_name,omitempty"`
	// 省份证
	IdCard string `json:"id_card,omitempty" xml:"id_card,omitempty"`
	// 处方审核时间
	PrescriptionAuditTime int64 `json:"prescription_audit_time,omitempty" xml:"prescription_audit_time,omitempty"`
	// 处方图地址
	PrescriptionPicUrl string `json:"prescription_pic_url,omitempty" xml:"prescription_pic_url,omitempty"`
	// 处开具时间
	PrescriptionCreateTime int64 `json:"prescription_create_time,omitempty" xml:"prescription_create_time,omitempty"`
	// 肝功能
	GanGongDetail string `json:"gan_gong_detail,omitempty" xml:"gan_gong_detail,omitempty"`
	// 淘宝订单号
	TaobaoOrderNo string `json:"taobao_order_no,omitempty" xml:"taobao_order_no,omitempty"`
	// 患者姓名
	PatientName string `json:"patient_name,omitempty" xml:"patient_name,omitempty"`
	// 配药药师姓名
	DispensingPharmacistName string `json:"dispensing_pharmacist_name,omitempty" xml:"dispensing_pharmacist_name,omitempty"`
	// 病历报告单
	RevisitPicUrlList []string `json:"revisit_pic_url_list,omitempty" xml:"revisit_pic_url_list>string,omitempty"`
	// 患者性别
	PatientSex string `json:"patient_sex,omitempty" xml:"patient_sex,omitempty"`
	// 接诊结束时间
	EndReceiveTime int64 `json:"end_receive_time,omitempty" xml:"end_receive_time,omitempty"`
	// 医院名
	HospitalName string `json:"hospital_name,omitempty" xml:"hospital_name,omitempty"`
	// 肾功能
	ShenGongDetail string `json:"shen_gong_detail,omitempty" xml:"shen_gong_detail,omitempty"`
	// 处方号
	RxNo string `json:"rx_no,omitempty" xml:"rx_no,omitempty"`
	// 病历号
	DiseaseRecordId string `json:"disease_record_id,omitempty" xml:"disease_record_id,omitempty"`
	// 药品
	DrugList []DrugDto `json:"drug_list,omitempty" xml:"drug_list>drug_dto,omitempty"`
	// 过敏
	GuoMinDetail string `json:"guo_min_detail,omitempty" xml:"guo_min_detail,omitempty"`
	// 开始接诊时间
	StartReceiveTime int64 `json:"start_receive_time,omitempty" xml:"start_receive_time,omitempty"`
	// 诊断
	DiagnoseList []DiagnoseVo `json:"diagnose_list,omitempty" xml:"diagnose_list>diagnose_vo,omitempty"`
	// 处方药有效期(小时)
	EffectiveTime string `json:"effective_time,omitempty" xml:"effective_time,omitempty"`
	// 医生姓名
	DoctorName string `json:"doctor_name,omitempty" xml:"doctor_name,omitempty"`
	// 医院id
	HospitalId string `json:"hospital_id,omitempty" xml:"hospital_id,omitempty"`
	// 既往史
	ProblemHistory string `json:"problem_history,omitempty" xml:"problem_history,omitempty"`
	// 出生年月日
	PatientBirthday string `json:"patient_birthday,omitempty" xml:"patient_birthday,omitempty"`
}

PrescriptionDetailVo

type PrescriptionGetByVerifyRequest

type PrescriptionGetByVerifyRequest struct {
	// 药店编码(必选)
	DrugStoreCode string `json:"drug_store_code,omitempty" xml:"drug_store_code,omitempty"`
	// 核销码(必选)
	VerifyCode string `json:"verify_code,omitempty" xml:"verify_code,omitempty"`
	// 药店名称(必选)
	DrugStoreName string `json:"drug_store_name,omitempty" xml:"drug_store_name,omitempty"`
	// 药师姓名(必选)
	PharmacistName string `json:"pharmacist_name,omitempty" xml:"pharmacist_name,omitempty"`
}

PrescriptionGetByVerifyRequest

type PrescriptionMoreDataResponse

type PrescriptionMoreDataResponse struct {
	// 状态
	Status string `json:"status,omitempty" xml:"status,omitempty"`
	// 过期时间
	ExpiredTime string `json:"expired_time,omitempty" xml:"expired_time,omitempty"`
	// 费用类别
	FeeType string `json:"fee_type,omitempty" xml:"fee_type,omitempty"`
	// 药品列表
	DrugList []DrugDTO `json:"drug_list,omitempty" xml:"drug_list>drug_dto,omitempty"`
	// 创建时间
	GmtCreate string `json:"gmt_create,omitempty" xml:"gmt_create,omitempty"`
	// 处方类型
	RxType string `json:"rx_type,omitempty" xml:"rx_type,omitempty"`
	// 处方发送时间
	SendPrescriptionTime string `json:"send_prescription_time,omitempty" xml:"send_prescription_time,omitempty"`
	// 平台code
	ChannelCode string `json:"channel_code,omitempty" xml:"channel_code,omitempty"`
	// 处方号
	RxNo string `json:"rx_no,omitempty" xml:"rx_no,omitempty"`
	// 药品类别
	DrugType string `json:"drug_type,omitempty" xml:"drug_type,omitempty"`
	// 服务类别
	ServiceType string `json:"service_type,omitempty" xml:"service_type,omitempty"`
	// 诊断
	DiagnoseName string `json:"diagnose_name,omitempty" xml:"diagnose_name,omitempty"`
	// 性别
	Sex string `json:"sex,omitempty" xml:"sex,omitempty"`
	// 年龄
	Age string `json:"age,omitempty" xml:"age,omitempty"`
	// 医生姓名
	DoctorName string `json:"doctor_name,omitempty" xml:"doctor_name,omitempty"`
	// 医院名字
	HospitalName string `json:"hospital_name,omitempty" xml:"hospital_name,omitempty"`
	// 药品数量
	RxCount string `json:"rx_count,omitempty" xml:"rx_count,omitempty"`
	// 外配处方备案号
	CardNumber string `json:"card_number,omitempty" xml:"card_number,omitempty"`
	// 患者电话
	MobilePhone string `json:"mobile_phone,omitempty" xml:"mobile_phone,omitempty"`
	// 患者姓名
	PatientName string `json:"patient_name,omitempty" xml:"patient_name,omitempty"`
	// 图片地址
	RxImageUrl string `json:"rx_image_url,omitempty" xml:"rx_image_url,omitempty"`
}

PrescriptionMoreDataResponse

type PrescriptionOutflowConfirmResponse

type PrescriptionOutflowConfirmResponse struct {
	// 备注说明
	Msg string `json:"msg,omitempty" xml:"msg,omitempty"`
	// 返回成功或者失败
	Result bool `json:"result,omitempty" xml:"result,omitempty"`
	// 处方url地址
	Url string `json:"url,omitempty" xml:"url,omitempty"`
}

PrescriptionOutflowConfirmResponse

type PrescriptionOutflowUpdateRequest

type PrescriptionOutflowUpdateRequest struct {
	// 患者姓名(非空)
	PatientName string `json:"patient_name,omitempty" xml:"patient_name,omitempty"`
	// 操作人或患者手机号-用于接收核销码短信(非空)
	MobilePhone string `json:"mobile_phone,omitempty" xml:"mobile_phone,omitempty"`
	// 操作人支付宝userId(可空)
	AlipayUserId string `json:"alipay_user_id,omitempty" xml:"alipay_user_id,omitempty"`
	// 患者年龄(非空)
	Age string `json:"age,omitempty" xml:"age,omitempty"`
	// 患者性别(非空)
	Sex string `json:"sex,omitempty" xml:"sex,omitempty"`
	// 患者现住址(可空)
	Address string `json:"address,omitempty" xml:"address,omitempty"`
	// 就诊号(可空)
	VisitId string `json:"visit_id,omitempty" xml:"visit_id,omitempty"`
	// 就诊类型(首诊、复诊)(可空)
	VisitType string `json:"visit_type,omitempty" xml:"visit_type,omitempty"`
	// 就诊科室id(可空)
	DetpId string `json:"detp_id,omitempty" xml:"detp_id,omitempty"`
	// 就诊科室名称(非空)
	DeptName string `json:"dept_name,omitempty" xml:"dept_name,omitempty"`
	// 就诊医生id(可空)
	DoctorId string `json:"doctor_id,omitempty" xml:"doctor_id,omitempty"`
	// 就诊医生姓名(非空)
	DoctorName string `json:"doctor_name,omitempty" xml:"doctor_name,omitempty"`
	// 患者id(可空)
	PatientId string `json:"patient_id,omitempty" xml:"patient_id,omitempty"`
	// 就诊时间(可空)
	VisitTime string `json:"visit_time,omitempty" xml:"visit_time,omitempty"`
	// 主诉(可空)
	MainTell string `json:"main_tell,omitempty" xml:"main_tell,omitempty"`
	// 现病史(可空)
	ProblemNow string `json:"problem_now,omitempty" xml:"problem_now,omitempty"`
	// 一般检查(可空)
	BodyCheck string `json:"body_check,omitempty" xml:"body_check,omitempty"`
	// 医生嘱言(可空)
	DoctorAdvice string `json:"doctor_advice,omitempty" xml:"doctor_advice,omitempty"`
	// 诊断(非空)
	Diagnoses []Diagnose `json:"diagnoses,omitempty" xml:"diagnoses>diagnose,omitempty"`
	// 药品
	Drugs []Drugs `json:"drugs,omitempty" xml:"drugs>drugs,omitempty"`
	// 处方编号(非空)
	RxNo string `json:"rx_no,omitempty" xml:"rx_no,omitempty"`
	// 处方类型(可空) COMMON-普通处方(默认) CHILDREN-儿童处方
	RxType string `json:"rx_type,omitempty" xml:"rx_type,omitempty"`
	// 药品类型(可空)WEST-西药(默认) TCM-草药
	DrugType string `json:"drug_type,omitempty" xml:"drug_type,omitempty"`
	// 费用类型(可空)OWN_EXPENSE-自费(默认)MEDICAL_INSURANCE-医保
	FeeType string `json:"fee_type,omitempty" xml:"fee_type,omitempty"`
	// 处方流转医保备案编号(医保支付时必填)
	CardNumber string `json:"card_number,omitempty" xml:"card_number,omitempty"`
	// 渠道、医院(非空)
	ChannelCode string `json:"channel_code,omitempty" xml:"channel_code,omitempty"`
	// 浙江省平台(可空)
	PlatformCode string `json:"platform_code,omitempty" xml:"platform_code,omitempty"`
	// 扩展属性JSON
	Attributes string `json:"attributes,omitempty" xml:"attributes,omitempty"`
	// 身份证号(可空)
	IdCard string `json:"id_card,omitempty" xml:"id_card,omitempty"`
	// 医院档案类型(可空)VISIT_CARD就诊卡、ID_CARD身份证、MEDICAL_INSURANCE医保卡、MEDICAL_INSURANCE_ELECTRONIC_VOUCHER医保电子凭证、HOSPITAL_MEDICAL_ID医院病历号
	ArchivesType string `json:"archives_type,omitempty" xml:"archives_type,omitempty"`
	// 处方来源(可空)INTERNET_HOSPITAL_PRESCRIPTION互联网医院处方外配、DEPART_PRESCRIPTION门诊处方外配、CONSUMABLES_ADVICE耗材医嘱流转
	Source string `json:"source,omitempty" xml:"source,omitempty"`
	// 模板(可空)INTERNET_HOSPITAL_PRESCRIPTION互联网医院处方笺、ELECTRONIC_PRESCRIPTION电子处方笺、DOCTOR_ADVICE医嘱单
	Template string `json:"template,omitempty" xml:"template,omitempty"`
	// 患者就医医院的档案/卡号ID
	ArchivesId string `json:"archives_id,omitempty" xml:"archives_id,omitempty"`
	// 患者类型(可空):OWN_EXPENSE-自费、PROVINCE_MEDICAL_INSURANCE-省医保、CITY_MEDICAL_INSURANCE-市医保、BUSINESS_INSURANCE-商保
	PatientType string `json:"patient_type,omitempty" xml:"patient_type,omitempty"`
	// 患者参保地(可空):杭州市本级、衢州市本级、浙江省本级、。。。。
	PatientInsuredRegion string `json:"patient_insured_region,omitempty" xml:"patient_insured_region,omitempty"`
	// 医保结算发生地(可空):医保中心代码(行政区域代码)
	InsuranceSettlementRegion string `json:"insurance_settlement_region,omitempty" xml:"insurance_settlement_region,omitempty"`
	// 同步his结果(非空)
	SyncHisResult bool `json:"sync_his_result,omitempty" xml:"sync_his_result,omitempty"`
	// 同步his错误信息(可空)
	SyncHisErrMsg string `json:"sync_his_err_msg,omitempty" xml:"sync_his_err_msg,omitempty"`
}

PrescriptionOutflowUpdateRequest

type PrescriptionVerifyRequest

type PrescriptionVerifyRequest struct {
	// 核销码(必选)
	VerifyCode string `json:"verify_code,omitempty" xml:"verify_code,omitempty"`
	// 处方号(必选)
	RxNo string `json:"rx_no,omitempty" xml:"rx_no,omitempty"`
	// 药师名字(必选)
	PharmacistName string `json:"pharmacist_name,omitempty" xml:"pharmacist_name,omitempty"`
	// 药店id(必选)
	DrugStoreCode string `json:"drug_store_code,omitempty" xml:"drug_store_code,omitempty"`
	// 药店名字(必选)
	DrugStoreName string `json:"drug_store_name,omitempty" xml:"drug_store_name,omitempty"`
	// 是否核销(必选)
	IfConfirm bool `json:"if_confirm,omitempty" xml:"if_confirm,omitempty"`
	// 结算id(必选)
	OutSettlement string `json:"out_settlement,omitempty" xml:"out_settlement,omitempty"`
	// 药品信息(必选)
	DrugList []DrugDTO `json:"drug_list,omitempty" xml:"drug_list>drug_dto,omitempty"`
	// 核销金额(必选)
	VerificationAmount string `json:"verification_amount,omitempty" xml:"verification_amount,omitempty"`
}

PrescriptionVerifyRequest

type ServiceResult

type ServiceResult struct {
	// errMessage
	ErrMessage string `json:"err_message,omitempty" xml:"err_message,omitempty"`
	// errCode
	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`
	// 返回数据对象
	Data *PrescriptionDetailVo `json:"data,omitempty" xml:"data,omitempty"`
	// success
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

ServiceResult

type SyncOperationInfoRequest

type SyncOperationInfoRequest struct {
	// 操作时间(非空)
	OperateTime string `json:"operate_time,omitempty" xml:"operate_time,omitempty"`
	// 授权id(非空)
	AuthorizationId string `json:"authorization_id,omitempty" xml:"authorization_id,omitempty"`
	// 医院id(非空)
	HospitalId string `json:"hospital_id,omitempty" xml:"hospital_id,omitempty"`
	// 渠道(非空)(ALIPAY:支付宝)
	Channel string `json:"channel,omitempty" xml:"channel,omitempty"`
	// 患者id(非空)
	PatientId string `json:"patient_id,omitempty" xml:"patient_id,omitempty"`
	// 操作类型(非空)(ENTER_HOME_PAGE:进入首页)
	OperateType string `json:"operate_type,omitempty" xml:"operate_type,omitempty"`
	// 患者姓名(非空)
	PatientName string `json:"patient_name,omitempty" xml:"patient_name,omitempty"`
}

SyncOperationInfoRequest

type SyncPatientInfoRequest

type SyncPatientInfoRequest struct {
	// 患者id(非空)
	PatientId string `json:"patient_id,omitempty" xml:"patient_id,omitempty"`
	// 患者姓名(非空)
	PatientName string `json:"patient_name,omitempty" xml:"patient_name,omitempty"`
	// 身份证号(非空)
	IdCard string `json:"id_card,omitempty" xml:"id_card,omitempty"`
	// 患者手机号(非空)
	MobilePhone string `json:"mobile_phone,omitempty" xml:"mobile_phone,omitempty"`
	// 所属医院id(非空)
	HospitalId string `json:"hospital_id,omitempty" xml:"hospital_id,omitempty"`
}

SyncPatientInfoRequest

type SyncPrescriptionStatusRequest

type SyncPrescriptionStatusRequest struct {
	// 阿里将康处方号(非空)
	RxNo string `json:"rx_no,omitempty" xml:"rx_no,omitempty"`
	// 处方状态
	Status string `json:"status,omitempty" xml:"status,omitempty"`
}

SyncPrescriptionStatusRequest

type SyncVisitInfoRequest

type SyncVisitInfoRequest struct {
	// 业务创建时间(非空)
	CreateTime string `json:"create_time,omitempty" xml:"create_time,omitempty"`
	// 业务类型(非空)
	BusinessType string `json:"business_type,omitempty" xml:"business_type,omitempty"`
	// 业务id(非空)
	BusinessId string `json:"business_id,omitempty" xml:"business_id,omitempty"`
	// 授权id(非空)
	AuthorizationId string `json:"authorization_id,omitempty" xml:"authorization_id,omitempty"`
	// 医院id(非空)
	HospitalId string `json:"hospital_id,omitempty" xml:"hospital_id,omitempty"`
	// 医生id(非空)
	DoctorId string `json:"doctor_id,omitempty" xml:"doctor_id,omitempty"`
	// 医生名(非空)
	DoctorName string `json:"doctor_name,omitempty" xml:"doctor_name,omitempty"`
	// 科室id(非空)
	DepartId string `json:"depart_id,omitempty" xml:"depart_id,omitempty"`
	// 科室名(非空)
	DepartName string `json:"depart_name,omitempty" xml:"depart_name,omitempty"`
	// 患者id(非空)
	PatientId string `json:"patient_id,omitempty" xml:"patient_id,omitempty"`
	// 患者名(非空)
	PatientName string `json:"patient_name,omitempty" xml:"patient_name,omitempty"`
	// 状态(非空)
	VisitStatus string `json:"visit_status,omitempty" xml:"visit_status,omitempty"`
	// 首次回复时间(可空)
	FirstResponseTime string `json:"first_response_time,omitempty" xml:"first_response_time,omitempty"`
}

SyncVisitInfoRequest

type UsageRequest

type UsageRequest struct {
	// 用法code(非空)
	HisUsageCode string `json:"his_usage_code,omitempty" xml:"his_usage_code,omitempty"`
	// 用法名称(非空)
	HisUsageName string `json:"his_usage_name,omitempty" xml:"his_usage_name,omitempty"`
	// 渠道(非空)
	ChannelCode string `json:"channel_code,omitempty" xml:"channel_code,omitempty"`
	// 1可用0停用(非空)
	Status string `json:"status,omitempty" xml:"status,omitempty"`
}

UsageRequest

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL