Class Toxicologico
Informações do exame toxicológico do motorista profissional.
Inheritance
System.Object
Toxicologico
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()
Assembly: Unimake.Business.DFe.dll
Syntax
public class Toxicologico
Properties
CnpjLab
CNPJ do laboratório responsável pela realização do
exame.
Validação: Deve ser um CNPJ válido, com 14 (catorze)
algarismos.
Declaration
public string CnpjLab { get; set; }
Property Value
Type |
Description |
System.String |
|
CodSeqExame
Código do exame toxicológico.
Validação: Deve possuir 11 (onze) caracteres, composto
por duas letras(dois primeiros caracteres) e nove
algarismos(últimos nove caracteres).
Declaration
public string CodSeqExame { get; set; }
Property Value
Type |
Description |
System.String |
|
DtExame
Data da realização do exame toxicológico.
Validação: Deve ser uma data válida, igual ou anterior à
data atual e igual ou posterior à data de início da
obrigatoriedade deste evento para o empregador no eSocial.
Declaration
public DateTimeOffset DtExame { get; set; }
Property Value
Type |
Description |
System.DateTimeOffset |
|
DtExameField
Data da realização do exame toxicológico.
Validação: Deve ser uma data válida, igual ou anterior à
data atual e igual ou posterior à data de início da
obrigatoriedade deste evento para o empregador no eSocial.
Declaration
public string DtExameField { get; set; }
Property Value
Type |
Description |
System.String |
|
NmMed
Preencher com o nome do médico.
Declaration
public string NmMed { get; set; }
Property Value
Type |
Description |
System.String |
|
NrCRM
Número de inscrição do médico no Conselho Regional de
Medicina - CRM.
Validação: Preenchimento obrigatório, exceto se o
endereço do trabalhador em S-2200 ou S-2205 vigente
em dtExame for no exterior.
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 |
|