←Select platform

MWLDataset Class Members

Summary

The following tables list the members exposed by MWLDataset.

Public Constructors

Name Description
MWLDataset Initializes a new instance of the MWLDataset class.

Public Methods

Name Description
Clone Copies the structure of the MWLDataset, including all DataTable schemas, relations, and constraints. Does not copy any data.
ContrastAllergiesRowChangeEventHandler Represents the method that will handle the ContrastAllergiesRowChanged, ContrastAllergiesRowChanging, ContrastAllergiesRowDeleting, and ContrastAllergiesRowDeleted events of a ContrastAllergiesDataTable.
GetTypedDataSetSchema This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
ImagingServiceRequestRowChangeEventHandler Represents the method that will handle the ImagingServiceRequestRowChanged, ImagingServiceRequestRowChanging, ImagingServiceRequestRowDeleting, and ImagingServiceRequestRowDeleted events of a ImagingServiceRequestDataTable.
MedicalAlertsRowChangeEventHandler Represents the method that will handle the MedicalAlertsRowChanged, MedicalAlertsRowChanging, MedicalAlertsRowDeleting, and MedicalAlertsRowDeleted events of a MedicalAlertsDataTable.
NamesOfIntendedRecipientsOfResultsRowChangeEventHandler Represents the method that will handle the NamesOfIntendedRecipientsOfResultsRowChanged, NamesOfIntendedRecipientsOfResultsRowChanging, NamesOfIntendedRecipientsOfResultsRowDeleting, and NamesOfIntendedRecipientsOfResultsRowDeleted events of a NamesOfIntendedRecipientsOfResultsDataTable.
OtherPatientIDsRowChangeEventHandler Represents the method that will handle the OtherPatientIDsRowChanged, OtherPatientIDsRowChanging, OtherPatientIDsRowDeleting, and OtherPatientIDsRowDeleted events of a OtherPatientIDsDataTable.
PatientRowChangeEventHandler Represents the method that will handle the PatientRowChanged, PatientRowChanging, PatientRowDeleting, and PatientRowDeleted events of a PatientDataTable.
ReferencedPatientSequenceRowChangeEventHandler Represents the method that will handle the ReferencedPatientSequenceRowChanged, ReferencedPatientSequenceRowChanging, ReferencedPatientSequenceRowDeleting, and ReferencedPatientSequenceRowDeleted events of a ReferencedPatientSequenceDataTable.
ReferencedStudySequenceRowChangeEventHandler Represents the method that will handle the ReferencedStudySequenceRowChanged, ReferencedStudySequenceRowChanging, ReferencedStudySequenceRowDeleting, and ReferencedStudySequenceRowDeleted events of a ReferencedStudySequenceDataTable.
RequestedProcedureCodeSequenceRowChangeEventHandler Represents the method that will handle the RequestedProcedureCodeSequenceRowChanged, RequestedProcedureCodeSequenceRowChanging, RequestedProcedureCodeSequenceRowDeleting, and RequestedProcedureCodeSequenceRowDeleted events of a RequestedProcedureCodeSequenceDataTable.
RequestedProcedureRowChangeEventHandler Represents the method that will handle the RequestedProcedureRowChanged, RequestedProcedureRowChanging, RequestedProcedureRowDeleting, and RequestedProcedureRowDeleted events of a RequestedProcedureDataTable.
ScheduledProcedureStepRowChangeEventHandler Represents the method that will handle the ScheduledProcedureStepRowChanged, ScheduledProcedureStepRowChanging, ScheduledProcedureStepRowDeleting, and ScheduledProcedureStepRowDeleted events of a ScheduledProcedureStepDataTable.
ScheduledProtocolCodeSequenceRowChangeEventHandler Represents the method that will handle the ScheduledProtocolCodeSequenceRowChanged, ScheduledProtocolCodeSequenceRowChanging, ScheduledProtocolCodeSequenceRowDeleting, and ScheduledProtocolCodeSequenceRowDeleted events of a ScheduledProtocolCodeSequenceDataTable.
ScheduledStationAETitlesRowChangeEventHandler Represents the method that will handle the ScheduledStationAETitlesRowChanged, ScheduledStationAETitlesRowChanging, ScheduledStationAETitlesRowDeleting, and ScheduledStationAETitlesRowDeleted events of a ScheduledStationAETitlesDataTable.
ScheduledStationNamesRowChangeEventHandler Represents the method that will handle the ScheduledStationNamesRowChanged, ScheduledStationNamesRowChanging, ScheduledStationNamesRowDeleting, and ScheduledStationNamesRowDeleted events of a ScheduledStationNamesDataTable.
VisitRowChangeEventHandler Represents the method that will handle the VisitRowChanged, VisitRowChanging, VisitRowDeleting, and VisitRowDeleted events of a VisitDataTable.

Protected Methods

