alihealth

package
v1.1.2 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AlibabaAlihealthPrescriptionAuthGetAPIResponse

type AlibabaAlihealthPrescriptionAuthGetAPIResponse struct {
	model.CommonResponse
	AlibabaAlihealthPrescriptionAuthGetResponse
}

阿里健康处方平台获取授权码 APIResponse alibaba.alihealth.prescription.auth.get

获取处方用户授权

type AlibabaAlihealthPrescriptionAuthGetRequest

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

阿里健康处方平台获取授权码 APIRequest alibaba.alihealth.prescription.auth.get

获取处方用户授权

func NewAlibabaAlihealthPrescriptionAuthGetRequest

func NewAlibabaAlihealthPrescriptionAuthGetRequest() *AlibabaAlihealthPrescriptionAuthGetRequest

func (AlibabaAlihealthPrescriptionAuthGetRequest) GetApiMethodName

func (AlibabaAlihealthPrescriptionAuthGetRequest) GetApiParams

func (AlibabaAlihealthPrescriptionAuthGetRequest) GetPrescriptionRequest

func (*AlibabaAlihealthPrescriptionAuthGetRequest) SetPrescriptionRequest

func (r *AlibabaAlihealthPrescriptionAuthGetRequest) SetPrescriptionRequest(prescriptionRequest *PrescriptionDoctorAuthRequest) error

type AlibabaAlihealthPrescriptionAuthGetResponse

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

	ServiceResult *ServiceResult `json:"service_result,omitempty" xml:"service_result,omitempty"`
}

type PrescriptionDoctorAuthRequest

type PrescriptionDoctorAuthRequest struct {
	DoctorId string `json:"doctor_id,omitempty" xml:"doctor_id,omitempty"`

	AlipayUserId string `json:"alipay_user_id,omitempty" xml:"alipay_user_id,omitempty"`

	HospitalId string `json:"hospital_id,omitempty" xml:"hospital_id,omitempty"`
}

PrescriptionDoctorAuthRequest

type ServiceResult

type ServiceResult struct {
	ErrMessage string `json:"err_message,omitempty" xml:"err_message,omitempty"`

	Data string `json:"data,omitempty" xml:"data,omitempty"`

	ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"`

	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

ServiceResult

Jump to

Keyboard shortcuts

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