Пример #1
0
        /// <summary> Initializes the class members</summary>
        private void InitClassMembers()
        {
            _treatments = new EPICCentralDL.CollectionClasses.TreatmentCollection();
            _treatments.SetContainingEntityInfo(this, "Patient");
            _locationReturnsNewIfNotFound = false;
            PerformDependencyInjection();

            // __LLBLGENPRO_USER_CODE_REGION_START InitClassMembers
            // __LLBLGENPRO_USER_CODE_REGION_END
            OnInitClassMembersComplete();
        }
Пример #2
0
        /// <summary> Initializes the class members</summary>
        private void InitClassMembers()
        {
            _calibrations = new EPICCentralDL.CollectionClasses.CalibrationCollection();
            _calibrations.SetContainingEntityInfo(this, "ImageSet");

            _treatments = new EPICCentralDL.CollectionClasses.TreatmentCollection();
            _treatments.SetContainingEntityInfo(this, "ImageSet");

            _treatments_ = new EPICCentralDL.CollectionClasses.TreatmentCollection();
            _treatments_.SetContainingEntityInfo(this, "ImageSet_");
            PerformDependencyInjection();

            // __LLBLGENPRO_USER_CODE_REGION_START InitClassMembers
            // __LLBLGENPRO_USER_CODE_REGION_END
            OnInitClassMembersComplete();
        }