Class EHIImmunization
This class represents an exported immunization
public record EHIImmunization
- Inheritance
-
EHIImmunization
Properties
CVX
CVX Vaccine Code
public string CVX { get; set; }
Property Value
DateAdministered
The date the inoculation was administered (or 'null' if not administered)
public DateTime? DateAdministered { get; set; }
Property Value
DocumentId
The unique identifier of the document this entry is a part of
public double DocumentId { get; set; }
Property Value
InoculationId
The unique inoculation entry identifier
public int InoculationId { get; set; }
Property Value
InoculationStatus
The inoculation's status
public string InoculationStatus { get; set; }
Property Value
RequestDate
The inoculation's request date
public DateTime RequestDate { get; set; }
Property Value
SeriesDose
The inoculation's series dose
public int SeriesDose { get; set; }
Property Value
VaccineCategoryAbbreviation
The vaccine's category abbreviated
public string VaccineCategoryAbbreviation { get; set; }
Property Value
VaccineCategoryName
The vaccine's category name
public string VaccineCategoryName { get; set; }