Class RhpBEDoencaProfissional
Classe que encapsula uma Doenca Profissional.
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEDoencaProfissional
Inherited Members
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. |
Descricao
Descrição da Doenca.
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System. |
Doenca
Identificador da Doenca.
Declaration
public string Doenca { get; set; }
Property Value
Type | Description |
---|---|
System. |
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. |
FactorRisco
Codigo FactorRisco
Declaration
public string FactorRisco { get; set; }
Property Value
Type | Description |
---|---|
System. |
Riscos
Riscos associados à Doenca.
Declaration
public RhpBEDoencaRiscos Riscos { get; set; }
Property Value
Type | Description |
---|---|
Rhp |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEDoencaProfissional