Omb.Domain Namespace > PhenotypeDatumMgr Class : FindMatchingPhenotypeDatums Method |
Find all phenotype datums in the existing list that match a given datum. This is used to prevent entering duplicate records for phenotype datums. A duplicate / match is one that has all the same assay, animal, experiment, and exp factor values.
[Visual Basic]
Protected Overridable Function FindMatchingPhenotypeDatums( _
ByVal experiment As ID, _
ByVal existing As PhenotypeDatumList, _
ByVal datum As PhenotypeDatum _
) As IDList
[C#]
protected virtual IDList FindMatchingPhenotypeDatums(
ID experiment,
PhenotypeDatumList existing,
PhenotypeDatum datum
);
[C++]
protected: virtual IDList* FindMatchingPhenotypeDatums(
ID experiment,
PhenotypeDatumList* existing,
PhenotypeDatum* datum
)
[C++/CLI]
protected:
virtual IDList^ FindMatchingPhenotypeDatums(
ID experiment,
PhenotypeDatumList^ existing,
PhenotypeDatum^ datum
)
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
PhenotypeDatumMgr Class | PhenotypeDatumMgr Members
© 2009 Medical College of Georgia. All Rights Reserved.