public OrgStructureStock()
 {
     this._RbFinance  = default(EntityRef<RbFinance>);
     this._OrgStructure  = default(EntityRef<OrgStructure>);
     this._RbNomenclature  = default(EntityRef<RbNomenclature>);
     OnCreated();
 }
 public DrugDestinationSchedule()
 {
     this._Action  = default(EntityRef<Action>);
     this._RbStockNomenclature  = default(EntityRef<RbStockNomenclature>);
     this._Person  = default(EntityRef<Person>);
     OnCreated();
 }
 public RbEmergencyPlaceReceptionCall()
 {
     this._EmergencyCalls = new EntitySet<EmergencyCall>(new Action<EmergencyCall>(this.attach_EmergencyCalls), new Action<EmergencyCall>(this.detach_EmergencyCalls));
     this._Person_CreatePersonId  = default(EntityRef<Person>);
     this._Person_ModifyPersonId  = default(EntityRef<Person>);
     OnCreated();
 }
 public EventOutgoingReferral()
 {
     this._Organisation  = default(EntityRef<Organisation>);
     this._Person_CreatePersonId  = default(EntityRef<Person>);
     this._Person_ModifyPersonId  = default(EntityRef<Person>);
     OnCreated();
 }
 public ClientQuoting()
 {
     this._ActionPropertyClientQuotings = new EntitySet<ActionPropertyClientQuoting>(new Action<ActionPropertyClientQuoting>(this.attach_ActionPropertyClientQuotings), new Action<ActionPropertyClientQuoting>(this.detach_ActionPropertyClientQuotings));
     this._Person_CreatePersonId  = default(EntityRef<Person>);
     this._Person_ModifyPersonId  = default(EntityRef<Person>);
     OnCreated();
 }
 public RbStatusObservationClientType()
 {
     this._ClientStatusObservations = new EntitySet<ClientStatusObservation>(new Action<ClientStatusObservation>(this.attach_ClientStatusObservations), new Action<ClientStatusObservation>(this.detach_ClientStatusObservations));
     this._Person_CreatePersonId  = default(EntityRef<Person>);
     this._Person_ModifyPersonId  = default(EntityRef<Person>);
     OnCreated();
 }
 public ReportPartDetail(
     EntityRef reportPartRef,
     int index,
     bool isAddendum,
     EnumValueInfo status,
     DateTime creationTime,
     DateTime? preliminaryTime,
     DateTime? completedTime,
     DateTime? cancelledTime,
     StaffSummary supervisor,
     StaffSummary interpretedBy,
     StaffSummary transcribedBy,
     StaffSummary transcriptionSupervisor,
     StaffSummary verifiedBy,
     EnumValueInfo transcriptionRejectReason,
     Dictionary<string, string> extendedProperties)
 {
     this.ReportPartRef = reportPartRef;
     this.Index = index;
     this.IsAddendum = isAddendum;
     this.Status = status;
     this.CreationTime = creationTime;
     this.PreliminaryTime = preliminaryTime;
     this.CompletedTime = completedTime;
     this.CancelledTime = cancelledTime;
     this.Supervisor = supervisor;
     this.InterpretedBy = interpretedBy;
     this.TranscribedBy = transcribedBy;
     this.TranscriptionSupervisor = transcriptionSupervisor;
     this.VerifiedBy = verifiedBy;
     this.TranscriptionRejectReason = transcriptionRejectReason;
     this.ExtendedProperties = extendedProperties;
 }
 public RbHospitalBedType()
 {
     this._OrgStructureHospitalBeds = new EntitySet<OrgStructureHospitalBed>(new Action<OrgStructureHospitalBed>(this.attach_OrgStructureHospitalBeds), new Action<OrgStructureHospitalBed>(this.detach_OrgStructureHospitalBeds));
     this._Person_CreatePersonId  = default(EntityRef<Person>);
     this._Person_ModifyPersonId  = default(EntityRef<Person>);
     OnCreated();
 }
		/// <summary>Initializes a new instance of the <see cref="CurrencyRate"/> class.</summary>
		public CurrencyRate()
		{
			_currency = default(EntityRef<Currency>);
			_currency1 = default(EntityRef<Currency>);
			_salesOrderHeaders = new EntitySet<SalesOrderHeader>(new Action<SalesOrderHeader>(this.Attach_SalesOrderHeaders), new Action<SalesOrderHeader>(this.Detach_SalesOrderHeaders) );
			OnCreated();
		}
Exemple #10
0
		/// <summary>Initializes a new instance of the <see cref="Order"/> class.</summary>
		public Order()
		{
			_customer = default(EntityRef<Customer>);
			_employee = default(EntityRef<Employee>);
			_orderRows = new EntitySet<OrderRow>(new Action<OrderRow>(this.Attach_OrderRows), new Action<OrderRow>(this.Detach_OrderRows) );
			OnCreated();
		}
 public ClientAllergy()
 {
     this._Client  = default(EntityRef<Client>);
     this._Person_CreatePersonId  = default(EntityRef<Person>);
     this._Person_ModifyPersonId  = default(EntityRef<Person>);
     OnCreated();
 }
Exemple #12
0
 public static AstGetSet Call(this IAstFactory factory, ISourcePosition position, EntityRef entity,
                              PCall call = PCall.Get, params AstExpr[] arguments)
 {
     var c = factory.IndirectCall(position, factory.Reference(position, entity), call);
     c.Arguments.AddRange(arguments);
     return c;
 }
        public PatientProfile LoadPatientProfile(EntityRef profileRef)
        {
            IPatientProfileBroker profileBroker = this.CurrentContext.GetBroker<IPatientProfileBroker>();
            PatientProfile patient = profileBroker.Load(profileRef);

            return patient;
        }
		/// <summary>Initializes a new instance of the <see cref="BillOfMaterial"/> class.</summary>
		public BillOfMaterial()
		{
			_product = default(EntityRef<Product>);
			_product1 = default(EntityRef<Product>);
			_unitMeasure = default(EntityRef<UnitMeasure>);
			OnCreated();
		}
 protected Comment()
 {
     _post = new EntityRef<Post>(
         delegate(Post p) { p.Comments.Add(this); },
         delegate(Post p) { p.Comments.Remove(this); }
         );
 }
 public StudentSchedule()
 {
     this._Schedule  = default(EntityRef<Schedule>);
     this._Program  = default(EntityRef<Program>);
     this._Student  = default(EntityRef<Student>);
     OnCreated();
 }
Exemple #17
0
 public AuthorityGroupSummary(EntityRef authorityGroupRef, string name, string description, bool dataGroup)
 {
     AuthorityGroupRef = authorityGroupRef;
     Name = name;
     Description = description;
     DataGroup = dataGroup;
 }
 public OrganisationAccount()
 {
     this._Contracts_RecipientAccountId = new EntitySet<Contract>(new Action<Contract>(this.attach_Contracts_RecipientAccountId), new Action<Contract>(this.detach_Contracts_RecipientAccountId));
     this._Contracts_PayerAccountId = new EntitySet<Contract>(new Action<Contract>(this.attach_Contracts_PayerAccountId), new Action<Contract>(this.detach_Contracts_PayerAccountId));
     this._Bank  = default(EntityRef<Bank>);
     OnCreated();
 }
		/// <summary>Initializes a new instance of the <see cref="WorkOrder"/> class.</summary>
		public WorkOrder()
		{
			_product = default(EntityRef<Product>);
			_scrapReason = default(EntityRef<ScrapReason>);
			_workOrderRoutings = new EntitySet<WorkOrderRouting>(new Action<WorkOrderRouting>(this.Attach_WorkOrderRoutings), new Action<WorkOrderRouting>(this.Detach_WorkOrderRoutings) );
			OnCreated();
		}
 public RbBloodType()
 {
     this._Clients = new EntitySet<Client>(new Action<Client>(this.attach_Clients), new Action<Client>(this.detach_Clients));
     this._Person_CreatePersonId  = default(EntityRef<Person>);
     this._Person_ModifyPersonId  = default(EntityRef<Person>);
     OnCreated();
 }
 public RbTempInvalidExtraReason()
 {
     this._TempInvalids = new EntitySet<TempInvalid>(new Action<TempInvalid>(this.attach_TempInvalids), new Action<TempInvalid>(this.detach_TempInvalids));
     this._Person_CreatePersonId  = default(EntityRef<Person>);
     this._Person_ModifyPersonId  = default(EntityRef<Person>);
     OnCreated();
 }
