MedicationScheduleFetchByEntryIdResponse

public struct MedicationScheduleFetchByEntryIdResponse : Equatable

Handle for MedicationSchedule and ErxTask associated to a MedicationSchedule.Entry.id

  • The entryId‘s associated MedicationSchedule

    Declaration

    Swift

    public var medicationSchedule: MedicationSchedule?
  • An MedicationSchedule‘s associated ErxTask

    Declaration

    Swift

    public var task: ErxTask?