Class ContentItemFactory.UnrecognizedContentItem

java.lang.Object
com.pixelmed.dicom.ContentItem
com.pixelmed.dicom.ContentItemWithValue
com.pixelmed.dicom.ContentItemFactory.UnrecognizedContentItem
All Implemented Interfaces:
TreeNode
Enclosing class:
ContentItemFactory

public class ContentItemFactory.UnrecognizedContentItem extends ContentItemWithValue
  • Constructor Details

    • UnrecognizedContentItem

      public UnrecognizedContentItem(ContentItem parent)
      Parameters:
      parent - parent content item to add to
    • UnrecognizedContentItem

      public UnrecognizedContentItem(ContentItem parent, AttributeList list)
      Parameters:
      parent - parent content item to add to
      list - the list of attributes for this content item
    • UnrecognizedContentItem

      public UnrecognizedContentItem(ContentItem parent, AttributeList list, String valueType)
      Parameters:
      parent - parent content item to add to
      list - the list of attributes for this content item
      valueType - the valueType encoded for the content item (is discarded)
  • Method Details

    • getConceptValue

      public String getConceptValue()
      Description copied from class: ContentItemWithValue

      Get a string representation of the value of the concept.

      The exact form of the returned string is specific to the type of ContentItem.

      Specified by:
      getConceptValue in class ContentItemWithValue
      Returns:
      a String representation of the name and value, or an empty string