Omb.Domain Namespace > PhenotypeDatumMgr Class : SubmitPhenotypeData Method |
Submit a list of new and / or existing phenotype datums for an experiment.
[Visual Basic]
Public Overridable Sub SubmitPhenotypeData( _
ByVal experiment As ID, _
ByVal data As PhenotypeDatumList, _
ByVal overwrite As Boolean, _
ByVal sc As SecurityContext _
)
[C#]
public virtual void SubmitPhenotypeData(
ID experiment,
PhenotypeDatumList data,
bool overwrite,
SecurityContext sc
);
[C++]
public: virtual void SubmitPhenotypeData(
ID experiment,
PhenotypeDatumList* data,
bool overwrite,
SecurityContext* sc
)
[C++/CLI]
public:
virtual void SubmitPhenotypeData(
ID experiment,
PhenotypeDatumList^ data,
bool overwrite,
SecurityContext^ sc
)
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.