Class RhpBEHistDoencaProfissional
Classe que encapsula os registos de doenças profissionais
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEHistDoencaProfissional
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("842BBD22-4A5E-49F8-BB23-A681F2E62E7F")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEHistDoencaProfissional : RhpBaseBE, INotifyPropertyChanged, IRhpBEHistDoencaProfissional
Constructors
RhpBEHistDoencaProfissional()
Declaration
public RhpBEHistDoencaProfissional()
Properties
Data
Identificador do Data ao qual o certificado pertence.
Declaration
public DateTime Data { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Doenca
Identificador da doença profissional.
Declaration
public string Doenca { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Indica se se trata de uma novo registo a adicionar ou de um já existente em edição. EmModoEdicao = True já existente, EmModoEdicao = False Nova
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IdHistorico
Identificador único do registo.
Declaration
public string IdHistorico { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Observacoes
Observações do registo de doença profissional.
Declaration
public string Observacoes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Risco
Identificador do risco associado à doença.
Declaration
public string Risco { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEHistDoencaProfissional