SuggestedResponseAssessmentService Methods

The following are methods for SuggestedResponseAssessmentService.

processPastAssessmentResponses

Calls the PreviousAssessmentResponses Connect API to retrieve suggestions based on prior responses.

Signature

public healthcloudext.SuggestedResponseAssessmentService processPastAssessmentResponses(healthcloudext.SuggestedResponseAssessmentService request)

1healthcloudext.SuggestedResponseAssessmentInteropAdapter, processPastAssessmentResponses, [healthcloudext.SuggestedResponseAssessmentService], healthcloudext.SuggestedResponseAssessmentService

Parameters

input: Type: Map<String,String>

A map of key-value pairs that contains assessment details provided as input from Integration Procedure.

output: Type: Map<String,String>

A map output that is sent back to Integration Procedure.

options: Type: Map<String,String>

Configuration options from Integration Procedure.

processSuggestedResponses

Calls the prompt service to get the suggested responses.

Signature

public healthcloudext.SuggestedResponseAssessmentService processSuggestedResponses(healthcloudext.SuggestedResponseAssessmentService request)

1healthcloudext.SuggestedResponseAssessmentInteropAdapter, processSuggestedResponses, [healthcloudext.SuggestedResponseAssessmentService], healthcloudext.SuggestedResponseAssessmentService

Parameters

input: Type: Map<String,String>

A map of key-value pairs that contains assessment details provided as input from Integration Procedure.

output: Type: Map<String,String>

A map output that is sent back to Integration Procedure.

options: Type: Map<String,String>

Configuration options from Integration Procedure.

mergeSuggestedResponses

Merges suggestion from both sources.

Signature

public healthcloudext.SuggestedResponseAssessmentService mergeSuggestedResponses(healthcloudext.SuggestedResponseAssessmentService request)

1healthcloudext.SuggestedResponseAssessmentInteropAdapter, mergeSuggestedResponses, [healthcloudext.SuggestedResponseAssessmentService], healthcloudext.SuggestedResponseAssessmentService

Parameters

input: Type: Map<String,String>

A map of key-value pairs that contains assessment details provided as input from Integration Procedure.

output: Type: Map<String,String>

A map output that is sent back to IP.

options: Type: Map<String,String>

Configuration options from Integration Procedure.