Implementation
  • 29 Dec 2023
  • 1 Minute to read
  • Dark
    Light
  • PDF

Implementation

  • Dark
    Light
  • PDF

The content is currently unavailable in English (UK). You are viewing the default English version.
Article summary

Storing of the C4H authentication credential (Username and Password) can be as simple or as complex as you prefer.

An example of a simple implementation can be compiling the DLL with the credentials hard coded inside in the following manner:

FIGURE 6 Store the C4H Authentication Credential

Steps to implement above example:

  1. Open Visual Studio.
  2. Create a new C# Class Library project.

FIGURE 7 Create a New C# Class Library Project

  1. Name the project and set the location.
  2. Right-click on References and select Add Reference.
    1. Navigate to copy of Plexis.ClaimEditingSoftware and select.

FIGURE 8 Select Plexis.ClaimEditingSoftware

  1. Right-click on the project and select Add > Class.

FIGURE 9 Select Add > Class

FIGURE 10 Select Add > Class

  1. Provide a name for the class.

FIGURE 11 Provide a Name

  1. In the newly created class (see Figure 7 for reference).
  2. Provide using statements for the following assemblies:

      1. System.Net
      2. System.Security
      3. Plexis.ClaimEditingSoftware
  3. Implement ICesCredential

      1. Add “: ICesCredential” to the public class declaration
        1. public class CesCredential : ICesCredential
          1. Ensure the class has a public access modifier.
      2. Right-click on ICesCredential and select “Implement Interface
        1. This creates the function stub for implementation.
        2. You may follow the example in Figure 7 to create implementation.
  4. Right-click project and select Build.
  5. The compiled DLL for the project will be available in the Project Bin folder.
  6. This is the assembly that needs to be referenced in the Castle ExternalCredential component Type. The name of the class that implements ICesCredential is also referenced in the Component Type.

      1. type="{Implementation}, {Assembly}"


(End of Quantum Choice Technical Guide for External System Integration Configuration for Context4 Healthcare Integration Module)

PLEXIS Company Confidential – Do Not Copy or Transmit

This document is the confidential property of PLEXIS Healthcare Systems, Inc. (“PLEXIS”) and should not be copied or transmitted without the written consent of an officer at PLEXIS. Only individuals who have signed a “Confidential Non-Disclosure Agreement” with PLEXIS should be allowed access to this document.


Was this article helpful?

What's Next
Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.
ESC

Eddy AI, facilitating knowledge discovery through conversational intelligence