Attribute VB_Name = "modServiceUDT" Option Explicit Public Type PassKey UserName As String UserPassword As String HospitalCode As String End Type Public Type AddresInformation Street As String Barangay As String Town As String Province As String ZipCode As String Region As String End Type Public Type ConfinementInformation AdmissionDate As String DischargeDate As String End Type Public Type Person PatientPin As String FirstName As String LastName As String MiddleName As String Suffix As String BirthDate As String Gender As String Address As AddresInformation End Type Public Type PatientInformation HospNumber As String AdmNumber As String PatientType As String PatientIs As String Confinement As ConfinementInformation info As Person End Type Public Type EmployerInformation PEN As String Name As String Address As String End Type Public Type MemberInformation Pin As String MemberShipType As String MemberCategoryId As String MemberCategoryDescription As String Employer As EmployerInformation info As Person End Type Public Type DoctorInformation DoctorId As String TIN As String DoctorAccreCode As String info As Person Confinement As ConfinementInformation End Type Public Type eAccreditation IsAccredited As String Doctor As DoctorInformation Confinement As ConfinementInformation AccreditationStart As String AccreditationEnd As String Remarks As String End Type Public Type eEmployers AsOf As String Employer() As EmployerInformation End Type Public Type Remarks ErrCode As String ErrDescription As String End Type Public Type eReceipt Key As PassKey HospitalTransmittalNo As String TotalClaims As String TransmissionControlNumber As String TransmissionDate As String TransmissionTime As String ReceiptTicketNumber As String Remarks() As Remarks xml As String End Type Public Type MappingInformation ClaimNumber As String patientInfo As Person Confinement As ConfinementInformation ClaimSeriesLhio As String End Type Public Type eCONFIRMATION ReceiptTicketNumber As String HospitalCode As String HospitalTransmittalNo As String TotalClaims As String ReceivedDate As String Mapping() As MappingInformation End Type Public Type Hospital AccreCode As String PMCCNo As String HospitalName As String End Type Public Type eHospitals Hospitals() As Hospital End Type Public Type amount PrimaryHCIFee As String PrimaryProfFee As String PrimaryCaseRate As String SecondaryHCIFee As String SecondaryProfFee As String SecondaryCaseRate As String CheckFacilityH1 As String CheckFacilityH2 As String CheckFacilityH3 As String CheckFacilityASC As String CheckFacilityPCF As String CheckFacilityMAT As String CheckFacilityFSDC As String End Type Public Type caseRate caseRateCode As String CaseRateDescription As String ItemCode As String ItemDescription As String EffectivityDate As String Amounts() As amount End Type Public Type eCaserates CaseRates() As caseRate End Type Public Type DocumentDetails DocumentType As String DocumentUrl As String Code As String Name As String Reason As String End Type Public Type Documents Document() As DocumentDetails End Type Public Type Eligibility Pin As String MemberInfo As Person MailingAddress As String PatientIs As String Confinement As ConfinementInformation patientInfo As Person MemberShipType As String EmployerInfo As EmployerInformation RVS As String TotalAmountActual As String TotalAmountClaimed As String IsFinal As String End Type Public Type EligibilityResponse isOk As String Tracking_Number As String Remaining_Days As String With3Over6 As String With9Over12 As String IsNhts As String AsOf As String patient As PatientInformation member As MemberInformation Employer As EmployerInformation Documents As Documents xml As String End Type Public Type ClaimListData admissionNumber As String PatientName As String ConfinementPeriod As String MemberNumber As String MemberName As String ClaimSeriesLhio As String WithDocuments As String WithTrackingNumber As String IsFinal As String End Type Public Type Process ProcessStage As String ProcessDate As String End Type Public Type Requirement Requirement As String End Type Public Type Defects Deficiency As String Requirements() As Requirement End Type Public Type Reason Reason As String End Type Public Type Payee voucherNo As String VoucherDate As String CheckNo As String CheckDate As String CheckAmount As String ClaimAmount As String ClaimPayeeName As String End Type Public Type Payment TotalClaimAmountPaid As String Payee() As Payee End Type Public Type Charge PayeeType As String PayeeCode As String PayeeName As String RMBD As String DRUGS As String XRAY As String OPRM As String SPFee As String GPFee As String SURFee As String ANESFee As String GrossAmount As String TaxAmount As String NetAmount As String End Type Public Type Claim ClaimSeriesLhio As String Pin As String patientInfo As PatientInformation ClaimDateReceived As String ClaimDateRefile As String Status As String Trail() As Process Returns() As Defects Denied() As Reason Charge() As Charge Payment As Payment IsAdjustment As String End Type Public Type ClaimStatus AsOf As String AsOfTime As String Claim() As Claim End Type Public Type SummaryPayee PayeeType As String PayeeCode As String PayeeName As String RMBD As String DRUGS As String XRAY As String OPRM As String SPFee As String GPFee As String SURFee As String ANESFee As String GrossAmount As String TaxAmount As String NetAmount As String CheckNo As String CheckDate As String End Type Public Type SummaryDetail TotalAmount As String NumberOfClaims As String Payee() As SummaryPayee End Type Public Type VoucherDetail voucherNo As String VoucherDate As String Claim() As Claim Summary As SummaryDetail End Type Public Type DocumentTypes Id As Integer DocumentCode As String Description As String End Type Public Type SupportingDocuments DocumentCode As String DocumentUrl As String Submitted As String rawFileName As String fileType As String DatabaseName As String TableName As String End Type Public Type EClaimsSettings HospEmail As String HospCode As String SoapUserId As String SoapUserPw As String PdfCloudStorageUri As String PdfCloudStorageUserId As String PdfCloudStorageUserPw As String XmlEncryptDecryptPw As String UserCategory As String AccreditationNumber As String CertifiateId As String IsDemoMode As Boolean IsEncryptXmlPayLoadData As Boolean HospitalName As String CloudDescription As String ClaimStatusCountStorageUri As String AppKey As String AppServerUrl As String AppServerId As String AppServerPw As String End Type Public Type accessTypes AccessID As String Description As String CanAccess As Boolean End Type Public Type ProgramSettings Id As String Description As String End Type Public Type PatientDocs fileType As String FileContent As String fileName As String End Type Public Type Utilities Type As String value As String End Type Public Type ServerList ServerName As String ServerUrl As String ServerType As String End Type Public Type ExternalClaimInfo ClaimNumber As String XmlFileName As String TransmissionNo As String ReceiptTicketNo As String ClaimSeriesLhio As String End Type