| Package | Description |
|---|---|
| edu.emory.cci.aiw.i2b2etl.dest.metadata | |
| edu.emory.cci.aiw.i2b2etl.dest.metadata.conceptid |
| Modifier and Type | Method and Description |
|---|---|
ConceptId |
Metadata.getFromConceptIdCache(List<Object> key) |
ConceptId |
Concept.getId() |
ConceptId |
UserObject.getId() |
| Modifier and Type | Method and Description |
|---|---|
Concept |
Metadata.getFromIdCache(ConceptId conceptId) |
Concept |
Metadata.newConcept(ConceptId conceptId,
String conceptCodePrefix,
String sourceSystemCode) |
void |
Metadata.putInConceptIdCache(List<Object> key,
ConceptId conceptId) |
| Constructor and Description |
|---|
Concept(ConceptId id,
String conceptCodePrefix,
Metadata metadata) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PropertyConceptId |
| Modifier and Type | Class and Description |
|---|---|
class |
ModifierConceptId |
class |
ModifierParentConceptId |
class |
PropDefConceptId
An unique identifier for a concept in an i2b2 ontology.
|
class |
SimpleConceptId |
| Modifier and Type | Method and Description |
|---|---|
static ConceptId |
ModifierParentConceptId.getInstance(String id,
Metadata metadata)
Returns a concept propId with the given string identifier.
|
static ConceptId |
SimpleConceptId.getInstance(String id,
Metadata metadata)
Returns a concept propId with the given string identifier.
|
static ConceptId |
PropDefConceptId.getInstance(String propId,
String propertyName,
Metadata metadata)
Returns a concept propId with the given proposition propId and property name.
|
Copyright © 2012–2018 Emory University. All rights reserved.