Property | Type | Description | |
---|---|---|---|
webservice | dkCOIN.dkcoin |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
DeleteResource ( string internal_id, string collection_name ) : void |
Deletes a Resources
|
|
DeleteResource ( string source_id, string internal_id, string collection_name ) : void |
Deletes a Resources
|
|
EmailErrorNotification ( string msg, string info ) : void |
Quietly sends an email error report to [email protected] with additional information
|
|
EndSession ( ) : string |
Ends Current Session
|
|
GetAcronym ( ) : string |
Gets the Consortium's Acronym
|
|
GetDKResourceTypes ( ) : |
Get ResourceTypes to be displayed
|
|
GetDomain ( ) : string |
Get's the URL
|
|
GetEntities ( string keywords ) : |
||
GetGeneIDsFromStrain ( ID StrainID ) : string[] |
returns a string array of gene_ids associated with a strain (transgenes, gene genotypes, genomic segments)
|
|
GetResourceTypes ( ) : |
Get ResourceTypes
|
|
GetResourceTypesAsStringList ( ) : StringList |
Get ResourceTypes
|
|
GetResources ( |
Gets dkCOIN resources
|
|
GetResources ( dkCOIN parameters ) : |
Gets dkCOIN resources
|
|
GetResources ( string gene_ids ) : |
Gets dkCOIN resources
|
|
GetResources ( string resourceType, string resourceName, bool ignoreResourceType ) : |
Gets dkCOIN resources
|
|
GetSourceID ( ) : string |
Returns the Source ID associated with the current consortium
|
|
GetSources ( ) : |
Gets dkCOIN Sources
|
|
GetSources ( bool ExcludeConsortium ) : |
Get Sources
|
|
GetUrl ( string ResourceType ) : string |
Returned formatted Url for Specified Resource Type
|
|
ReadEntities ( dkCOIN entities ) : |
Reads dkCOIN resources into a DKCoinResourceList object
|
|
ReadResources ( dkCOIN resources ) : |
Reads dk COIN resources into a DKCoinResourceList object
|
|
ReadSources ( dkCOIN sources ) : |
Reads dk COIN sources into a DKCoinSourceList object
|
|
ResourceExists ( string resource_name ) : bool |
Check if the resource is in the dkCOIN database
|
|
StartSession ( ) : string |
Creates new Session for webservices
|
|
UpdateAll ( ) : void |
Updates All Consortial Protocols, Strains and Histology Images
|
|
UpdateCollection ( string source_id, string name, string displayname, string urltemplate ) : string |
Updates a Collection
|
|
UpdateDKCoinResourceType ( ID dkResourceTypeID, bool DisplayResource, SecurityContext sc ) : void |
Updates dk COIN Resource Type displayed by default (Admins only)
|
|
UpdateHistology ( ) : void |
Updates All Histology Images
|
|
UpdateHistology ( HistologyImage image ) : void |
Update Single Histology Image
|
|
UpdateHistology ( HistologyImageList images ) : void |
Updates Histology Images
|
|
UpdateProtocol ( Protocol protocol ) : void |
Updates a single protocol
|
|
UpdateProtocols ( ) : void |
Updates All Protocols
|
|
UpdateProtocols ( ProtocolList protocols ) : void |
Updates Protocols
|
|
UpdatePublication ( Publication publication ) : void |
Updates a single publication
|
|
UpdatePublications ( ) : void |
Updates All Publications
|
|
UpdatePublications ( PublicationList publications ) : void |
Updates Publications
|
|
UpdateResource ( |
Updates a Resource
|
|
UpdateResource ( string source_id, string name, string internal_id, string description, string internal_url, string resourceType, string collection_name, System.DateTime date_created ) : string |
Update a Resource
|
|
UpdateResource ( string source_id, string name, string internal_id, string description, string internal_url, string resourceType, string collection_name, System.DateTime date_created, string ontologies ) : string |
Update a Resource
|
|
UpdateResource ( string source_id, string name, string internal_id, string description, string internal_url, string resourceType, string collection_name, System.DateTime date_created, string gene_ids, string ontologies, string pubmedid ) : string |
Update a Resource
|
|
UpdateStrain ( Strain strain ) : string |
Updates a single strain
|
|
UpdateStrain ( Strain strain, string pubmedid ) : string |
Updates Single Strain with an associated pubmedid
|
|
UpdateStrains ( ) : StringList |
Updates All Strains
|
|
UpdateStrains ( StrainList strains ) : StringList |
Updates Strains
|
Method | Description | |
---|---|---|
DKCoinMgr ( ) : System.Text.RegularExpressions |
forces use of object factory
|
|
GetDatabase ( ) : Database |
Returns the enum for Admin Database
|
|
ObjectToResource ( string source_id, string name, string internal_id, string description, string internal_url, string resourceType, string collection_name, System.DateTime date_created, string gene_ids, string ontologies, string pubmedid ) : |
Creates a DKCoinResource Object from supplied parameters
|
protected DKCoinMgr ( ) : System.Text.RegularExpressions | ||
return | System.Text.RegularExpressions |
public DeleteResource ( string internal_id, string collection_name ) : void | ||
internal_id | string | string object (Internal Resource ID) |
collection_name | string | string object (Collection Name) |
return | void |
public DeleteResource ( string source_id, string internal_id, string collection_name ) : void | ||
source_id | string | string object (Source ID) |
internal_id | string | string object (Internal Resource ID) |
collection_name | string | string object (Collection Name) |
return | void |
public EmailErrorNotification ( string msg, string info ) : void | ||
msg | string | |
info | string | |
return | void |
public GetDKResourceTypes ( ) : |
||
return |
public GetEntities ( string keywords ) : |
||
keywords | string | |
return |
public GetGeneIDsFromStrain ( ID StrainID ) : string[] | ||
StrainID | ID | ID Object |
return | string[] |
public GetResourceTypes ( ) : |
||
return |
public GetResourceTypesAsStringList ( ) : StringList | ||
return | StringList |
public GetResources ( |
||
Search | DKCoinSearch Object | |
return |
public GetResources ( dkCOIN parameters ) : |
||
parameters | dkCOIN | typeSearchParams object |
return |
public GetResources ( string gene_ids ) : |
||
gene_ids | string | string object |
return |
public GetResources ( string resourceType, string resourceName, bool ignoreResourceType ) : |
||
resourceType | string | resourceType object |
resourceName | string | string object |
ignoreResourceType | bool | bool object |
return |
public GetSources ( bool ExcludeConsortium ) : |
||
ExcludeConsortium | bool | |
return |
public GetUrl ( string ResourceType ) : string | ||
ResourceType | string | string object |
return | string |
protected ObjectToResource ( string source_id, string name, string internal_id, string description, string internal_url, string resourceType, string collection_name, System.DateTime date_created, string gene_ids, string ontologies, string pubmedid ) : |
||
source_id | string | string object |
name | string | string object |
internal_id | string | string object |
description | string | string object |
internal_url | string | string object |
resourceType | string | string object |
collection_name | string | string object |
date_created | System.DateTime | DateTime object |
gene_ids | string | string array |
ontologies | string | string array |
pubmedid | string | string object |
return |
public ReadEntities ( dkCOIN entities ) : |
||
entities | dkCOIN | typeSearchResultEntity[] object |
return |
public ReadResources ( dkCOIN resources ) : |
||
resources | dkCOIN | typeSearchResource[] object |
return |
public ReadSources ( dkCOIN sources ) : |
||
sources | dkCOIN | |
return |
public ResourceExists ( string resource_name ) : bool | ||
resource_name | string | string object |
return | bool |
public UpdateCollection ( string source_id, string name, string displayname, string urltemplate ) : string | ||
source_id | string | string object |
name | string | string object |
displayname | string | string object |
urltemplate | string | string object |
return | string |
public UpdateDKCoinResourceType ( ID dkResourceTypeID, bool DisplayResource, SecurityContext sc ) : void | ||
dkResourceTypeID | ID | ID object |
DisplayResource | bool | bool object |
sc | SecurityContext | Security Context object |
return | void |
public UpdateHistology ( HistologyImage image ) : void | ||
image | HistologyImage | HistologyImage Object |
return | void |
public UpdateHistology ( HistologyImageList images ) : void | ||
images | HistologyImageList | HistologyImageList object |
return | void |
public UpdateProtocol ( Protocol protocol ) : void | ||
protocol | Protocol | Protocol Object |
return | void |
public UpdateProtocols ( ProtocolList protocols ) : void | ||
protocols | ProtocolList | ProtocolList object |
return | void |
public UpdatePublication ( Publication publication ) : void | ||
publication | Publication | Publication Object |
return | void |
public UpdatePublications ( PublicationList publications ) : void | ||
publications | PublicationList | PublicationList object |
return | void |
public UpdateResource ( |
||
resource | DKCoinResource Object | |
return | string |
public UpdateResource ( string source_id, string name, string internal_id, string description, string internal_url, string resourceType, string collection_name, System.DateTime date_created ) : string | ||
source_id | string | string object |
name | string | string object |
internal_id | string | string object |
description | string | string object |
internal_url | string | string object |
resourceType | string | resourceType object |
collection_name | string | string object |
date_created | System.DateTime | DateTime object |
return | string |
public UpdateResource ( string source_id, string name, string internal_id, string description, string internal_url, string resourceType, string collection_name, System.DateTime date_created, string ontologies ) : string | ||
source_id | string | string object |
name | string | string object |
internal_id | string | string object |
description | string | string object |
internal_url | string | string object |
resourceType | string | resourceType object |
collection_name | string | string object |
date_created | System.DateTime | DateTime object |
ontologies | string | string array |
return | string |
public UpdateResource ( string source_id, string name, string internal_id, string description, string internal_url, string resourceType, string collection_name, System.DateTime date_created, string gene_ids, string ontologies, string pubmedid ) : string | ||
source_id | string | string object |
name | string | |
internal_id | string | string object |
description | string | string object |
internal_url | string | string object |
resourceType | string | resourceType object |
collection_name | string | string object |
date_created | System.DateTime | DateTime object |
gene_ids | string | string[] object |
ontologies | string | string[] object |
pubmedid | string | string object |
return | string |
public UpdateStrain ( Strain strain ) : string | ||
strain | Strain | |
return | string |
public UpdateStrain ( Strain strain, string pubmedid ) : string | ||
strain | Strain | |
pubmedid | string | |
return | string |
public UpdateStrains ( StrainList strains ) : StringList | ||
strains | StrainList | StrainList Object |
return | StringList |