3
É4à[”  ã               @   s   d Z ddlZG dd„ dƒZdS )zh
This class contains all the parameters related to the Respiratory System.

@author: Vertigo BioSystems
é    Nc               @   s„   e Zd Zdd„ Zedd„ ƒZejdd„ ƒZedd„ ƒZejdd„ ƒZed	d
„ ƒZejdd
„ ƒZedd„ ƒZ	e	jdd„ ƒZ	dd„ Z
dS )ÚRespiratorySystemc             C   s   d | _ d | _d | _d | _d S )N)Úrespiratory_allergyÚasthmaÚfrequent_coughingÚdifficulty_breathing)Úself© r   ú\/var/www/vitahealth/hygea.vitahealth/riskmap/src/vbs_riskmap/healthinfo/RespiratorySystem.pyÚ__init__   s    zRespiratorySystem.__init__c             C   s   | j S )z
False/True)Ú'_RespiratorySystem__respiratory_allergy)r   r   r   r	   r      s    z%RespiratorySystem.respiratory_allergyc             C   s
   || _ dS )z
False/TrueN)r   )r   r   r   r   r	   r      s    c             C   s   | j S )z
False/True)Ú_RespiratorySystem__asthma)r   r   r   r	   r      s    zRespiratorySystem.asthmac             C   s
   || _ dS )z
False/TrueN)r   )r   r   r   r   r	   r   "   s    c             C   s   | j S )z
False/True)Ú%_RespiratorySystem__frequent_coughing)r   r   r   r	   r   '   s    z#RespiratorySystem.frequent_coughingc             C   s
   || _ dS )z
False/TrueN)r   )r   r   r   r   r	   r   ,   s    c             C   s   | j S )z
False/True)Ú(_RespiratorySystem__difficulty_breathing)r   r   r   r	   r   1   s    z&RespiratorySystem.difficulty_breathingc             C   s
   || _ dS )z
False/TrueN)r   )r   r   r   r   r	   r   6   s    c             C   s>   |j dƒ| _|j dƒ| _|j dƒ| _|j dƒ| _tjdƒ dS )z?
        Sets the input parameters in the attributes.

        r   r   r   r   z$RESPIRATORY SYSTEM parameters ended.N)Úgetr   r   r   r   ÚloggingÚinfo)r   Úparamsr   r   r	   Ú
set_params;   s
    zRespiratorySystem.set_paramsN)Ú__name__Ú
__module__Ú__qualname__r
   Úpropertyr   Úsetterr   r   r   r   r   r   r   r	   r      s   r   )Ú__doc__r   r   r   r   r   r	   Ú<module>   s   