Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Medico

    Informações sobre o médico emitente do ASO.

    Inheritance
    System.Object
    Medico
    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 Medico

    Properties

    NmMed

    Preencher com o nome do médico emitente do ASO

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

    NrCRM

    Número de inscrição do médico emitente do ASO no Conselho Regional de Medicina - CRM

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

    UfCRM

    Preencher com a sigla da Unidade da Federação - UF de expedição do CRM

    Declaration
    public UFBrasil? UfCRM { get; set; }
    Property Value
    Type Description
    System.Nullable<UFBrasil>

    Methods

    ShouldSerializeNrCRM()

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

    ShouldSerializeUfCRM()

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