Class PatientSearchListRequest.PatientInfo

  • Enclosing class:
    PatientSearchListRequest

    public static class PatientSearchListRequest.PatientInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.Date bDate
      Дата рождения
      java.lang.Long pCode
      УИП
      java.lang.String pMail
      Электронная почта
      java.lang.String pName
      ФИО
      java.lang.String pPhone
      Мобильный телефон
    • Constructor Summary

      Constructors 
      Constructor Description
      PatientInfo()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • pCode

        @NonNull
        public java.lang.Long pCode
        УИП
      • pName

        @NonNull
        public java.lang.String pName
        ФИО
      • pPhone

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

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

        @Nullable
        public java.util.Date bDate
        Дата рождения
    • Constructor Detail

      • PatientInfo

        public PatientInfo()
    • Method Detail

      • toString

        @NonNull
        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object