DexcarePatient

public struct DexcarePatient : Codable, Equatable

The base structure for a Dexcare Patient

  • A unique guid for a patient

    Declaration

    Swift

    public let patientGuid: String
  • A list of all Demographics that a Patient has. Each demographics will be associated to an EHR System.

    Declaration

    Swift

    public let demographicsLinks: [PatientDemographics]