PatientListSection

open class PatientListSection

Patients are divided into sections, e.g. by first letter of their family name. This class holds patients belonging to one section.

  • Undocumented

    Declaration

    Swift

    open class PatientListSection
  • How many patients are in sections coming before this one. Only valid in context of a PatientList.

    Declaration

    Swift

    open var offset: Int = 0
  • Undocumented

    Declaration

    Swift

    open class PatientListSection