Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Atestado

    Atestado médico

    Inheritance
    System.Object
    Atestado
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Unimake.Business.DFe.Xml.ESocial
    Assembly: Unimake.Business.DFe.dll
    Syntax
    public class Atestado

    Properties

    CodCID

    Informar o código da tabela de Classificação Internacional de Doenças - CID

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

    DiagProvavel

    Diagnóstico provável

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

    DscCompLesao

    Descrição complementar da lesão

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

    DscLesao

    Preencher com a descrição da natureza da lesão

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

    DtAtendimento

    Data do atendimento

    Declaration
    public DateTimeOffset DtAtendimento { get; set; }
    Property Value
    Type Description
    System.DateTimeOffset

    DtAtendimentoField

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

    DurTrat

    Duração estimada do tratamento, em dias

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

    Emitente

    Médico/Dentista que emitiu o atestado

    Declaration
    public Emitente Emitente { get; set; }
    Property Value
    Type Description
    Emitente

    HrAtendimento

    Hora do atendimento, no formato HHMM

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

    IndAfast

    Indicativo de afastamento do trabalho durante o tratamento

    Declaration
    public SimNaoLetra IndAfast { get; set; }
    Property Value
    Type Description
    SimNaoLetra

    IndInternacao

    Indicativo de internação

    Declaration
    public SimNaoLetra IndInternacao { get; set; }
    Property Value
    Type Description
    SimNaoLetra

    Observacao

    Observação

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

    Methods

    ShouldSerializeDiagProvavel()

    Declaration
    public bool ShouldSerializeDiagProvavel()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeDscCompLesao()

    Declaration
    public bool ShouldSerializeDscCompLesao()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeObservacao()

    Declaration
    public bool ShouldSerializeObservacao()
    Returns
    Type Description
    System.Boolean