CodesResult

The CodesResult type represents a result in the response of a codesByLabel and labelsByCode queries.

Schema

 

 

type CodesResult implements SearchResult {

    totalCount: Int

    pageInfo: PageInfo

    edges: [CodesResultEdge]

}

 

 

Field

Type

Description

totalCount

Int

Total amount of results for the codesByLabel or labelsByCode query.

pageInfo

pageInfo

Pagination metadata for the query.

edges

[CodesResultEdge]

List of results for the query.

 

 

 

Availability

HealthCare Locator SDK 1.2.15 and higher

GraphQL Activity API 2.0