Exemple #1
0
 public BasicV2()
 {
     Gender = String.Empty;
     PostalCode = String.Empty;
     City = String.Empty;
     m_itemProxy = new ItemProxy(TypeID, this);
 }
Exemple #2
0
 public Personal()
 {
     NationalIdentifier = String.Empty;
     EmploymentStatus = String.Empty;
     OrganDonor = String.Empty;
     m_itemProxy = new ItemProxy(TypeID, this);
 }
Exemple #3
0
 public Immunization()
 {
     Lot = String.Empty;
     AdverseEvent = String.Empty;
     Sequence = String.Empty;
     Consent = String.Empty;
     m_itemProxy = new ItemProxy(TypeID, this);
 }
Exemple #4
0
 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);
 }
Exemple #5
0
 public Condition()
 {
     StopReason  = String.Empty;
     m_itemProxy = new ItemProxy(TypeID, this);
 }
Exemple #6
0
 public Contact(Person person)
 {
     m_personProxy = person;
     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 BloodPressure()
 {
     m_itemProxy = new ItemProxy(TypeID, this);
 }
Exemple #10
0
 public File()
 {
     m_itemProxy = new ItemProxy(TypeID, this);
 }
 public Height()
 {
     m_itemProxy = new ItemProxy(TypeID, this);
 }
Exemple #12
0
 public PersonalImage()
 {
     m_itemProxy = new ItemProxy(TypeID, this);
 }
 public DietaryIntake()
 {
     m_itemProxy = new ItemProxy(TypeID, this);
 }
Exemple #14
0
 public Contact(Person person)
 {
     m_personProxy = person;
     m_itemProxy = new ItemProxy(TypeID, this);
 }
Exemple #15
0
 public MealDefinition()
 {
     m_itemProxy = new ItemProxy(TypeID, this);
 }
Exemple #16
0
 public Cholesterol()
 {
     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 HealthGoal()
 {
     Description = String.Empty;
     m_itemProxy = new ItemProxy(TypeID, this);
 }
 public Medication()
 {
     m_itemProxy = new ItemProxy(TypeID, this);
 }
Exemple #21
0
 public PersonalImage()
 {
     m_itemProxy = new ItemProxy(TypeID, this);
 }
Exemple #22
0
 public Condition()
 {
     StopReason = String.Empty;
     m_itemProxy = new ItemProxy(TypeID, this);
 }
Exemple #23
0
 public Weight()
 {
     m_itemProxy = new ItemProxy(TypeID, this);
 }
 public HealthGoal()
 {
     Description = String.Empty;
     m_itemProxy = new ItemProxy(TypeID, this);
 }
 public Allergy()
 {
     m_itemProxy = new ItemProxy(TypeID, this);
 }
 public DietaryIntake()
 {
     m_itemProxy = new ItemProxy(TypeID, this);
 }
 public BloodGlucose()
 {
     m_itemProxy = new ItemProxy(TypeID, this);
 }
 public File()
 {
     m_itemProxy = new ItemProxy(TypeID, this);
 }
 public Procedure()
 {
     m_itemProxy = new ItemProxy(TypeID, this);
 }
 public BloodGlucose()
 {
     m_itemProxy = new ItemProxy(TypeID, this);
 }
 public Allergy()
 {
     m_itemProxy = new ItemProxy(TypeID, this);
 }
 public MealDefinition()
 {
     m_itemProxy = new ItemProxy(TypeID, this);
 }
 public Cholesterol()
 {
     m_itemProxy = new ItemProxy(TypeID, this);
 }
 public BloodPressure()
 {
     m_itemProxy = new ItemProxy(TypeID, this);
 }