3
É4à[ê  ã               @   s   d Z ddlZG dd„ dƒZdS )z


@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 )ÚUrinarySystemWomenc             C   s   d | _ d | _d | _d | _d S )N)Úmenstrual_cycleÚfluid_retentionÚ
drowsinessÚirritability)Úself© r   ú]/var/www/vitahealth/hygea.vitahealth/riskmap/src/vbs_riskmap/healthinfo/UrinarySystemWomen.pyÚ__init__   s    zUrinarySystemWomen.__init__c             C   s   | j S )z
False/True)Ú$_UrinarySystemWomen__menstrual_cycle)r   r   r   r	   r      s    z"UrinarySystemWomen.menstrual_cyclec             C   s
   || _ dS )z
False/TrueN)r   )r   r   r   r   r	   r      s    c             C   s   | j S )z
False/True)Ú$_UrinarySystemWomen__fluid_retention)r   r   r   r	   r      s    z"UrinarySystemWomen.fluid_retentionc             C   s
   || _ dS )z
False/TrueN)r   )r   r   r   r   r	   r   "   s    c             C   s   | j S )z
False/True)Ú_UrinarySystemWomen__drowsiness)r   r   r   r	   r   '   s    zUrinarySystemWomen.drowsinessc             C   s
   || _ dS )z
False/TrueN)r   )r   r   r   r   r	   r   ,   s    c             C   s   | j S )z
False/True)Ú!_UrinarySystemWomen__irritability)r   r   r   r	   r   1   s    zUrinarySystemWomen.irritabilityc             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&URINARY SYSTEM WOMEN parameters ended.N)Úgetr   r   r   r   ÚloggingÚinfo)r   Úparamsr   r   r	   Ú
set_params;   s
    zUrinarySystemWomen.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   