public interface FDBClassificationConcept extends FDBConcept
FDBClassificationConcept.FDBConcept| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE_ACTIVE
Object-retrieval type: ACTIVE CONCEPTS ONLY.
|
static int |
TYPE_ALL
Object-retrieval type: ALL CONCEPTS.
|
DEFAULT_EQUIVALENCE_CONTEXT, EQUIVALENCE_TYPE_EXACT_CONCEPT, EQUIVALENCE_TYPE_MAPPING, EQUIVALENCE_TYPE_SEMANTIC, LOCAL_PREFERRED, MAXLENGTH_EXT_TYPE_CODE, NONE, TERMINOLOGY_PREFERRED, TERMINOLOGY_PREFERRED_AND_LOCAL_PREFERRED, TYPE_DESC, TYPE_PRINT| Modifier and Type | Method and Description |
|---|---|
FDBClassificationConcept[] |
getChildren()
Gets an array of FDB classification concepts that are the
direct children of this
FDBClassificationConcept. |
FDBMedicationNameConcept[] |
getMedicationNames(int retrievalType)
Gets an array that contains FDB medication name concepts
related to this
FDBClassificationConcept. |
FDBMedicationConcept[] |
getMedications(int retrievalType)
Gets an array that contains FDB medication concepts related
to this
FDBClassificationConcept. |
FDBNDCDrugConcept[] |
getNDCDrugs(int retrievalType)
Gets an array that contains FDB NDC drug concepts related
to this
FDBClassificationConcept. |
FDBClassificationConcept |
getParent()
Gets the
FDBClassificationConcept that is
the immediate parent of this FDBClassificationConcept. |
FDBRDFMedicationConcept[] |
getRDFMedications(int retrievalType)
Gets an array that contains routed dosage form medication
concepts related to this
FDBClassificationConcept. |
FDBRoutedMedicationConcept[] |
getRoutedMedications(int retrievalType)
Gets an array that contains FDB routed medication concepts
related to this
FDBClassificationConcept. |
boolean |
hasMedicationNames(int retrievalType)
Indicates whether this
FDBClassificationConcept
is related to one or more FDB Medication Name Concepts. |
boolean |
hasMedications(int retrievalType)
Indicates whether this
FDBClassificationConcept
is related to one or more FDB Medication Concepts. |
boolean |
hasNDCDrugs(int retrievalType)
Indicates whether this
FDBClassificationConcept
is directly related to one or more FDB NDC Drug Concepts. |
boolean |
hasRDFMedications(int retrievalType)
Indicates whether this
FDBClassificationConcept
is related to one or more FDB Routed Dosage Form Medication Concepts. |
boolean |
hasRoutedMedications(int retrievalType)
Indicates whether this
FDBClassificationConcept
is related to one or more FDB Routed Medication Concepts. |
getExternalConceptCodegetAllDescriptions, getAllDescriptions, getClassifications, getCodingSchemeVersion, getConceptCode, getConceptListsContainingConcept, getConceptListsContainingConcept, getDescription, getDescription, getDescription, getEquivalentConcepts, getEquivalentConcepts, getEquivalentConcepts, getExtendedTypeCode, getLocallyPreferredDescription, getLocallyPreferredDescription, getLocallySpecifiedDescriptions, getLocallySpecifiedDescriptions, getMappedConcepts, getMappedConcepts, getRelatedConcepts, getRelatedConcepts, getRelatedConcepts, getRelationships, getRelationships, getTerminologyPreferredDescription, getTerminologyPreferredDescription, getTerminologySpecifiedDescriptions, getTerminologySpecifiedDescriptions, isEquivalent, isEquivalent, isRelationTypegetFinalAssignment, getNextAssignment, getPreviousAssignments, isReassignedgetRetiredDate, getVersionID, isActive, isInternal, isQuarantined, isRetiredgetAttributeNames, getAttributes, getAttributesgetCreationDate, getETSID, getImportDate, getLastUpdateDatestatic final int TYPE_ACTIVE
getNDCDrugs(int) and
getMedications(int) to specify that only active concepts are
included in the result.static final int TYPE_ALL
getNDCDrugs(int) and getMedications(int) to specify that all
concepts are included in the result. The included concepts can be both active and retired.FDBClassificationConcept[] getChildren() throws ETSDataException
FDBClassificationConcept.
This method returns an empty array if this FDBClassificationConcept is not directly related
to any child FDB classification concepts.FDBClassificationConcept, or an empty array if this FDBClassificationConcept is not directly related
to any child FDB classification concepts.ETSDataException - If a data transport error occurs.boolean hasNDCDrugs(int retrievalType)
throws ETSDataException
FDBClassificationConcept
is directly related to one or more FDB NDC Drug Concepts.
This method returns true if this FDBClassificationConcept
is directly related to FDB NDC drug concepts.
The method returns false if this
FDBClassificationConcept is not related to FDB NDC drug concepts.FDBClassificationConcept
represents antibiotics, this method returns true
if the FDBClassificationConcept is directly related to one or
more Antibiotic NDC drug concepts.retrievalType - Specifies the mode of retrieval. The modes can be TYPE_ACTIVE
or TYPE_ALL.true if this FDBClassificationConcept is
directly related to FDB NDC drug concepts or
false if this FDBClassificationConcept is not related to FDB NDC drug concepts.ETSDataException - If a data transport error occurs.FDBNDCDrugConcept[] getNDCDrugs(int retrievalType) throws ETSDataException
FDBClassificationConcept. This method returns an empty array if
this FDBClassificationConcept is not related to any FDB NDC drug
concepts.retrievalType - Specifies the mode of retrieval. The modes can be TYPE_ACTIVE
or TYPE_ALL.FDBClassificationConcept,
or an empty array if there are no FDB NDC drug concepts related to this FDBClassificationConcept.ETSDataException - If a data transport error occurs.boolean hasMedications(int retrievalType)
throws ETSDataException
FDBClassificationConcept
is related to one or more FDB Medication Concepts.
This method returns true if this FDBClassificationConcept is
related to FDB medication concepts or
false if this FDBClassificationConcept is not related to FDB medication concepts.retrievalType - Specifies the mode of retrieval. The modes can be TYPE_ACTIVE
or TYPE_ALL.true if this FDBClassificationConcept is
related to FDB medication concepts or
false if this FDBClassificationConcept is not related to FDB medication concepts.ETSDataException - If a data transport error occurs.FDBMedicationConcept[] getMedications(int retrievalType) throws ETSDataException
FDBClassificationConcept. This method returns an empty array if
this FDBClassificationConcept is not related to any FDB medication
concepts.retrievalType - Specifies the mode of retrieval. The modes can be TYPE_ACTIVE
or TYPE_ALL.FDBClassificationConcept, or an empty array if this FDBClassificationConcept is not related to any FDB Medication
Concepts.ETSDataException - If a data transport error occurs.boolean hasRDFMedications(int retrievalType)
throws ETSDataException
FDBClassificationConcept
is related to one or more FDB Routed Dosage Form Medication Concepts.
This method returns true if this FDBClassificationConcept
is related to FDB routed dosage form medication concepts or
false if this FDBClassificationConcept
is not related to FDB routed dosage form medication concepts.retrievalType - Specifies the mode of retrieval. The modes can be TYPE_ACTIVE
or TYPE_ALL.true if this FDBClassificationConcept is related to routed dosage form medication concepts or
false if this FDBClassificationConcept
is not related to FDB routed dosage form medication concepts.ETSDataException - If a data transport error occurs.FDBRDFMedicationConcept[] getRDFMedications(int retrievalType) throws ETSDataException
FDBClassificationConcept. This method returns
an empty array if this FDBClassificationConcept is not related to
any routed dosage form medication concepts.retrievalType - Specifies the mode of retrieval. The modes can be TYPE_ACTIVE
or TYPE_ALL.FDBClassificationConcept,
or an empty array if this FDBClassificationConcept is not related to
any routed dosage form medication concepts.ETSDataException - If a data transport error occurs.boolean hasRoutedMedications(int retrievalType)
throws ETSDataException
FDBClassificationConcept
is related to one or more FDB Routed Medication Concepts.
This method returns true if this FDBClassificationConcept is
related to FDB routed medication concepts or false if this FDBClassificationConcept is
not related to FDB routed medication concepts.retrievalType - Specifies the mode of retrieval. The modes can be TYPE_ACTIVE
or TYPE_ALL.true if this FDBClassificationConcept is
related to FDB routed medication concepts or false if this FDBClassificationConcept is
not related to FDB routed medication concepts.ETSDataException - If a data transport error occurs.FDBRoutedMedicationConcept[] getRoutedMedications(int retrievalType) throws ETSDataException
FDBClassificationConcept. This method returns an empty array
if this FDBClassificationConcept is not related to any FDB routed
medication concepts.retrievalType - Specifies the mode of retrieval. The modes can be TYPE_ACTIVE
or TYPE_ALL.FDBClassificationConcept or an empty array if there are no FDB routed medication concepts related to this
FDBClassificationConcept.ETSDataException - If a data transport error occurs.boolean hasMedicationNames(int retrievalType)
throws ETSDataException
FDBClassificationConcept
is related to one or more FDB Medication Name Concepts. This method returns true if this
FDBClassificationConcept is related to FDB medication
name concepts or false if this
FDBClassificationConcept is not related to FDB medication
name concepts.retrievalType - Specifies the mode of retrieval. The modes can be TYPE_ACTIVE
or TYPE_ALL.true if this FDBClassificationConcept is
related to FDB medication name concepts or false if this FDBClassificationConcept is
not related to FDB medication name concepts.ETSDataException - If a data transport error occurs.FDBMedicationNameConcept[] getMedicationNames(int retrievalType) throws ETSDataException
FDBClassificationConcept. This method returns an empty array
if this FDBClassificationConcept is not related to any FDB medication
name concepts.retrievalType - Specifies the mode of retrieval. The modes can be TYPE_ACTIVE
or TYPE_ALL.FDBClassificationConcept, or an empty array if this FDBClassificationConcept is not related to any FDB medication
name concepts.ETSDataException - If a data transport error occurs.FDBClassificationConcept getParent() throws ETSNotFoundException, ETSDataException
FDBClassificationConcept that is
the immediate parent of this FDBClassificationConcept.FDBClassificationConcept of this FDBClassificationConcept.ETSNotFoundException - If this FDBClassificationConcept
is not directly related to a parent concept.ETSDataException - If a data transport error occurs.HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved