コード例 #1
0
ファイル: BasicV2.cs プロジェクト: bcl-lab-apps/EMRGENE
 public BasicV2()
 {
     Gender = String.Empty;
     PostalCode = String.Empty;
     City = String.Empty;
     m_itemProxy = new ItemProxy(TypeID, this);
 }
コード例 #2
0
ファイル: Personal.cs プロジェクト: bcl-lab-apps/EMRGENE
 public Personal()
 {
     NationalIdentifier = String.Empty;
     EmploymentStatus = String.Empty;
     OrganDonor = String.Empty;
     m_itemProxy = new ItemProxy(TypeID, this);
 }
コード例 #3
0
ファイル: Immunization.cs プロジェクト: bcl-lab-apps/EMRGENE
 public Immunization()
 {
     Lot = String.Empty;
     AdverseEvent = String.Empty;
     Sequence = String.Empty;
     Consent = String.Empty;
     m_itemProxy = new ItemProxy(TypeID, this);
 }
コード例 #4
0
ファイル: Insurance.cs プロジェクト: bcl-lab-apps/EMRGENE
 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);
 }
コード例 #5
0
 public Condition()
 {
     StopReason  = String.Empty;
     m_itemProxy = new ItemProxy(TypeID, this);
 }
コード例 #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);
 }
コード例 #9
0
ファイル: BloodPressure.cs プロジェクト: bcl-lab-apps/EMRGENE
 public BloodPressure()
 {
     m_itemProxy = new ItemProxy(TypeID, this);
 }
コード例 #10
0
ファイル: File.cs プロジェクト: bcl-lab-apps/EMRGENE
 public File()
 {
     m_itemProxy = new ItemProxy(TypeID, this);
 }
 public Height()
 {
     m_itemProxy = new ItemProxy(TypeID, this);
 }
コード例 #12
0
ファイル: PersonalImage.cs プロジェクト: bcl-lab-apps/EMRGENE
 public PersonalImage()
 {
     m_itemProxy = new ItemProxy(TypeID, this);
 }
 public DietaryIntake()
 {
     m_itemProxy = new ItemProxy(TypeID, this);
 }
コード例 #14
0
ファイル: Contact.cs プロジェクト: bcl-lab-apps/EMRGENE
 public Contact(Person person)
 {
     m_personProxy = person;
     m_itemProxy = new ItemProxy(TypeID, this);
 }
コード例 #15
0
 public MealDefinition()
 {
     m_itemProxy = new ItemProxy(TypeID, this);
 }
コード例 #16
0
ファイル: Cholesterol.cs プロジェクト: bcl-lab-apps/EMRGENE
 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);
 }
コード例 #21
0
 public PersonalImage()
 {
     m_itemProxy = new ItemProxy(TypeID, this);
 }
コード例 #22
0
ファイル: Condition.cs プロジェクト: bcl-lab-apps/EMRGENE
 public Condition()
 {
     StopReason = String.Empty;
     m_itemProxy = new ItemProxy(TypeID, this);
 }
コード例 #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);
 }