LEADTOOLS Medical (Leadtools.Medical.Storage.DataAccessLayer assembly)

CompositeInstanceDataSet.PatientRow Class Members

Show in webframe
Properties  Methods 


The following tables list the members exposed by CompositeInstanceDataSet.PatientRow.

Public Properties
 NameDescription
BirthDateGets or sets the Birth Date.  
CommentsGets or sets the Comments.  
EthnicGroupGets or sets the Ethnic Group.  
FamilyNameGets or sets the Family Name.  
GivenNameGets or sets the Given Name.  
HasErrorsGets a value that indicates whether there are errors in a row. (Inherited from System.Data.DataRow)
IssuerOfPatientIDGets or sets the Issuer Of Patient ID.  
ItemOverloaded. Gets or sets the data stored in the column specified by index. (Inherited from System.Data.DataRow)
ItemArrayGets or sets all the values for this row through an array. (Inherited from System.Data.DataRow)
MiddleNameGets or sets the Middle Name.  
NamePrefixGets or sets the Name Prefix.  
NameSuffixGets or sets the Name Suffix.  
PatientIDGets or sets the Patient ID.  
RetrieveAETitleGets or sets the Retrieve AE Title.  
RowErrorGets or sets the custom error description for a row. (Inherited from System.Data.DataRow)
RowStateGets the current state of the row with regard to its relationship to the System.Data.DataRowCollection. (Inherited from System.Data.DataRow)
SexGets or sets the Sex.  
TableGets the System.Data.DataTable for which this row has a schema. (Inherited from System.Data.DataRow)
Top
Public Methods
 NameDescription
