Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
A
 Address, caBIG_dotNET. caBIGDataService
B
 Basic_Client
 BioDataType, caBIG_dotNET. caBIGDataService
C
 caBIG Concepts Methods, caBIG_dotNET. Service
 caBIG DataService Methods, caBIG_dotNET. Service
 caBIG DomainObject Methods, caBIG_dotNET. Service
 caBIG dotNET Server Info Methods, caBIG_dotNET. Service
 caBIG_dotNET. Service
 caBIGConceptElement
 caBIGDataService
 caBIGDomainObject
 caBIGDomainObject_attribute
 caBIGDomainObject_attribute_valueDomain
 caBIGDomainObject_fullName
 caGRID Discovery Methods, caBIG_dotNET. Service
 ClassName, caBIG_dotNET. caBIGDomainObject_fullName
 CLIENT_API_VERSION, caBIG_dotNET. constants
 clientsSupportedMsg, caBIG_dotNET. Service
 Comments, caBIG_dotNET. caBIGDataService
 ConceptCode, caBIG_dotNET. caBIGConceptElement
 ConceptDefinition, caBIG_dotNET. caBIGConceptElement
 ConceptPreferredName, caBIG_dotNET. caBIGConceptElement
 constants
D
 DataType, caBIG_dotNET. caBIGDomainObject_attribute_valueDomain
 Description
F
 Fax, caBIG_dotNET. caBIGDataService
 Functions, Basic_Client
G
 get_AllConceptsAvailable();, caBIG_dotNET. Service
 get_caBIGDataService, caBIG_dotNET. Service
 get_caBIGDomainObject, caBIG_dotNET. Service
 get_caBIGDomainObject_fullName, caBIG_dotNET. Service
 get_caBIGDomainObjects, caBIG_dotNET. Service
 get_ConceptElement, caBIG_dotNET. Service
 get_Concepts_caBIGDataService_caBIGDomainObject, caBIG_dotNET. Service
 get_DomainObjectAttribute, caBIG_dotNET. Service
 get_DomainObjectAttributes, caBIG_dotNET. Service
 get_DomainObjectAttributeValue, caBIG_dotNET. Service
 get_DomainObjectConcepts, caBIG_dotNET. Service
 get_URLs2AllDataServices();, caBIG_dotNET. Service
I
 Id
 indexServiceReflected, caBIG_dotNET. Service
 isClientSupported, caBIG_dotNET. Service
L
 LongName
M
 Main, Basic_Client
N
 Name
 news, caBIG_dotNET. Service
O
 Order, caBIG_dotNET. caBIGConceptElement
P
 PackageName, caBIG_dotNET. caBIGDomainObject_fullName
 Phone, caBIG_dotNET. caBIGDataService
 POCName, caBIG_dotNET. caBIGDataService
 printDataService, Basic_Client
S
 ShortName
T
 Type, caBIG_dotNET. caBIGDataService
U
 URL, caBIG_dotNET. caBIGDataService
V
 Variables
 version, caBIG_dotNET. Service
 Version
public string Address
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.
public string BioDataType
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.
public String ClassName
public string CLIENT_API_VERSION
string clientsSupportedMsg()
Get a description which client API versions the caBIG dotNET Server API supports.
public string Comments
public String ConceptCode
public String ConceptDefinition
public String ConceptPreferredName
This class defines the constants used by caBIG dotNET.
public String DataType
public string Description
public String Description
public String Description
public string Fax
ArrayList get_AllConceptsAvailable()
Returns a list of ConceptCodes of all DataServices.
caBIGDataService get_caBIGDataService(String DataService_URL)
Given a caBIG DataService URL (Grid Service Handle), returns generic meta-data information about the DataService including service name, description, address, and contact email.
caBIGDomainObject get_caBIGDomainObject(String DomainObject_ID)
Given a caBIG DomainObject Identifier returns a caBIGDomainObject.
caBIGDomainObject_fullName get_caBIGDomainObject_fullName(
   String DomainObject_ID
)
Given a caBIG DomainObject Identifier, returns a caBIGDomainObject_fullName object.
ArrayList get_caBIGDomainObjects(String DataService_URL)
Given a caBIG DataService URL (Grid Service Handle), returns an ArrayList of caBIG DomainObject Identifiers.
caBIGConceptElement get_ConceptElement(String ConceptCode)
Given a caBIG ConceptElement Identifier (“ConceptCode”) returns a caBIGConceptElement.
ArrayList get_Concepts_caBIGDataService_caBIGDomainObject(String ConceptCode)
Given a ConceptCode, returns a list of DomainObjects that expose data described by this concept.
caBIGDomainObject_attribute get_DomainObjectAttribute(
   String DomainObjectAttribute_ID
)
Given a caBIG DomainObjectAttribute Identifier, returns a caBIGDomainObject_attribute.
ArrayList get_DomainObjectAttributes(String DomainObject_ID)
Given a caBIG DomainObject Identifier, returns a list of strings where each string is a Object’s Attribute ID.
caBIGDomainObject_attribute_valueDomain get_DomainObjectAttributeValue(
   String DomainObjectAttribute_ID
)
Given a caBIG DomainObjectAttribute Identifier, returns a caBIGDomainObject_attribute_valueDomain.
ArrayList get_DomainObjectConcepts(String DomainObject_ID)
Given a caBIG DomainObject Identifier, returns a list of strings where each string is a Object’s ConceptElements ID.
ArrayList get_URLs2AllDataServices()
Queries the caGRID Index Service and returns a list of URLs (Grid Service Handle) to all registered DataServices.
public String Id
public String Id
public String Id
string indexServiceReflected()
Get the GSH (URL) to the caGRID Index Service reflected by the caBIG dotNET server.
bool isClientSupported(string clientVersion)
Check if the caBIG dotNET Server API supports the client’s caBIG dotNET API.
public String LongName
public String LongName
public String LongName
static void Main(string[] args)
public string Name
public String Name
string news()
Get news from the caBIG dotNET server such as planned outages and other administrative information.
public String Order
public String PackageName
public string Phone
public string POCName
static void printDataService(caBIG_dotNET.caBIGDataService DS)
public String ShortName
public String ShortName
public String ShortName
public string Type
public string URL
string version()
Get the version of the caBIG dotNET server.
public String Version
public String Version
public String Version