Exemple #22
0
        public ProcedureStepDetail(
            EntityRef procedureStepRef,
            string procedureStepName,
            string stepClassName,
			string description,
            EnumValueInfo state,
			DateTime? creationTime,
            DateTime? scheduledStartTime,
            DateTime? startTime,
            DateTime? endTime,
            StaffSummary scheduledPerformer,
            StaffSummary performer,
			ModalitySummary modality
            )
        {
            this.ProcedureStepRef = procedureStepRef;
            this.ProcedureStepName = procedureStepName;
            this.StepClassName = stepClassName;
        	this.Description = description;
            this.State = state;
        	this.CreationTime = creationTime;
            this.ScheduledStartTime = scheduledStartTime;
            this.StartTime = startTime;
            this.EndTime = endTime;
			this.Modality = modality;
			this.ScheduledPerformer = scheduledPerformer;
            this.Performer = performer;
        }
		/// <summary>Initializes a new instance of the <see cref="SpecialOfferProduct"/> class.</summary>
		public SpecialOfferProduct()
		{
			_product = default(EntityRef<Product>);
			_salesOrderDetails = new EntitySet<SalesOrderDetail>(new Action<SalesOrderDetail>(this.Attach_SalesOrderDetails), new Action<SalesOrderDetail>(this.Detach_SalesOrderDetails) );
			_specialOffer = default(EntityRef<SpecialOffer>);
			OnCreated();
		}
        public IEnumerable<Note> GetNotes( EntityRef<Entity> owner, int max )
        {
            if ( owner.IsNull )
                throw new ArgumentNullException( "owner" );

            return StorageContext.Current.Find<Note>( note => note.Owner == owner, max );
        }
 public ActionProperty()
 {
     this._Person_CreatePersonId  = default(EntityRef<Person>);
     this._Person_ModifyPersonId  = default(EntityRef<Person>);
     this._Action  = default(EntityRef<Action>);
     this._ActionPropertyType  = default(EntityRef<ActionPropertyType>);
     this._RbUnit  = default(EntityRef<RbUnit>);
     this._ActionPropertyActions = new EntitySet<ActionPropertyAction>(new Action<ActionPropertyAction>(this.attach_ActionPropertyActions), new Action<ActionPropertyAction>(this.detach_ActionPropertyActions));
     this._ActionPropertyArterialPressures = new EntitySet<ActionPropertyArterialPressure>(new Action<ActionPropertyArterialPressure>(this.attach_ActionPropertyArterialPressures), new Action<ActionPropertyArterialPressure>(this.detach_ActionPropertyArterialPressures));
     this._ActionPropertyBlankNumbers = new EntitySet<ActionPropertyBlankNumber>(new Action<ActionPropertyBlankNumber>(this.attach_ActionPropertyBlankNumbers), new Action<ActionPropertyBlankNumber>(this.detach_ActionPropertyBlankNumbers));
     this._ActionPropertyBlankSerials = new EntitySet<ActionPropertyBlankSerial>(new Action<ActionPropertyBlankSerial>(this.attach_ActionPropertyBlankSerials), new Action<ActionPropertyBlankSerial>(this.detach_ActionPropertyBlankSerials));
     this._ActionPropertyClientQuotings = new EntitySet<ActionPropertyClientQuoting>(new Action<ActionPropertyClientQuoting>(this.attach_ActionPropertyClientQuotings), new Action<ActionPropertyClientQuoting>(this.detach_ActionPropertyClientQuotings));
     this._ActionPropertyDates = new EntitySet<ActionPropertyDate>(new Action<ActionPropertyDate>(this.attach_ActionPropertyDates), new Action<ActionPropertyDate>(this.detach_ActionPropertyDates));
     this._ActionPropertyDoubles = new EntitySet<ActionPropertyDouble>(new Action<ActionPropertyDouble>(this.attach_ActionPropertyDoubles), new Action<ActionPropertyDouble>(this.detach_ActionPropertyDoubles));
     this._ActionPropertyHospitalBeds_Id = new EntitySet<ActionPropertyHospitalBed>(new Action<ActionPropertyHospitalBed>(this.attach_ActionPropertyHospitalBeds_Id), new Action<ActionPropertyHospitalBed>(this.detach_ActionPropertyHospitalBeds_Id));
     this._ActionPropertyHospitalBeds_Id1 = new EntitySet<ActionPropertyHospitalBed>(new Action<ActionPropertyHospitalBed>(this.attach_ActionPropertyHospitalBeds_Id1), new Action<ActionPropertyHospitalBed>(this.detach_ActionPropertyHospitalBeds_Id1));
     this._ActionPropertyImages = new EntitySet<ActionPropertyImage>(new Action<ActionPropertyImage>(this.attach_ActionPropertyImages), new Action<ActionPropertyImage>(this.detach_ActionPropertyImages));
     this._ActionPropertyIntegers = new EntitySet<ActionPropertyInteger>(new Action<ActionPropertyInteger>(this.attach_ActionPropertyIntegers), new Action<ActionPropertyInteger>(this.detach_ActionPropertyIntegers));
     this._ActionPropertyJobTickets = new EntitySet<ActionPropertyJobTicket>(new Action<ActionPropertyJobTicket>(this.attach_ActionPropertyJobTickets), new Action<ActionPropertyJobTicket>(this.detach_ActionPropertyJobTickets));
     this._ActionPropertyOrgStructures = new EntitySet<ActionPropertyOrgStructure>(new Action<ActionPropertyOrgStructure>(this.attach_ActionPropertyOrgStructures), new Action<ActionPropertyOrgStructure>(this.detach_ActionPropertyOrgStructures));
     this._ActionPropertyOrganisations = new EntitySet<ActionPropertyOrganisation>(new Action<ActionPropertyOrganisation>(this.attach_ActionPropertyOrganisations), new Action<ActionPropertyOrganisation>(this.detach_ActionPropertyOrganisations));
     this._ActionPropertyPeople = new EntitySet<ActionPropertyPerson>(new Action<ActionPropertyPerson>(this.attach_ActionPropertyPeople), new Action<ActionPropertyPerson>(this.detach_ActionPropertyPeople));
     this._ActionPropertyPulses = new EntitySet<ActionPropertyPulse>(new Action<ActionPropertyPulse>(this.attach_ActionPropertyPulses), new Action<ActionPropertyPulse>(this.detach_ActionPropertyPulses));
     this._ActionPropertyStrings = new EntitySet<ActionPropertyString>(new Action<ActionPropertyString>(this.attach_ActionPropertyStrings), new Action<ActionPropertyString>(this.detach_ActionPropertyStrings));
     this._ActionPropertyTemperatures = new EntitySet<ActionPropertyTemperature>(new Action<ActionPropertyTemperature>(this.attach_ActionPropertyTemperatures), new Action<ActionPropertyTemperature>(this.detach_ActionPropertyTemperatures));
     this._ActionPropertyTimes = new EntitySet<ActionPropertyTime>(new Action<ActionPropertyTime>(this.attach_ActionPropertyTimes), new Action<ActionPropertyTime>(this.detach_ActionPropertyTimes));
     this._ActionPropertyRbDistricts = new EntitySet<ActionPropertyRbDistrict>(new Action<ActionPropertyRbDistrict>(this.attach_ActionPropertyRbDistricts), new Action<ActionPropertyRbDistrict>(this.detach_ActionPropertyRbDistricts));
     this._ActionPropertyRbFinances = new EntitySet<ActionPropertyRbFinance>(new Action<ActionPropertyRbFinance>(this.attach_ActionPropertyRbFinances), new Action<ActionPropertyRbFinance>(this.detach_ActionPropertyRbFinances));
     this._ActionPropertyRbHospitalBedProfiles = new EntitySet<ActionPropertyRbHospitalBedProfile>(new Action<ActionPropertyRbHospitalBedProfile>(this.attach_ActionPropertyRbHospitalBedProfiles), new Action<ActionPropertyRbHospitalBedProfile>(this.detach_ActionPropertyRbHospitalBedProfiles));
     this._ActionPropertyRbReasonOfAbsences = new EntitySet<ActionPropertyRbReasonOfAbsence>(new Action<ActionPropertyRbReasonOfAbsence>(this.attach_ActionPropertyRbReasonOfAbsences), new Action<ActionPropertyRbReasonOfAbsence>(this.detach_ActionPropertyRbReasonOfAbsences));
     OnCreated();
 }
		/// <summary>Initializes a new instance of the <see cref="BusinessEntityAddress"/> class.</summary>
		public BusinessEntityAddress()
		{
			_address = default(EntityRef<Address>);
			_addressType = default(EntityRef<AddressType>);
			_businessEntity = default(EntityRef<BusinessEntity>);
			OnCreated();
		}
 public RbReasonOfAbsence()
 {
     this._ActionPropertyRbReasonOfAbsences = new EntitySet<ActionPropertyRbReasonOfAbsence>(new Action<ActionPropertyRbReasonOfAbsence>(this.attach_ActionPropertyRbReasonOfAbsences), new Action<ActionPropertyRbReasonOfAbsence>(this.detach_ActionPropertyRbReasonOfAbsences));
     this._Person_CreatePersonId  = default(EntityRef<Person>);
     this._Person_ModifyPersonId  = default(EntityRef<Person>);
     OnCreated();
 }
 public RbNomenclatureAnalog()
 {
     this._RbNomenclatures = new EntitySet<RbNomenclature>(new Action<RbNomenclature>(this.attach_RbNomenclatures), new Action<RbNomenclature>(this.detach_RbNomenclatures));
     this._Person_CreatePersonId  = default(EntityRef<Person>);
     this._Person_ModifyPersonId  = default(EntityRef<Person>);
     OnCreated();
 }
 public ECROperation()
 {
     this._ECRCheckItems = new EntitySet<ECRCheckItem>(new Action<ECRCheckItem>(this.attach_ECRCheckItems), new Action<ECRCheckItem>(this.detach_ECRCheckItems));
     this._Person  = default(EntityRef<Person>);
     this._RbECROperationType  = default(EntityRef<RbECROperationType>);
     OnCreated();
 }
 public JobTicket()
 {
     this._ActionPropertyJobTickets = new EntitySet<ActionPropertyJobTicket>(new Action<ActionPropertyJobTicket>(this.attach_ActionPropertyJobTickets), new Action<ActionPropertyJobTicket>(this.detach_ActionPropertyJobTickets));
     this._EQueueTicket  = default(EntityRef<EQueueTicket>);
     this._Job  = default(EntityRef<Job>);
     OnCreated();
 }
 public Filme()
 {
     this._Categoria1 = default(EntityRef <Categoria>);
     OnCreated();
 }
 public ChiTietHoaDon()
 {
     this._HoaDon  = default(EntityRef <HoaDon>);
     this._SanPham = default(EntityRef <SanPham>);
     OnCreated();
 }
