Table of Contents

Method GetMatrixApplications

Namespace
Everest.Service.ChemTypes
Assembly
Everest.Service.dll

GetMatrixApplications(string)

Retrieves the possible applications of a mixture containing a matrix with the specified chemical.

public ChemicalApplication[] GetMatrixApplications(string code)

Parameters

code string

The unique identifier of the chemical analyte.

Returns

ChemicalApplication[]

An array of Everest.Model.ChemTypes.ChemicalApplication representing the possible applications.

Remarks

This method is accessible via a GET request to the URI template: Overview/Matrix/Applications/{code}.

Exceptions

FaultException<TDetail>

Thrown when the specified chemical is not found.

FaultException<TDetail>

Thrown when the input validation fails.