Table of Contents

Class EHIImmunization

Namespace
FEHR.EHR.EHIExport
Assembly
FEHR.EHR.EHIExport.dll

This class represents an exported immunization

public record EHIImmunization
Inheritance
EHIImmunization

Properties

CVX

CVX Vaccine Code

public string CVX { get; set; }

Property Value

string

DateAdministered

The date the inoculation was administered (or 'null' if not administered)

public DateTime? DateAdministered { get; set; }

Property Value

DateTime?

DocumentId

The unique identifier of the document this entry is a part of

public double DocumentId { get; set; }

Property Value

double

InoculationId

The unique inoculation entry identifier

public int InoculationId { get; set; }

Property Value

int

InoculationStatus

The inoculation's status

public string InoculationStatus { get; set; }

Property Value

string

RequestDate

The inoculation's request date

public DateTime RequestDate { get; set; }

Property Value

DateTime

SeriesDose

The inoculation's series dose

public int SeriesDose { get; set; }

Property Value

int

VaccineCategoryAbbreviation

The vaccine's category abbreviated

public string VaccineCategoryAbbreviation { get; set; }

Property Value

string

VaccineCategoryName

The vaccine's category name

public string VaccineCategoryName { get; set; }

Property Value

string