Terminology property category object.
More...
#include <Modules/Loadable/Terminologies/Logic/vtkSlicerTerminologyCategory.h>
|
void | Copy (vtkCodedEntry *aCategory) override |
| Copy one category into another.
|
|
virtual char * | GetCid () |
|
virtual const char * | GetClassName () |
|
virtual char * | GetContextGroupName () |
|
virtual bool | GetShowAnatomy () |
|
virtual char * | GetSNOMEDCTConceptID () |
|
virtual char * | GetUMLSConceptUID () |
|
void | Initialize () override |
| Reset state of object.
|
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
|
virtual void | SetCid (const char *) |
|
virtual void | SetContextGroupName (const char *) |
|
virtual void | SetShowAnatomy (bool) |
|
virtual void | SetSNOMEDCTConceptID (const char *) |
|
virtual void | SetUMLSConceptUID (const char *) |
|
virtual void | ShowAnatomyOff () |
|
virtual void | ShowAnatomyOn () |
|
std::string | GetAsPrintableString () |
|
std::string | GetAsString () |
|
virtual char * | GetCodeMeaning () |
|
virtual char * | GetCodeValue () |
|
virtual char * | GetCodingSchemeDesignator () |
|
virtual std::vector< std::string > | GetValueSchemeMeaning () |
| Convenience function for getting code value, coding scheme, and code meaning as a string vector.
|
|
virtual bool | IsEmpty () |
| All fields are empty.
|
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
|
virtual void | SetCodeMeaning (const char *) |
|
virtual void | SetCodeValue (const char *) |
|
virtual void | SetCodingSchemeDesignator (const char *) |
|
bool | SetFromString (const std::string &content) |
|
virtual void | SetValueSchemeMeaning (const std::string &value, const std::string &scheme, const std::string &meaning) |
| Convenience function for setting code value, coding scheme, and code meaning with a single method call.
|
|
virtual bool | SetValueSchemeMeaning (const std::vector< std::string > &valueSchemeMeaning) |
| Convenience function for setting code value, coding scheme, and code meaning with a single method call from a string vector.
|
|
|
char * | Cid |
| 'cid' member of the category object. Value example "7051"
|
|
char * | ContextGroupName |
| 'contextGroupName' member of the category object. Value example "Segmentation Property Categories"
|
|
bool | ShowAnatomy |
| 'showAnatomy' member of the category object
|
|
char * | SNOMEDCTConceptID |
| 'SNOMEDCTConceptID' member of the category object. Value example "85756007"
|
|
char * | UMLSConceptUID |
| 'UMLSConceptUID' member of the category object. Value example "C0040300"
|
|
char * | CodeMeaning {nullptr} |
|
char * | CodeValue {nullptr} |
|
char * | CodingSchemeDesignator {nullptr} |
|
Terminology property category object.
Encapsulates the mandatory and optional fields for a terminology category. The following fields inherited from
- See also
- vtkCodedEntry: CodingSchemeDesignator: 'codingScheme' member of the category object. Value example "SCT" CodeValue: 'codeValue' member of the category object. Value example "85756007" CodeMeaning: 'codeMeaning' member of the category object. Value example "Tissue"
Definition at line 39 of file vtkSlicerTerminologyCategory.h.
◆ Superclass
◆ vtkSlicerTerminologyCategory() [1/2]
vtkSlicerTerminologyCategory::vtkSlicerTerminologyCategory |
( |
| ) |
|
|
protected |
◆ ~vtkSlicerTerminologyCategory()
vtkSlicerTerminologyCategory::~vtkSlicerTerminologyCategory |
( |
| ) |
|
|
overrideprotected |
◆ vtkSlicerTerminologyCategory() [2/2]
◆ Copy()
void vtkSlicerTerminologyCategory::Copy |
( |
vtkCodedEntry * | aCategory | ) |
|
|
overridevirtual |
Copy one category into another.
Reimplemented from vtkCodedEntry.
◆ GetCid()
virtual char * vtkSlicerTerminologyCategory::GetCid |
( |
| ) |
|
|
virtual |
◆ GetClassName()
virtual const char * vtkSlicerTerminologyCategory::GetClassName |
( |
| ) |
|
|
virtual |
◆ GetContextGroupName()
virtual char * vtkSlicerTerminologyCategory::GetContextGroupName |
( |
| ) |
|
|
virtual |
◆ GetShowAnatomy()
virtual bool vtkSlicerTerminologyCategory::GetShowAnatomy |
( |
| ) |
|
|
virtual |
◆ GetSNOMEDCTConceptID()
virtual char * vtkSlicerTerminologyCategory::GetSNOMEDCTConceptID |
( |
| ) |
|
|
virtual |
◆ GetUMLSConceptUID()
virtual char * vtkSlicerTerminologyCategory::GetUMLSConceptUID |
( |
| ) |
|
|
virtual |
◆ Initialize()
void vtkSlicerTerminologyCategory::Initialize |
( |
| ) |
|
|
overridevirtual |
◆ IsA()
virtual int vtkSlicerTerminologyCategory::IsA |
( |
const char * | type | ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkSlicerTerminologyCategory::IsTypeOf |
( |
const char * | type | ) |
|
|
static |
◆ New()
◆ operator=()
◆ PrintSelf()
void vtkSlicerTerminologyCategory::PrintSelf |
( |
ostream & | os, |
|
|
vtkIndent | indent ) |
|
override |
◆ SafeDownCast()
◆ SetCid()
virtual void vtkSlicerTerminologyCategory::SetCid |
( |
const char * | | ) |
|
|
virtual |
◆ SetContextGroupName()
virtual void vtkSlicerTerminologyCategory::SetContextGroupName |
( |
const char * | | ) |
|
|
virtual |
◆ SetShowAnatomy()
virtual void vtkSlicerTerminologyCategory::SetShowAnatomy |
( |
bool | | ) |
|
|
virtual |
◆ SetSNOMEDCTConceptID()
virtual void vtkSlicerTerminologyCategory::SetSNOMEDCTConceptID |
( |
const char * | | ) |
|
|
virtual |
◆ SetUMLSConceptUID()
virtual void vtkSlicerTerminologyCategory::SetUMLSConceptUID |
( |
const char * | | ) |
|
|
virtual |
◆ ShowAnatomyOff()
virtual void vtkSlicerTerminologyCategory::ShowAnatomyOff |
( |
| ) |
|
|
virtual |
◆ ShowAnatomyOn()
virtual void vtkSlicerTerminologyCategory::ShowAnatomyOn |
( |
| ) |
|
|
virtual |
◆ Cid
char* vtkSlicerTerminologyCategory::Cid |
|
protected |
◆ ContextGroupName
char* vtkSlicerTerminologyCategory::ContextGroupName |
|
protected |
'contextGroupName' member of the category object. Value example "Segmentation Property Categories"
Definition at line 80 of file vtkSlicerTerminologyCategory.h.
◆ ShowAnatomy
bool vtkSlicerTerminologyCategory::ShowAnatomy |
|
protected |
◆ SNOMEDCTConceptID
char* vtkSlicerTerminologyCategory::SNOMEDCTConceptID |
|
protected |
◆ UMLSConceptUID
char* vtkSlicerTerminologyCategory::UMLSConceptUID |
|
protected |
The documentation for this class was generated from the following file: