Class PatientSearchListRequest.PatientInfo

java.lang.Object
ru.clinicainfo.protocol.PatientSearchListRequest.PatientInfo
Enclosing class:
PatientSearchListRequest

public static class PatientSearchListRequest.PatientInfo extends Object
Информация о пациенте
  • Field Details

    • pCode

      @NonNull public Long pCode
      УИП
    • pName

      @NonNull public String pName
      ФИО
    • pPhone

      @Nullable public String pPhone
      Мобильный телефон
    • pMail

      @Nullable public String pMail
      Электронная почта
    • bDate

      @Nullable public Date bDate
      Дата рождения
  • Constructor Details

    • PatientInfo

      public PatientInfo()
  • Method Details