Exemple #33
0
 public Packages_Products_Supplier()
 {
     this._Package           = default(EntityRef <Package>);
     this._Products_Supplier = default(EntityRef <Products_Supplier>);
     OnCreated();
 }
 public Membership()
 {
     this._Person = default(EntityRef <Person>);
     OnCreated();
 }
Exemple #35
0
 public ProtocollingComponentWorklistItemManager(string folderName, EntityRef worklistRef, string worklistClassName)
     : base(folderName, worklistRef, worklistClassName, ProtocollingSettings.Default.NextItemQueueCacheSize)
 {
 }
 public guitar_model()
 {
     this._guitar_brand = default(EntityRef <guitar_brand>);
     OnCreated();
 }
 public CompleteProcedureRequest(EntityRef modalityProcedureStepRef)
 {
     ModalityProcedureStepRef = modalityProcedureStepRef;
 }
Exemple #38
0
 public Order()
 {
     this._Customer = default(EntityRef <Customer>);
     OnCreated();
 }
 public Designation()
 {
     this._Staff = default(EntityRef <Staff>);
     OnCreated();
 }
Exemple #40
0
 public ItemSelection()
 {
     this._Item = default(EntityRef <SelectableItem>);
     OnCreated();
 }
Exemple #41
0
 public Producto()
 {
     this._Rubro = default(EntityRef <Rubro>);
     OnCreated();
 }
 public Exception()
 {
     this._Staff = default(EntityRef <Staff>);
     OnCreated();
 }
 public SageBook()
 {
     this._Sage = default(EntityRef <Sage>);
     this._Book = default(EntityRef <Book>);
     OnCreated();
 }
 public RoomAssignment()
 {
     this._Staff           = default(EntityRef <Staff>);
     this._ExaminationRoom = default(EntityRef <ExaminationRoom>);
     OnCreated();
 }
 public Usuario()
 {
     this._EstadoUsuario = default(EntityRef <EstadoUsuario>);
     this._Persona       = default(EntityRef <Persona>);
     OnCreated();
 }
