public BasicV2() { Gender = String.Empty; PostalCode = String.Empty; City = String.Empty; m_itemProxy = new ItemProxy(TypeID, this); }
public Personal() { NationalIdentifier = String.Empty; EmploymentStatus = String.Empty; OrganDonor = String.Empty; m_itemProxy = new ItemProxy(TypeID, this); }
public Immunization() { Lot = String.Empty; AdverseEvent = String.Empty; Sequence = String.Empty; Consent = String.Empty; m_itemProxy = new ItemProxy(TypeID, this); }
public Insurance() { PlanName = String.Empty; CarrierId = String.Empty; GroupNumber = String.Empty; PlanCode = String.Empty; SubscriberId = String.Empty; PersonCode = String.Empty; SubscriberName = String.Empty; m_itemProxy = new ItemProxy(TypeID, this); }
public Condition() { StopReason = String.Empty; m_itemProxy = new ItemProxy(TypeID, this); }
public BloodPressure() { m_itemProxy = new ItemProxy(TypeID, this); }
public BloodGlucose() { m_itemProxy = new ItemProxy(TypeID, this); }
public Allergy() { m_itemProxy = new ItemProxy(TypeID, this); }
public Weight() { m_itemProxy = new ItemProxy(TypeID, this); }
public Contact(Person person) { m_personProxy = person; m_itemProxy = new ItemProxy(TypeID, this); }
public DietaryIntake() { m_itemProxy = new ItemProxy(TypeID, this); }
public HealthGoal() { Description = String.Empty; m_itemProxy = new ItemProxy(TypeID, this); }
public File() { m_itemProxy = new ItemProxy(TypeID, this); }
public Procedure() { m_itemProxy = new ItemProxy(TypeID, this); }
public Exercise() { Title = String.Empty; m_itemProxy = new ItemProxy(TypeID, this); }
public Medication() { m_itemProxy = new ItemProxy(TypeID, this); }
public PersonalImage() { m_itemProxy = new ItemProxy(TypeID, this); }
public Cholesterol() { m_itemProxy = new ItemProxy(TypeID, this); }