KVSMEDPartnerRoleLib#
Procedures#
GetHealthcareInsuranceCustomer(Code[20], Code[20]) : Boolean#
Summary: Gets the customer no. of the healthinsurance assigned to a given customer
procedure GetHealthcareInsuranceCustomer(CustomerNo: Code[20]; var CustNoHealthcareInsurance: Code[20]): Boolean
Parameters:
CustomerNo
: Customer no. for which the health insurance is to be foundCustNoHealthcareInsurance
: Number of the assigned health insurance
Returns: true if a health insurance is found
GetPhysican(Code[20], Code[20]) : Boolean#
Summary: Gets the customer no. of the physician assigned to a given customer
procedure GetPhysican(CustomerNo: Code[20]; var PhysicianContactNo: Code[20]): Boolean
Parameters:
CustomerNo
: Customer no. for which the physician is to be foundPhysicianContactNo
: Contact no. of the assigned physician
Returns: true if a physician is found
GetContactCustomerNo(Code[20], Code[20]) : Boolean#
Summary: Gets the customer no. for a given contact no.
procedure GetContactCustomerNo(ContactNoPar: Code[20]; var CustomerNoVar: Code[20]): Boolean
Parameters:
ContactNoPar
: Contact no.CustomerNoVar
: Customer no.
Returns: true if the customer no. is found