Class RhpBEDocumentoActoSaude
Classe que representa um cuidado/acto de saúde a considerar no processamento.
Implements
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("1458C673-6C59-4D96-8E49-7837234C2841")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEDocumentoActoSaude : RhpBaseBE, INotifyPropertyChanged, IRhpBEDocumentoActoSaude
Constructors
RhpBEDocumentoActoSaude()
Declaration
public RhpBEDocumentoActoSaude()
Properties
Ano
Ano a que se refere o período de processamento.
Declaration
public int Ano { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Beneficiario
Beneficiário do Cuidado/Acto de saúde.
Declaration
public string Beneficiario { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataOcorrencia
Data de ocorrência do Cuidado/Acto de saúde.
Declaration
public DateTime DataOcorrencia { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DocumentoExterno
Indica se se trata de uma nova linha de Cuidado/Acto de Saúde ou de uma linha já existente em edição. EmModoEdicao = True já existente, EmModoEdicao = False Novo.
Declaration
public string DocumentoExterno { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Funcionario
Identificador do Funcionário.
Declaration
public string Funcionario { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdDocumento
Identificador do Documento.
Declaration
public string IdDocumento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdMembroAgregado
Identificador do Membro do Agregado
Declaration
public string IdMembroAgregado { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LinhasActosSaude
Colecção de linhas de actos de saúde de um documento
Declaration
public RhpBEProcActosSaude LinhasActosSaude { get; }
Property Value
Type | Description |
---|---|
RhpBEProcActosSaude |
Observacoes
Identificador das Observacoes
Declaration
public string Observacoes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PeriodoProc
Número do período de processamento.
Declaration
public int PeriodoProc { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Recibo
Ano a que se refere o período de processamento.
Declaration
public int Recibo { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remuneracao
Identificador do Código da Remuneracao
Declaration
public string Remuneracao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoPeriodo
Identificador do Tipo de período de processamento.
Declaration
public string TipoPeriodo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ValorCompart
Valor comparticipado deste documento.
Declaration
public double ValorCompart { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ValorNaoCompart
Valor não comparticipado deste documento
Declaration
public double ValorNaoCompart { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Finalize()
Declaration
protected override void Finalize()