當前位置: 首頁>>代碼示例>>C#>>正文


C# NewCrop.AccountRequest類代碼示例

本文整理匯總了C#中OpenDental.NewCrop.AccountRequest的典型用法代碼示例。如果您正苦於以下問題:C# AccountRequest類的具體用法?C# AccountRequest怎麽用?C# AccountRequest使用的例子?那麽, 這裏精選的類代碼示例或許可以為您提供幫助。


AccountRequest類屬於OpenDental.NewCrop命名空間,在下文中一共展示了AccountRequest類的15個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的C#代碼示例。

示例1: GetDailyScriptReportV3

 public Result GetDailyScriptReportV3(Credentials credentials, AccountRequest accountRequest, string reportDateCCYYMMDD, int startHour, int endHour, string status, string transmissionType, string prescriptionType, string prescriptionSubType, string includeSchema) {
     object[] results = this.Invoke("GetDailyScriptReportV3", new object[] {
                 credentials,
                 accountRequest,
                 reportDateCCYYMMDD,
                 startHour,
                 endHour,
                 status,
                 transmissionType,
                 prescriptionType,
                 prescriptionSubType,
                 includeSchema});
     return ((Result)(results[0]));
 }
開發者ID:romeroyonatan,項目名稱:opendental,代碼行數:14,代碼來源:Reference.cs

示例2: GetAllRenewalRequestsSummaryV4Async

 /// <remarks/>
 public void GetAllRenewalRequestsSummaryV4Async(Credentials credentials, AccountRequest accountRequest, string locationId, string licensedPrescriberId, string renewalRequestDate) {
     this.GetAllRenewalRequestsSummaryV4Async(credentials, accountRequest, locationId, licensedPrescriberId, renewalRequestDate, null);
 }
開發者ID:romeroyonatan,項目名稱:opendental,代碼行數:4,代碼來源:Reference.cs

示例3: GetRenewalRequestDetail

 public RenewalDetailResult GetRenewalRequestDetail(Credentials credentials, AccountRequest accountRequest, string renewalRequestIdentifier) {
     object[] results = this.Invoke("GetRenewalRequestDetail", new object[] {
                 credentials,
                 accountRequest,
                 renewalRequestIdentifier});
     return ((RenewalDetailResult)(results[0]));
 }
開發者ID:romeroyonatan,項目名稱:opendental,代碼行數:7,代碼來源:Reference.cs

示例4: GenerateTestRenewalRequestAsync

 /// <remarks/>
 public void GenerateTestRenewalRequestAsync(Credentials credentials, AccountRequest accountRequest, string xmlIn, bool createCurrentMedFromRxInfo, string originalPrescriptionFillDate, object userState) {
     if ((this.GenerateTestRenewalRequestOperationCompleted == null)) {
         this.GenerateTestRenewalRequestOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGenerateTestRenewalRequestOperationCompleted);
     }
     this.InvokeAsync("GenerateTestRenewalRequest", new object[] {
                 credentials,
                 accountRequest,
                 xmlIn,
                 createCurrentMedFromRxInfo,
                 originalPrescriptionFillDate}, this.GenerateTestRenewalRequestOperationCompleted, userState);
 }
開發者ID:romeroyonatan,項目名稱:opendental,代碼行數:12,代碼來源:Reference.cs

示例5: GetAllRenewalRequestsV2Async

 /// <remarks/>
 public void GetAllRenewalRequestsV2Async(Credentials credentials, AccountRequest accountRequest, string locationId, string licensedPrescriberId) {
     this.GetAllRenewalRequestsV2Async(credentials, accountRequest, locationId, licensedPrescriberId, null);
 }
開發者ID:romeroyonatan,項目名稱:opendental,代碼行數:4,代碼來源:Reference.cs

示例6: GetPrescriptionTransmissionStatusByPatientAsync

 /// <remarks/>
 public void GetPrescriptionTransmissionStatusByPatientAsync(Credentials credentials, AccountRequest accountRequest, PatientRequest patientRequest, PatientInformationRequester patientInformationRequester, string queryMode, string status, string subStatus, string archiveStatus) {
     this.GetPrescriptionTransmissionStatusByPatientAsync(credentials, accountRequest, patientRequest, patientInformationRequester, queryMode, status, subStatus, archiveStatus, null);
 }
開發者ID:romeroyonatan,項目名稱:opendental,代碼行數:4,代碼來源:Reference.cs

示例7: GenerateTestRenewalRequest

 public Result GenerateTestRenewalRequest(Credentials credentials, AccountRequest accountRequest, string xmlIn, bool createCurrentMedFromRxInfo, string originalPrescriptionFillDate) {
     object[] results = this.Invoke("GenerateTestRenewalRequest", new object[] {
                 credentials,
                 accountRequest,
                 xmlIn,
                 createCurrentMedFromRxInfo,
                 originalPrescriptionFillDate});
     return ((Result)(results[0]));
 }
開發者ID:romeroyonatan,項目名稱:opendental,代碼行數:9,代碼來源:Reference.cs

示例8: GetPatientFullMedicationHistory5

 public PatientDrugDetailResult5 GetPatientFullMedicationHistory5(Credentials credentials, AccountRequest accountRequest, PatientRequest patientRequest, PrescriptionHistoryRequest prescriptionHistoryRequest, PatientInformationRequester patientInformationRequester, string patientIdType) {
     object[] results = this.Invoke("GetPatientFullMedicationHistory5", new object[] {
                 credentials,
                 accountRequest,
                 patientRequest,
                 prescriptionHistoryRequest,
                 patientInformationRequester,
                 patientIdType});
     return ((PatientDrugDetailResult5)(results[0]));
 }
開發者ID:romeroyonatan,項目名稱:opendental,代碼行數:10,代碼來源:Reference.cs

示例9: GetPatientFullMedicationHistory6

 public Result GetPatientFullMedicationHistory6(Credentials credentials, AccountRequest accountRequest, PatientRequest patientRequest, PrescriptionHistoryRequest prescriptionHistoryRequest, PatientInformationRequester patientInformationRequester, string patientIdType, string includeSchema) {
     object[] results = this.Invoke("GetPatientFullMedicationHistory6", new object[] {
                 credentials,
                 accountRequest,
                 patientRequest,
                 prescriptionHistoryRequest,
                 patientInformationRequester,
                 patientIdType,
                 includeSchema});
     return ((Result)(results[0]));
 }
開發者ID:romeroyonatan,項目名稱:opendental,代碼行數:11,代碼來源:Reference.cs

示例10: GetCompleteMedicationHistoryAsync

 /// <remarks/>
 public void GetCompleteMedicationHistoryAsync(Credentials credentials, AccountRequest accountRequest, string reportDateStartCCYYMMDD, string reportDateEndCCYYMMDD, string includeSchema, string sortOrder) {
     this.GetCompleteMedicationHistoryAsync(credentials, accountRequest, reportDateStartCCYYMMDD, reportDateEndCCYYMMDD, includeSchema, sortOrder, null);
 }
開發者ID:romeroyonatan,項目名稱:opendental,代碼行數:4,代碼來源:Reference.cs

示例11: GetCompleteMedicationHistory

 public Result GetCompleteMedicationHistory(Credentials credentials, AccountRequest accountRequest, string reportDateStartCCYYMMDD, string reportDateEndCCYYMMDD, string includeSchema, string sortOrder) {
     object[] results = this.Invoke("GetCompleteMedicationHistory", new object[] {
                 credentials,
                 accountRequest,
                 reportDateStartCCYYMMDD,
                 reportDateEndCCYYMMDD,
                 includeSchema,
                 sortOrder});
     return ((Result)(results[0]));
 }
開發者ID:romeroyonatan,項目名稱:opendental,代碼行數:10,代碼來源:Reference.cs

示例12: GetDailyScriptReportV3Async

 /// <remarks/>
 public void GetDailyScriptReportV3Async(Credentials credentials, AccountRequest accountRequest, string reportDateCCYYMMDD, int startHour, int endHour, string status, string transmissionType, string prescriptionType, string prescriptionSubType, string includeSchema, object userState) {
     if ((this.GetDailyScriptReportV3OperationCompleted == null)) {
         this.GetDailyScriptReportV3OperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetDailyScriptReportV3OperationCompleted);
     }
     this.InvokeAsync("GetDailyScriptReportV3", new object[] {
                 credentials,
                 accountRequest,
                 reportDateCCYYMMDD,
                 startHour,
                 endHour,
                 status,
                 transmissionType,
                 prescriptionType,
                 prescriptionSubType,
                 includeSchema}, this.GetDailyScriptReportV3OperationCompleted, userState);
 }
開發者ID:romeroyonatan,項目名稱:opendental,代碼行數:17,代碼來源:Reference.cs

示例13: GetPrescriptionTransmissionStatusAsync

 /// <remarks/>
 public void GetPrescriptionTransmissionStatusAsync(Credentials credentials, AccountRequest accountRequest, PatientRequest patientRequest, PatientInformationRequester patientInformationRequester, string prescriptionIds) {
     this.GetPrescriptionTransmissionStatusAsync(credentials, accountRequest, patientRequest, patientInformationRequester, prescriptionIds, null);
 }
開發者ID:romeroyonatan,項目名稱:opendental,代碼行數:4,代碼來源:Reference.cs

示例14: GetPatientFullMedicationHistory6Async

 /// <remarks/>
 public void GetPatientFullMedicationHistory6Async(Credentials credentials, AccountRequest accountRequest, PatientRequest patientRequest, PrescriptionHistoryRequest prescriptionHistoryRequest, PatientInformationRequester patientInformationRequester, string patientIdType, string includeSchema) {
     this.GetPatientFullMedicationHistory6Async(credentials, accountRequest, patientRequest, prescriptionHistoryRequest, patientInformationRequester, patientIdType, includeSchema, null);
 }
開發者ID:romeroyonatan,項目名稱:opendental,代碼行數:4,代碼來源:Reference.cs

示例15: GetPrescriptionTransmissionStatusByPatient

 public TransmissionSummaryResult GetPrescriptionTransmissionStatusByPatient(Credentials credentials, AccountRequest accountRequest, PatientRequest patientRequest, PatientInformationRequester patientInformationRequester, string queryMode, string status, string subStatus, string archiveStatus) {
     object[] results = this.Invoke("GetPrescriptionTransmissionStatusByPatient", new object[] {
                 credentials,
                 accountRequest,
                 patientRequest,
                 patientInformationRequester,
                 queryMode,
                 status,
                 subStatus,
                 archiveStatus});
     return ((TransmissionSummaryResult)(results[0]));
 }
開發者ID:romeroyonatan,項目名稱:opendental,代碼行數:12,代碼來源:Reference.cs


注:本文中的OpenDental.NewCrop.AccountRequest類示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。