Class SickListInfoRequest.RepresentPatientInfo

  • Enclosing class:
    SickListInfoRequest

    public class SickListInfoRequest.RepresentPatientInfo
    extends ru.clinicainfo.custom.CustomCheckDataItem
    Секция данных представителя. Кому выдан
    • Method Summary

      • Methods inherited from class ru.clinicainfo.custom.CustomCheckDataItem

        getCheckData, getCheckList, setCheckData, setCheckList
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • representPCode

        public java.lang.String representPCode
        Кому выдан. Идентификатор пациента
      • representLastName

        public java.lang.String representLastName
        Кому выдан. Фамилия
      • representFirstName

        public java.lang.String representFirstName
        Кому выдан. Имя
      • representMidName

        public java.lang.String representMidName
        Кому выдан. Отчество
      • representBDate

        public java.util.Date representBDate
        Кому выдан. Дата рождения
      • representPol

        public java.lang.Integer representPol
        Кому выдан. Пол
      • representSnils

        public java.lang.String representSnils
        Кому выдан. СНИЛС
      • relatType

        public java.lang.String relatType
        Кому выдан. Идентификатор родственной связи
    • Constructor Detail

      • RepresentPatientInfo

        public RepresentPatientInfo()