public interface CandidateConcept extends CandidateETSComponent
Represents a simplified version of a Concept object.
A Concept belongs to the CodingSchemeVersion object.
| Modifier and Type | Field and Description |
|---|---|
static String |
REL_TYPE_IS_CHILD_OF
Constant used to define the relationship type as "IS_CHILD_OF".
|
static String |
REL_TYPE_IS_PARENT_OF
Constant used to define the relationship type as "IS_PARENT_OF".
|
static String |
REL_TYPE_NO
Constant used to define the relationship type as "N".
|
static String |
REL_TYPE_YES
Constant used to define the relationship type as "Y".
|
| Modifier and Type | Method and Description |
|---|---|
CandidateConceptDescription[] |
getCandidateDescriptions()
Gets the
CandidateDescription attributes associated with this
CandidateConcept object. |
String |
getConceptCode()
Gets the
ConceptCode attribute of this CandidateConcept. |
String |
getExtendedTypeCode()
Gets the
ExtendedTypeCode attribute of this
CandidateConcept object. |
String |
getReassignedFromCode()
Gets the
ConceptCode attribute of CandidateConcept being
reassigned. |
String |
getRelationshipType()
Gets the
RelationshipType of this CandidateConcept. |
void |
setCandidateDescriptions(CandidateConceptDescription[] descs)
Sets the descriptions to be associated with this
CandidateConcept object. |
void |
setConceptCode(String conceptCode)
Sets the
ConceptCode attribute of this CandidateConcept object. |
void |
setExtendedTypeCode(String extTypeCode)
Sets the
ExtendedTypeCode attribute of this CandidateConcept object. |
void |
setReassignedFromCode(String code)
Sets the
ConceptCode attribute of the CandidateConcept being reassigned. |
void |
setRelationshipType(String flag)
Sets the
RelationshipType of this CandidateConcept. |
getCandidateETSAttributes, getRetiredDate, getStatusCode, setCandidateETSAttributes, setRetiredDate, setStatusCodestatic final String REL_TYPE_YES
static final String REL_TYPE_NO
static final String REL_TYPE_IS_CHILD_OF
static final String REL_TYPE_IS_PARENT_OF
String getConceptCode()
ConceptCode attribute of this CandidateConcept.ConceptCode.setConceptCode(java.lang.String)String getRelationshipType()
RelationshipType of this CandidateConcept.setRelationshipType(java.lang.String)String getReassignedFromCode()
ConceptCode attribute of CandidateConcept being
reassigned.ConceptCode of CandidateConcept being
reassigned or null if there is no reassignment to this
Concept.setReassignedFromCode(java.lang.String)String getExtendedTypeCode()
ExtendedTypeCode attribute of this
CandidateConcept object.ExtendedTypeCode of this CandidateConcept.
This value can be null.setExtendedTypeCode(java.lang.String)CandidateConceptDescription[] getCandidateDescriptions()
CandidateDescription attributes associated with this
CandidateConcept object.CandidateDescription attributes associated with this
CandidateConcept object or null if no descriptions are set for
this CandidateConcept object.setCandidateDescriptions(oracle.hsgbu.ets.authoring.CandidateConceptDescription[])void setConceptCode(String conceptCode)
ConceptCode attribute of this CandidateConcept object. The maximum allowable
length for this attribute is 50.conceptCode - ConceptCode for this CandidateConcept object.getConceptCode()void setRelationshipType(String flag)
RelationshipType of this CandidateConcept.
The maximum length of this attribute is 30.flag - Relationship type flag value defined in this interface. The valid
values are the following defined constants:
getRelationshipType()void setExtendedTypeCode(String extTypeCode)
ExtendedTypeCode attribute of this CandidateConcept object.
The maximum length of this attribute is 6.extTypeCode - ExtendedTypeCode attribute for this
CandidateConcept object.getExtendedTypeCode()void setCandidateDescriptions(CandidateConceptDescription[] descs)
CandidateConcept object.descs - Array of CandidateConceptDescription objects.getCandidateDescriptions()void setReassignedFromCode(String code)
ConceptCode attribute of the CandidateConcept being reassigned.
The maximum length of this attribute is 50.code - ConceptCode for the CandidateConcept being reassigned.getReassignedFromCode()HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved