Package com.pixelmed.dicom
Class ContentItemFactory.UIDContentItem
java.lang.Object
com.pixelmed.dicom.ContentItem
com.pixelmed.dicom.ContentItemWithValue
com.pixelmed.dicom.ContentItemFactory.StringContentItem
com.pixelmed.dicom.ContentItemFactory.UIDContentItem
- All Implemented Interfaces:
TreeNode
- Enclosing class:
- ContentItemFactory
-
Field Summary
Fields inherited from class com.pixelmed.dicom.ContentItemFactory.StringContentItem
stringValue
Fields inherited from class com.pixelmed.dicom.ContentItemWithValue
conceptName, referencedContentItemIdentifier, valueType
Fields inherited from class com.pixelmed.dicom.ContentItem
observationDateTime, observationUID, relationshipType
-
Constructor Summary
ConstructorsConstructorDescriptionUIDContentItem
(ContentItem parent, AttributeList list) UIDContentItem
(ContentItem parent, String relationshipType, CodedSequenceItem conceptName, String uidValue) UIDContentItem
(ContentItem parent, String relationshipType, CodedSequenceItem conceptName, String uidValue, String observationDateTime, String observationUID) -
Method Summary
Methods inherited from class com.pixelmed.dicom.ContentItemFactory.StringContentItem
getConceptValue, setConceptValue, toString
Methods inherited from class com.pixelmed.dicom.ContentItemWithValue
contentItemNameMatchesCodeValueAndCodingSchemeDesignator, getConceptName, getConceptNameAndValue, getConceptNameCodeMeaning, getConceptNameCodeValue, getConceptNameCodingSchemeDesignator, getValueType
Methods inherited from class com.pixelmed.dicom.ContentItem
addChild, addSibling, children, contentItemNameMatchesCodeValueAndCodingSchemeDesignator, getAllowsChildren, getAttributeList, getChildAt, getChildCount, getGraphicData, getGraphicType, getIndex, getNamedChild, getNamedChild, getObservationDateTime, getObservationUID, getParent, getParentAsContentItem, getPositionInTreeToUseAsReferencedContentItemIdentifier, getReferencedContentItemIdentifier, getReferencedContentItemIdentifierArray, getReferencedSOPClassUID, getReferencedSOPInstanceUID, getRelationshipType, getSingleStringValueOrNull, getSingleStringValueOrNullOfNamedChild, getSingleStringValueOrNullOfNamedChild, isLeaf
-
Constructor Details
-
UIDContentItem
- Parameters:
parent
- parent content item to add tolist
- the list of attributes for this content item
-
UIDContentItem
public UIDContentItem(ContentItem parent, String relationshipType, CodedSequenceItem conceptName, String uidValue, String observationDateTime, String observationUID) throws DicomException - Parameters:
parent
- parent content item to add torelationshipType
- relationship typeconceptName
- coded concept nameuidValue
- UID valueobservationDateTime
- Observation DateTime (or null or empty if none)observationUID
- Observation UID (or null or empty if none)- Throws:
DicomException
- if error in DICOM encoding
-
UIDContentItem
public UIDContentItem(ContentItem parent, String relationshipType, CodedSequenceItem conceptName, String uidValue) throws DicomException - Parameters:
parent
- parent content item to add torelationshipType
- relationship typeconceptName
- coded concept nameuidValue
- UID value- Throws:
DicomException
- if error in DICOM encoding
-
-
Method Details
-
setConceptValue
- Parameters:
uidValue
- if null, removes the value- Throws:
DicomException
- if error in DICOM encoding
-