caBIG dotNET .NET API for caGRID 0.5.4 | Index
BasicClient is a simple console application that uses caBIG dotNET API to print out the list of caBIG DataServices registered in the caBIG Index Service.
Concepts are the atomic vocabulary construct used in caBIG. Methods for getting detailed information about specific caBIG DataServices. Methods for getting detailed information about specific caBIGDomainObjects. Methods returning meta-information about the caBIG dotNET server. Concepts are the atomic vocabulary construct used in caBIG. caBIG Data Services Grid Service Handle (URL), along with their descriptive meta-data, are manually registered in a central caGRID Index Service. caBIG DomainObjects are data-models of the data exposed by caBIG DataServices. Object Attributes are conceputally similar to structure in C -- they have a name (e.g. A critical notion in the caBIG metadata model is that “any concept represented by a data element must have an explicit definition that is independent of any particular representation”. The reason that caBIGDomainObject and caBIGDomainObject_fullName are independent classes is due to our efforts to follow as closely as possible the caGRID Java API. Methods for searching caGRID for relevant cancer informatics resources.
Get a description which client API versions the caBIG dotNET Server API supports.
This class defines the constants used by caBIG dotNET.
Returns a list of ConceptCodes of all DataServices. Given a caBIG DataService URL (Grid Service Handle), returns generic meta-data information about the DataService including service name, description, address, and contact email. Given a caBIG DomainObject Identifier returns a caBIGDomainObject. Given a caBIG DomainObject Identifier, returns a caBIGDomainObject_fullName object. Given a caBIG DataService URL (Grid Service Handle), returns an ArrayList of caBIG DomainObject Identifiers. Given a caBIG ConceptElement Identifier (“ConceptCode”) returns a caBIGConceptElement. Given a ConceptCode, returns a list of DomainObjects that expose data described by this concept. Given a caBIG DomainObjectAttribute Identifier, returns a caBIGDomainObject_attribute. Given a caBIG DomainObject Identifier, returns a list of strings where each string is a Object’s Attribute ID. Given a caBIG DomainObjectAttribute Identifier, returns a caBIGDomainObject_attribute_valueDomain. Given a caBIG DomainObject Identifier, returns a list of strings where each string is a Object’s ConceptElements ID. Queries the caGRID Index Service and returns a list of URLs (Grid Service Handle) to all registered DataServices.
Get the GSH (URL) to the caGRID Index Service reflected by the caBIG dotNET server. Check if the caBIG dotNET Server API supports the client’s caBIG dotNET API.
Get news from the caBIG dotNET server such as planned outages and other administrative information.
Get the version of the caBIG dotNET server.
|