| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.google.gdata.data.health.HealthNamespace.CategoryScheme | |
Google Health recognizes the enumerated Category Schemes for GData Category queries.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| HealthNamespace.CategoryScheme | ccr | CCR scheme identifies the category of all CCR-categories or subsections. | |||||||||
| HealthNamespace.CategoryScheme | code | Code scheme identifies CCR codes. | |||||||||
| HealthNamespace.CategoryScheme | item | Item scheme identifies the category of all health-items. | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| iri | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the IRI which identifies this categorization scheme.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
CCR scheme identifies the category of all CCR-categories or subsections. Possible term values are:
Code scheme identifies CCR codes. Possible term values are the codes.
Item scheme identifies the category of all health-items. Possible term values are the names of a health record. [e.g. Lipitor].
Returns the IRI which identifies this categorization scheme.