Name Description
GetSchemaSerializable This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
InitializeDerivedDataSet This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
ReadXmlSerializable This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
ShouldSerializeRelations Gets a value indicating whether Relations property should be persisted.
ShouldSerializeTables Gets a value indicating whether Tables property should be persisted.

Public Properties

Name Description
ContrastAllergies Gets a strongly typed System.Data.DataTable for the physical 'Contrast Allergies' table.
ImagingServiceRequest Gets a strongly typed System.Data.DataTable for the physical 'Imaging Service Request' table.
MedicalAlerts Gets a strongly typed System.Data.DataTable for the physical 'Medical Alerts' table.
NamesOfIntendedRecipientsOfResults Gets a strongly typed System.Data.DataTable for the physical 'Names Of Intended Recipients Of Results' table.
OtherPatientIDs Gets a strongly typed System.Data.DataTable for the physical 'Other Patient IDs' table.
Patient Gets a strongly typed System.Data.DataTable for the physical 'Patient' table.
ReferencedPatientSequence Gets a strongly typed System.Data.DataTable for the physical 'Referenced Patient Sequence' table.
ReferencedStudySequence Gets a strongly typed System.Data.DataTable for the physical 'Referenced Study Sequence' table.
Relations Get the collection of relations that link tables and allow navigation from parent tables to child tables.
RequestedProcedure Gets a strongly typed System.Data.DataTable for the physical 'Requested Procedure' table.
RequestedProcedureCodeSequence Gets a strongly typed System.Data.DataTable for the physical 'Requested Procedure Code Sequence' table.
ScheduledProcedureStep Gets a strongly typed System.Data.DataTable for the physical 'Scheduled Procedure Step' table.
ScheduledProtocolCodeSequence Gets a strongly typed System.Data.DataTable for the physical 'Scheduled Protocol Code Sequence' table.
ScheduledStationAETitles Gets a strongly typed System.Data.DataTable for the physical 'Scheduled Station AE Titles' table.
ScheduledStationNames Gets a strongly typed System.Data.DataTable for the physical 'Scheduled Station Names' table.
SchemaSerializationMode Gets or sets a SchemaSerializationMode for this MWLDataset.
Tables Gets the collection of tables contained in the MWLDataset.
Visit Gets a strongly typed System.Data.DataTable for the physical 'Visit' table.

Public Fields