Exemple #46
0
 public DeleteFacilityRequest(EntityRef facilityRef)
 {
     this.FacilityRef = facilityRef;
 }
Exemple #47
0
 public Student()
 {
     this._StudentLectures = new EntitySet <StudentLecture>(new Action <StudentLecture>(this.attach_StudentLectures), new Action <StudentLecture>(this.detach_StudentLectures));
     this._University      = default(EntityRef <University>);
     OnCreated();
 }
 public Direccion()
 {
     this._Persona = default(EntityRef <Persona>);
     OnCreated();
 }
 public akun_pasien()
 {
     this._role1 = default(EntityRef <role>);
     OnCreated();
 }
Exemple #50
0
 public StudentLecture()
 {
     this._Lecture = default(EntityRef <Lecture>);
     this._Student = default(EntityRef <Student>);
     OnCreated();
 }
Exemple #51
0
 public Veiculo()
 {
     this._Fabricante = default(EntityRef <Fabricante>);
     OnCreated();
 }
 public pembelian_vaksin()
 {
     this._akun = default(EntityRef <akun>);
     OnCreated();
 }
 public ExpenseDetail()
 {
     this._Expense = default(EntityRef <Expense>);
     OnCreated();
 }
 public akun()
 {
     this._pembelian_vaksins = new EntitySet <pembelian_vaksin>(new Action <pembelian_vaksin>(this.attach_pembelian_vaksins), new Action <pembelian_vaksin>(this.detach_pembelian_vaksins));
     this._role1             = default(EntityRef <role>);
     OnCreated();
 }
 public ProtocollingOrderDetailViewComponent(EntityRef patientRef, EntityRef orderRef)
 {
     _context = new PatientOrderContext(patientRef, orderRef);
 }
