Class PatientInfoRequest.PatientResponsieble

  • Enclosing class:
    PatientInfoRequest

    public class PatientInfoRequest.PatientResponsieble
    extends ru.clinicainfo.custom.CustomCheckDataItem
    Секция информации о представителе пациента
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String pCode
      Идентификатор представителя
      java.lang.Integer rDefault
      1 - Представитель по умолчанию
      java.lang.String relatType
      Тип родственных отношений
    • 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

      • pCode

        public java.lang.String pCode
        Идентификатор представителя
      • relatType

        public java.lang.String relatType
        Тип родственных отношений
      • rDefault

        public java.lang.Integer rDefault
        1 - Представитель по умолчанию
    • Constructor Detail

      • PatientResponsieble

        public PatientResponsieble()