Name Description
MWLDataset.ContrastAllergiesDataTable Represents one table of in-memory 'Contrast Allergies' data.
MWLDataset.ContrastAllergiesRow Represents a row of Contrast Allergies data in a ContrastAllergiesRow.
MWLDataset.ContrastAllergiesRowChangeEvent Provides data for the ContrastAllergiesRowChanged, ContrastAllergiesRowChanging, ContrastAllergiesRowDeleting, and ContrastAllergiesRowDeleted events.
MWLDataset.ImagingServiceRequestDataTable Represents one table of in-memory 'Imaging Service Request' data.
MWLDataset.ImagingServiceRequestRow Represents a row of Imaging Service Request data in a ImagingServiceRequestRow.
MWLDataset.ImagingServiceRequestRowChangeEvent Provides data for the ImagingServiceRequestRowChanged, ImagingServiceRequestRowChanging, ImagingServiceRequestRowDeleting, and ImagingServiceRequestRowDeleted events.
MWLDataset.MedicalAlertsDataTable Represents one table of in-memory 'Medical Alerts' data.
MWLDataset.MedicalAlertsRow Represents a row of Medical Alerts data in a MedicalAlertsRow.
MWLDataset.MedicalAlertsRowChangeEvent Provides data for the MedicalAlertsRowChanged, MedicalAlertsRowChanging, MedicalAlertsRowDeleting, and MedicalAlertsRowDeleted events.
MWLDataset.NamesOfIntendedRecipientsOfResultsDataTable Represents one table of in-memory 'Names Of Intended Recipients Of Results' data.
MWLDataset.NamesOfIntendedRecipientsOfResultsRow Represents a row of Names Of Intended Recipients Of Results data in a NamesOfIntendedRecipientsOfResultsRow.
MWLDataset.NamesOfIntendedRecipientsOfResultsRowChangeEvent Provides data for the NamesOfIntendedRecipientsOfResultsRowChanged, NamesOfIntendedRecipientsOfResultsRowChanging, NamesOfIntendedRecipientsOfResultsRowDeleting, and NamesOfIntendedRecipientsOfResultsRowDeleted events.
MWLDataset.OtherPatientIDsDataTable Represents one table of in-memory 'Other Patient IDs' data.
MWLDataset.OtherPatientIDsRow Represents a row of Other Patient IDs data in a OtherPatientIDsRow.
MWLDataset.OtherPatientIDsRowChangeEvent Provides data for the OtherPatientIDsRowChanged, OtherPatientIDsRowChanging, OtherPatientIDsRowDeleting, and OtherPatientIDsRowDeleted events.
MWLDataset.PatientDataTable Represents one table of in-memory 'Patient' data.
MWLDataset.PatientRow Represents a row of Patient data in a PatientRow.
MWLDataset.PatientRowChangeEvent Provides data for the PatientRowChanged, PatientRowChanging, PatientRowDeleting, and PatientRowDeleted events.
MWLDataset.ReferencedPatientSequenceDataTable Represents one table of in-memory 'Referenced Patient Sequence' data.
MWLDataset.ReferencedPatientSequenceRow Represents a row of Referenced Patient Sequence data in a ReferencedPatientSequenceRow.
MWLDataset.ReferencedPatientSequenceRowChangeEvent Provides data for the ReferencedPatientSequenceRowChanged, ReferencedPatientSequenceRowChanging, ReferencedPatientSequenceRowDeleting, and ReferencedPatientSequenceRowDeleted events.
MWLDataset.ReferencedStudySequenceDataTable Represents one table of in-memory 'Referenced Study Sequence' data.
MWLDataset.ReferencedStudySequenceRow Represents a row of Referenced Study Sequence data in a ReferencedStudySequenceRow.
MWLDataset.ReferencedStudySequenceRowChangeEvent Provides data for the ReferencedStudySequenceRowChanged, ReferencedStudySequenceRowChanging, ReferencedStudySequenceRowDeleting, and ReferencedStudySequenceRowDeleted events.
MWLDataset.RequestedProcedureCodeSequenceDataTable Represents one table of in-memory 'Requested Procedure Code Sequence' data.
MWLDataset.RequestedProcedureCodeSequenceRow Represents a row of Requested Procedure Code Sequence data in a RequestedProcedureCodeSequenceRow.
MWLDataset.RequestedProcedureCodeSequenceRowChangeEvent Provides data for the RequestedProcedureCodeSequenceRowChanged, RequestedProcedureCodeSequenceRowChanging, RequestedProcedureCodeSequenceRowDeleting, and RequestedProcedureCodeSequenceRowDeleted events.
MWLDataset.RequestedProcedureDataTable Represents one table of in-memory 'Requested Procedure' data.
MWLDataset.RequestedProcedureRow Represents a row of Requested Procedure data in a RequestedProcedureRow.
MWLDataset.RequestedProcedureRowChangeEvent Provides data for the RequestedProcedureRowChanged, RequestedProcedureRowChanging, RequestedProcedureRowDeleting, and RequestedProcedureRowDeleted events.
MWLDataset.ScheduledProcedureStepDataTable Represents one table of in-memory 'Scheduled Procedure Step' data.
MWLDataset.ScheduledProcedureStepRow Represents a row of Scheduled Procedure Step data in a ScheduledProcedureStepRow.
MWLDataset.ScheduledProcedureStepRowChangeEvent Provides data for the ScheduledProcedureStepRowChanged, ScheduledProcedureStepRowChanging, ScheduledProcedureStepRowDeleting, and ScheduledProcedureStepRowDeleted events.
MWLDataset.ScheduledProtocolCodeSequenceDataTable Represents one table of in-memory 'Scheduled Protocol Code Sequence' data.
MWLDataset.ScheduledProtocolCodeSequenceRow Represents a row of Scheduled Protocol Code Sequence data in a ScheduledProtocolCodeSequenceRow.
MWLDataset.ScheduledProtocolCodeSequenceRowChangeEvent Provides data for the ScheduledProtocolCodeSequenceRowChanged, ScheduledProtocolCodeSequenceRowChanging, ScheduledProtocolCodeSequenceRowDeleting, and ScheduledProtocolCodeSequenceRowDeleted events.
MWLDataset.ScheduledStationAETitlesDataTable Represents one table of in-memory 'Scheduled Station AE Titles' data.
MWLDataset.ScheduledStationAETitlesRow Represents a row of Scheduled Station AE Titles data in a ScheduledStationAETitlesRow.
MWLDataset.ScheduledStationAETitlesRowChangeEvent Provides data for the ScheduledStationAETitlesRowChanged, ScheduledStationAETitlesRowChanging, ScheduledStationAETitlesRowDeleting, and ScheduledStationAETitlesRowDeleted events.
MWLDataset.ScheduledStationNamesDataTable Represents one table of in-memory 'Scheduled Station Names' data.
MWLDataset.ScheduledStationNamesRow Represents a row of Scheduled Station Names data in a ScheduledStationNamesRow.
MWLDataset.ScheduledStationNamesRowChangeEvent Provides data for the ScheduledStationNamesRowChanged, ScheduledStationNamesRowChanging, ScheduledStationNamesRowDeleting, and ScheduledStationNamesRowDeleted events.
MWLDataset.VisitDataTable Represents one table of in-memory 'Visit' data.
MWLDataset.VisitRow Represents a row of Visit data in a VisitRow.
MWLDataset.VisitRowChangeEvent Provides data for the VisitRowChanged, VisitRowChanging, VisitRowDeleting, and VisitRowDeleted events.
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Worklist.DataAccessLayer Assembly
Click or drag to resize