Exemple #56
0
        /// <summary>
        ///     Gets the relationship.
        /// </summary>
        /// <param name="modifications">The modifications.</param>
        /// <param name="relationship">The relationship.</param>
        /// <param name="invalidObjects">The invalid objects.</param>
        private void GetRelationship(IDictionary <long, IChangeTracker <IMutableIdKey> > modifications, EntityRef relationship, ISet <long> invalidObjects)
        {
            /////
            // Argument check.
            /////
            if (modifications == null || relationship == null)
            {
                return;
            }

            IChangeTracker <IMutableIdKey> relationshipValues;

            if (modifications.TryGetValue(relationship.Id, out relationshipValues))
            {
                ParseRelationship(relationshipValues, invalidObjects);
            }
        }
 public Voter()
 {
     this._NID_Info1 = default(EntityRef <NID_Info1>);
     OnCreated();
 }
Exemple #58
0
 public Artikel()
 {
     this._Lieferanten = default(EntityRef <Lieferanten>);
     this._Produkte    = default(EntityRef <Produkte>);
     OnCreated();
 }
 public Candidate()
 {
     this._NID_Info1 = default(EntityRef <NID_Info1>);
     OnCreated();
 }
 public PatientOrderContext(EntityRef patientRef, EntityRef orderRef)
 {
     this.PatientRef = patientRef;
     this.OrderRef   = orderRef;
 }