Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 442 Bytes

File metadata and controls

20 lines (14 loc) · 442 Bytes

PrimaryConnectClient::Candidates

Properties

Name Type Description Notes
error String Error message [optional]
candidates Array<Patient> List of possible matches for the query [optional]

Example

require 'primary_connect_client'

instance = PrimaryConnectClient::Candidates.new(
  error: null,
  candidates: null
)