public static final enum

HealthNamespace.CategoryScheme

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.google.gdata.data.health.HealthNamespace.CategoryScheme

Class Overview

Google Health recognizes the enumerated Category Schemes for GData Category queries.

Summary

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
private final String iri
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
String getIri()
Returns the IRI which identifies this categorization scheme.
static HealthNamespace.CategoryScheme valueOf(String name)
final static CategoryScheme[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final HealthNamespace.CategoryScheme ccr

CCR scheme identifies the category of all CCR-categories or subsections. Possible term values are:

  • labtest
  • medication
  • condition
  • symptom
  • vitalsigns
  • procedure
  • immunization
  • familyhistory
  • allergy
  • demographics

public static final HealthNamespace.CategoryScheme code

Code scheme identifies CCR codes. Possible term values are the codes.

public static final HealthNamespace.CategoryScheme item

Item scheme identifies the category of all health-items. Possible term values are the names of a health record. [e.g. Lipitor].

Fields

private final String iri

Public Methods

public String getIri ()

Returns the IRI which identifies this categorization scheme.

Returns
  • the IRI identifier.

public static HealthNamespace.CategoryScheme valueOf (String name)

Parameters
name

public static final CategoryScheme[] values ()