Class PatientSearchRequest.PatientDisaese

  • Enclosing class:
    PatientSearchRequest

    public class PatientSearchRequest.PatientDisaese
    extends ru.clinicainfo.custom.CustomCheckDataItem
    Секция информации о значимых заболеваниях пациента
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String disId
      Идентификатор заболевания
      java.lang.String disName
      Наименование заболевания
      java.lang.String disType
      Тип заболевания
      java.lang.Integer isDeleted
      Признак удаления
    • Constructor Summary

      Constructors 
      Constructor Description
      PatientDisaese()  
    • 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

      • disId

        public java.lang.String disId
        Идентификатор заболевания
      • disName

        public java.lang.String disName
        Наименование заболевания
      • disType

        public java.lang.String disType
        Тип заболевания
      • isDeleted

        public java.lang.Integer isDeleted
        Признак удаления
    • Constructor Detail

      • PatientDisaese

        public PatientDisaese()