LEADTOOLS Medical (Leadtools.Medical.Storage.DataAccessLayer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CompositeInstanceDataSet.PatientRow Class Members
See Also  Properties  Methods 
Leadtools.Medical.Storage.DataAccessLayer Namespace : CompositeInstanceDataSet.PatientRow Class

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

Public Properties

 NameDescription
public Property BirthDateGets or sets the Birth Date.  
public Property CommentsGets or sets the Comments.  
public Property EthnicGroupGets or sets the Ethnic Group.  
public Property FamilyNameGets or sets the Family Name.  
public Property GivenNameGets or sets the Given Name.  
public Property HasErrorsGets a value that indicates whether there are errors in a row. (Inherited from System.Data.DataRow)
public Property IssuerOfPatientIDGets or sets the Issuer Of Patient ID.  
public Property ItemOverloaded. Gets or sets the data stored in the column specified by index. (Inherited from System.Data.DataRow)
public Property ItemArrayGets or sets all the values for this row through an array. (Inherited from System.Data.DataRow)
public Property MiddleNameGets or sets the Middle Name.  
public Property NamePrefixGets or sets the Name Prefix.  
public Property NameSuffixGets or sets the Name Suffix.  
public Property PatientIDGets or sets the Patient ID.  
public Property RetrieveAETitleGets or sets the Retrieve AE Title.  
public Property RowErrorGets or sets the custom error description for a row. (Inherited from System.Data.DataRow)
public Property RowStateGets the current state of the row with regard to its relationship to the System.Data.DataRowCollection. (Inherited from System.Data.DataRow)
public Property SexGets or sets the Sex.  
public Property TableGets the System.Data.DataTable for which this row has a schema. (Inherited from System.Data.DataRow)
Top

Public Methods

 NameDescription
public Method AcceptChangesCommits all the changes made to this row since the last time System.Data.DataRow.AcceptChanges was called. (Inherited from System.Data.DataRow)
public Method BeginEditStarts an edit operation on a System.Data.DataRow object. (Inherited from System.Data.DataRow)
public Method CancelEditCancels the current edit on the row. (Inherited from System.Data.DataRow)
public Method 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)
public Method DeleteDeletes the System.Data.DataRow. (Inherited from System.Data.DataRow)
public Method EndEditEnds the edit occurring on the row. (Inherited from System.Data.DataRow)
public Method 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)
public Method GetColumnErrorOverloaded. Gets the error description for the column specified by index. (Inherited from System.Data.DataRow)
public Method GetColumnsInErrorGets an array of columns that have errors. (Inherited from System.Data.DataRow)
public Method GetOtherPatientIDsRowsReturns the child CompositeInstanceDataSet.OtherPatientIDsRow for this CompositeInstanceDataSet.PatientRow.  
public Method GetOtherPatientNamesRowsReturns the child CompositeInstanceDataSet.OtherPatientNamesRow for this CompositeInstanceDataSet.PatientRow.  
public Method 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)
public Method 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)
public Method GetReferencedPatientSequenceRowsReturns the child CompositeInstanceDataSet.ReferencedPatientSequenceRow for this CompositeInstanceDataSet.PatientRow.  
public Method GetStudyRowsReturns the child CompositeInstanceDataSet.StudyRow for this CompositeInstanceDataSet.PatientRow.  
public Method HasVersionGets a value that indicates whether a specified version exists. (Inherited from System.Data.DataRow)
public Method IsBirthDateNullGets a value that indicates whether the CompositeInstanceDataSet.PatientDataTable.BirthDateColumn contains a null value.  
public Method IsCommentsNullGets a value that indicates whether the CompositeInstanceDataSet.PatientDataTable.CommentsColumn contains a null value.  
public Method IsEthnicGroupNullGets a value that indicates whether the CompositeInstanceDataSet.PatientDataTable.EthnicGroupColumn contains a null value.  
public Method IsFamilyNameNullGets a value that indicates whether the CompositeInstanceDataSet.PatientDataTable.FamilyNameColumn contains a null value.  
public Method IsGivenNameNullGets a value that indicates whether the CompositeInstanceDataSet.PatientDataTable.GivenNameColumn contains a null value.  
public Method IsIssuerOfPatientIDNullGets a value that indicates whether the CompositeInstanceDataSet.PatientDataTable.IssuerOfPatientIDColumn contains a null value.  
public Method IsMiddleNameNullGets a value that indicates whether the CompositeInstanceDataSet.PatientDataTable.MiddleNameColumn contains a null value.  
public Method IsNamePrefixNullGets a value that indicates whether the CompositeInstanceDataSet.PatientDataTable.NamePrefixColumn contains a null value.  
public Method IsNameSuffixNullGets a value that indicates whether the CompositeInstanceDataSet.PatientDataTable.NameSuffixColumn contains a null value.  
public Method IsNullOverloaded. Gets a value that indicates whether the column at the specified index contains a null value. (Inherited from System.Data.DataRow)
public Method IsRetrieveAETitleNullGets a value that indicates whether the CompositeInstanceDataSet.PatientDataTable.RetrieveAETitleColumn contains a null value.  
public Method IsSexNullGets a value that indicates whether the CompositeInstanceDataSet.PatientDataTable.SexColumn contains a null value.  
public Method RejectChangesRejects all changes made to the row since System.Data.DataRow.AcceptChanges was last called. (Inherited from System.Data.DataRow)
public Method SetAddedChanges the System.Data.DataRow.Rowstate of a System.Data.DataRow to Added. (Inherited from System.Data.DataRow)
public Method SetBirthDateNullSets the value of the CompositeInstanceDataSet.PatientDataTable.BirthDateColumn to a null value.  
public Method SetColumnErrorOverloaded. Sets the error description for a column specified by index. (Inherited from System.Data.DataRow)
public Method SetCommentsNullSets the value of the CompositeInstanceDataSet.PatientDataTable.CommentsColumn to a null value.  
public Method SetEthnicGroupNullSets the value of the CompositeInstanceDataSet.PatientDataTable.EthnicGroupColumn to a null value.  
public Method SetFamilyNameNullSets the value of the CompositeInstanceDataSet.PatientDataTable.FamilyNameColumn to a null value.  
public Method SetGivenNameNullSets the value of the CompositeInstanceDataSet.PatientDataTable.GivenNameColumn to a null value.  
public Method SetIssuerOfPatientIDNullSets the value of the CompositeInstanceDataSet.PatientDataTable.IssuerOfPatientIDColumn to a null value.  
public Method SetMiddleNameNullSets the value of the CompositeInstanceDataSet.PatientDataTable.MiddleNameColumn to a null value.  
public Method SetModifiedChanges the System.Data.DataRow.Rowstate of a System.Data.DataRow to Modified. (Inherited from System.Data.DataRow)
public Method SetNamePrefixNullSets the value of the CompositeInstanceDataSet.PatientDataTable.NamePrefixColumn to a null value.  
public Method SetNameSuffixNullSets the value of the CompositeInstanceDataSet.PatientDataTable.NameSuffixColumn to a null value.  
public Method SetParentRowOverloaded. Sets the parent row of a System.Data.DataRow with specified new parent System.Data.DataRow. (Inherited from System.Data.DataRow)
public Method SetRetrieveAETitleNullSets the value of the CompositeInstanceDataSet.PatientDataTable.RetrieveAETitleColumn to a null value.  
public Method SetSexNullSets the value of the CompositeInstanceDataSet.PatientDataTable.SexColumn to a null value.  
Top

Protected Methods

 NameDescription
protected Method SetNullSets the value of the specified System.Data.DataColumn to a null value. (Inherited from System.Data.DataRow)
Top

See Also

Leadtools.Medical.Storage.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features