PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEDoencaProfissional

    Classe que encapsula uma Doenca Profissional.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEDoencaProfissional
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEDoencaProfissional
    Inherited Members
    RhpBaseBE.WriteProperty(String, Object)
    RhpBaseBE.RaisePropertyChanged(String)
    RhpBaseBE.CamposUtil
    RhpBaseBE.Conteudo
    RhpBaseBE.PropExcluirLog
    RhpBaseBE.AbvtApl
    RhpBaseBE.PropertyChanged
    Namespace: RhpBE100
    Assembly: RhpBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("A1508C09-80F1-4164-AEFB-451FF05BCFEA")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEDoencaProfissional : RhpBaseBE, INotifyPropertyChanged, IRhpBEDoencaProfissional

    Constructors

    RhpBEDoencaProfissional()

    Declaration
    public RhpBEDoencaProfissional()

    Properties

    CodigoRelSHST

    Codigo CodigoRelSHST

    Declaration
    public string CodigoRelSHST { get; set; }
    Property Value
    Type Description
    System.String

    Descricao

    Descrição da Doenca.

    Declaration
    public string Descricao { get; set; }
    Property Value
    Type Description
    System.String

    Doenca

    Identificador da Doenca.

    Declaration
    public string Doenca { get; set; }
    Property Value
    Type Description
    System.String

    EmModoEdicao

    Indica se se trata de uma nova Doenca ou de uma já existente em edição. EmModoEdicao = True já existente, EmModoEdicao = False Nova.

    Declaration
    public bool EmModoEdicao { get; set; }
    Property Value
    Type Description
    System.Boolean

    FactorRisco

    Codigo FactorRisco

    Declaration
    public string FactorRisco { get; set; }
    Property Value
    Type Description
    System.String

    Riscos

    Riscos associados à Doenca.

    Declaration
    public RhpBEDoencaRiscos Riscos { get; set; }
    Property Value
    Type Description
    RhpBEDoencaRiscos

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEDoencaProfissional