Type alias MedicalCertificateDateRecordType

MedicalCertificateDateRecordType: "INCAPABLE_OF_WORK_SINCE" | "INCAPABLE_OF_WORK_UNTIL" | "DIAGNOSED_ON" | "DOCUMENT_DATE" | "BIRTH_DATE" | "CHILD_NEEDS_CARE_FROM" | "CHILD_NEEDS_CARE_UNTIL" | "UNDEFINED"

Type of a date record.

  • INCAPABLE_OF_WORK_SINCE: (Form 1) Incapable of work since (arbeitsunfähig seit) date.
  • INCAPABLE_OF_WORK_UNTIL: (Form 1) Incapable of work until (voraussichtlich arbeitsunfähig bis einschließlich oder letzter Tag der Arbeitsunfähigkeit) date.
  • DIAGNOSED_ON: (Form 1) Diagnosed on (festgestellt am) date.
  • DOCUMENT_DATE: Document date.
  • BIRTH_DATE: Birthdate (geb. am).
  • CHILD_NEEDS_CARE_FROM: (Form 21a) Child needs care from (Das genannte Kind bedarf/bedurfte vom) date.
  • CHILD_NEEDS_CARE_UNTIL: (Form 21a) Child needs care until (Das genannte Kind bedarf/bedurfte bis einschließlich) date.
  • UNDEFINED: Undefined date type.

Generated using TypeDoc