AcceptChangesCommits all the changes made to this row since the last time System.Data.DataRow.AcceptChanges was called. (Inherited from System.Data.DataRow)
BeginEditStarts an edit operation on a System.Data.DataRow object. (Inherited from System.Data.DataRow)
CancelEditCancels the current edit on the row. (Inherited from System.Data.DataRow)
ClearErrorsClears the errors for the row. This includes the System.Data.DataRow.RowError and errors set with System.Data.DataRow.SetColumnError(System.Int32,System.String). (Inherited from System.Data.DataRow)
DeleteDeletes the System.Data.DataRow. (Inherited from System.Data.DataRow)
EndEditEnds the edit occurring on the row. (Inherited from System.Data.DataRow)
GetChildRowsOverloaded. Gets the child rows of a System.Data.DataRow using the specified System.Data.DataRelation.RelationName of a System.Data.DataRelation. (Inherited from System.Data.DataRow)
GetColumnErrorOverloaded. Gets the error description for the column specified by index. (Inherited from System.Data.DataRow)
GetColumnsInErrorGets an array of columns that have errors. (Inherited from System.Data.DataRow)
GetOtherPatientIDsRowsReturns the child CompositeInstanceDataSet.OtherPatientIDsRow for this CompositeInstanceDataSet.PatientRow.  
GetOtherPatientNamesRowsReturns the child CompositeInstanceDataSet.OtherPatientNamesRow for this CompositeInstanceDataSet.PatientRow.  
GetParentRowOverloaded. Gets the parent row of a System.Data.DataRow using the specified System.Data.DataRelation.RelationName of a System.Data.DataRelation. (Inherited from System.Data.DataRow)
GetParentRowsOverloaded. Gets the parent rows of a System.Data.DataRow using the specified System.Data.DataRelation.RelationName of a System.Data.DataRelation. (Inherited from System.Data.DataRow)
GetReferencedPatientSequenceRowsReturns the child CompositeInstanceDataSet.ReferencedPatientSequenceRow for this CompositeInstanceDataSet.PatientRow.  
GetStudyRowsReturns the child CompositeInstanceDataSet.StudyRow for this CompositeInstanceDataSet.PatientRow.  
HasVersionGets a value that indicates whether a specified version exists. (Inherited from System.Data.DataRow)
IsBirthDateNullGets a value that indicates whether the CompositeInstanceDataSet.PatientDataTable.BirthDateColumn contains a null value.  
IsCommentsNullGets a value that indicates whether the CompositeInstanceDataSet.PatientDataTable.CommentsColumn contains a null value.  
IsEthnicGroupNullGets a value that indicates whether the CompositeInstanceDataSet.PatientDataTable.EthnicGroupColumn contains a null value.  
IsFamilyNameNullGets a value that indicates whether the CompositeInstanceDataSet.PatientDataTable.FamilyNameColumn contains a null value.  
IsGivenNameNullGets a value that indicates whether the CompositeInstanceDataSet.PatientDataTable.GivenNameColumn contains a null value.  
IsIssuerOfPatientIDNullGets a value that indicates whether the CompositeInstanceDataSet.PatientDataTable.IssuerOfPatientIDColumn contains a null value.  
IsMiddleNameNullGets a value that indicates whether the CompositeInstanceDataSet.PatientDataTable.MiddleNameColumn contains a null value.  
IsNamePrefixNullGets a value that indicates whether the CompositeInstanceDataSet.PatientDataTable.NamePrefixColumn contains a null value.  
IsNameSuffixNullGets a value that indicates whether the CompositeInstanceDataSet.PatientDataTable.NameSuffixColumn contains a null value.  
IsNullOverloaded. Gets a value that indicates whether the column at the specified index contains a null value. (Inherited from System.Data.DataRow)
IsRetrieveAETitleNullGets a value that indicates whether the CompositeInstanceDataSet.PatientDataTable.RetrieveAETitleColumn contains a null value.  
IsSexNullGets a value that indicates whether the CompositeInstanceDataSet.PatientDataTable.SexColumn contains a null value.  
RejectChangesRejects all changes made to the row since System.Data.DataRow.AcceptChanges was last called. (Inherited from System.Data.DataRow)
SetAddedChanges the System.Data.DataRow.Rowstate of a System.Data.DataRow to Added. (Inherited from System.Data.DataRow)
SetBirthDateNullSets the value of the CompositeInstanceDataSet.PatientDataTable.BirthDateColumn to a null value.  
SetColumnErrorOverloaded. Sets the error description for a column specified by index. (Inherited from System.Data.DataRow)
SetCommentsNullSets the value of the CompositeInstanceDataSet.PatientDataTable.CommentsColumn to a null value.  
SetEthnicGroupNullSets the value of the CompositeInstanceDataSet.PatientDataTable.EthnicGroupColumn to a null value.  
SetFamilyNameNullSets the value of the CompositeInstanceDataSet.PatientDataTable.FamilyNameColumn to a null value.  
SetGivenNameNullSets the value of the CompositeInstanceDataSet.PatientDataTable.GivenNameColumn to a null value.  
SetIssuerOfPatientIDNullSets the value of the CompositeInstanceDataSet.PatientDataTable.IssuerOfPatientIDColumn to a null value.  
SetMiddleNameNullSets the value of the CompositeInstanceDataSet.PatientDataTable.MiddleNameColumn to a null value.  
SetModifiedChanges the System.Data.DataRow.Rowstate of a System.Data.DataRow to Modified. (Inherited from System.Data.DataRow)
SetNamePrefixNullSets the value of the CompositeInstanceDataSet.PatientDataTable.NamePrefixColumn to a null value.  
SetNameSuffixNullSets the value of the CompositeInstanceDataSet.PatientDataTable.NameSuffixColumn to a null value.  
SetParentRowOverloaded. Sets the parent row of a System.Data.DataRow with specified new parent System.Data.DataRow. (Inherited from System.Data.DataRow)
SetRetrieveAETitleNullSets the value of the CompositeInstanceDataSet.PatientDataTable.RetrieveAETitleColumn to a null value.  
SetSexNullSets the value of the CompositeInstanceDataSet.PatientDataTable.SexColumn to a null value.  
Top
Protected Methods
 NameDescription
SetNullSets the value of the specified System.Data.DataColumn to a null value. (Inherited from System.Data.DataRow)
Top
See Also

Reference

CompositeInstanceDataSet.PatientRow Class
Leadtools.Medical.Storage.DataAccessLayer Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Medical.Storage.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features