public class ContentItemFactory.ImageContentItem extends ContentItemFactory.CompositeContentItem
Modifier and Type | Field and Description |
---|---|
protected String |
presentationStateSOPClassUID |
protected String |
presentationStateSOPInstanceUID |
protected String |
realWorldValueMappingSOPClassUID |
protected String |
realWorldValueMappingSOPInstanceUID |
protected int |
referencedFrameNumber |
protected int |
referencedSegmentNumber |
referencedSOPClassUID, referencedSOPInstanceUID, referencedSOPSequenceItemAttributeList
conceptName, referencedContentItemIdentifier, valueType
observationDateTime, observationUID, relationshipType
Constructor and Description |
---|
ImageContentItem(ContentItem parent,
AttributeList list) |
ImageContentItem(ContentItem parent,
String relationshipType,
CodedSequenceItem conceptName,
String referencedSOPClassUID,
String referencedSOPInstanceUID,
int referencedFrameNumber,
int referencedSegmentNumber,
String presentationStateSOPClassUID,
String presentationStateSOPInstanceUID,
String realWorldValueMappingSOPClassUID,
String realWorldValueMappingSOPInstanceUID) |
ImageContentItem(ContentItem parent,
String relationshipType,
CodedSequenceItem conceptName,
String referencedSOPClassUID,
String referencedSOPInstanceUID,
int referencedFrameNumber,
int referencedSegmentNumber,
String presentationStateSOPClassUID,
String presentationStateSOPInstanceUID,
String realWorldValueMappingSOPClassUID,
String realWorldValueMappingSOPInstanceUID,
String observationDateTime,
String observationUID) |
Modifier and Type | Method and Description |
---|---|
String |
getPresentationStateSOPClassUID() |
String |
getPresentationStateSOPInstanceUID() |
String |
getRealWorldValueMappingSOPClassUID() |
String |
getRealWorldValueMappingSOPInstanceUID() |
int |
getReferencedFrameNumber() |
int |
getReferencedSegmentNumber() |
String |
toString()
Get a human-readable string representation of the content item.
|
doCommonConstructorStuff, getConceptValue, getReferencedSOPClassUID, getReferencedSOPInstanceUID
contentItemNameMatchesCodeValueAndCodingSchemeDesignator, getConceptName, getConceptNameAndValue, getConceptNameCodeMeaning, getConceptNameCodeValue, getConceptNameCodingSchemeDesignator, getValueType
addChild, addSibling, children, contentItemNameMatchesCodeValueAndCodingSchemeDesignator, getAllowsChildren, getAttributeList, getChildAt, getChildCount, getGraphicData, getGraphicType, getIndex, getNamedChild, getNamedChild, getObservationDateTime, getObservationUID, getParent, getParentAsContentItem, getPositionInTreeToUseAsReferencedContentItemIdentifier, getReferencedContentItemIdentifier, getReferencedContentItemIdentifierArray, getRelationshipType, getSingleStringValueOrNull, getSingleStringValueOrNullOfNamedChild, getSingleStringValueOrNullOfNamedChild, isLeaf, walkTreeBuldingString
protected String presentationStateSOPClassUID
protected String presentationStateSOPInstanceUID
protected String realWorldValueMappingSOPClassUID
protected String realWorldValueMappingSOPInstanceUID
protected int referencedFrameNumber
protected int referencedSegmentNumber
public ImageContentItem(ContentItem parent, AttributeList list)
parent
- parent content item to add tolist
- the list of attributes for this content itempublic ImageContentItem(ContentItem parent, String relationshipType, CodedSequenceItem conceptName, String referencedSOPClassUID, String referencedSOPInstanceUID, int referencedFrameNumber, int referencedSegmentNumber, String presentationStateSOPClassUID, String presentationStateSOPInstanceUID, String realWorldValueMappingSOPClassUID, String realWorldValueMappingSOPInstanceUID) throws DicomException
parent
- parent content item to add torelationshipType
- relationship typeconceptName
- coded concept namereferencedSOPClassUID
- the SOP Class UIDreferencedSOPInstanceUID
- the SOP Instance UIDreferencedFrameNumber
- if < 1, not addedreferencedSegmentNumber
- if < 1, not addedpresentationStateSOPClassUID
- the SOP Class UID of the presentation state (or null or empty if none)presentationStateSOPInstanceUID
- the SOP Instance UID of the presentation state (or null or empty if none)realWorldValueMappingSOPClassUID
- the SOP Class UID of the RWV Map (or null or empty if none)realWorldValueMappingSOPInstanceUID
- the SOP Instance UID of the RWV Map (or null or empty if none)DicomException
- if error in DICOM encodingpublic ImageContentItem(ContentItem parent, String relationshipType, CodedSequenceItem conceptName, String referencedSOPClassUID, String referencedSOPInstanceUID, int referencedFrameNumber, int referencedSegmentNumber, String presentationStateSOPClassUID, String presentationStateSOPInstanceUID, String realWorldValueMappingSOPClassUID, String realWorldValueMappingSOPInstanceUID, String observationDateTime, String observationUID) throws DicomException
parent
- parent content item to add torelationshipType
- relationship typeconceptName
- coded concept namereferencedSOPClassUID
- the SOP Class UIDreferencedSOPInstanceUID
- the SOP Instance UIDreferencedFrameNumber
- if < 1, not addedreferencedSegmentNumber
- if < 1, not addedpresentationStateSOPClassUID
- the SOP Class UID of the presentation state (or null or empty if none)presentationStateSOPInstanceUID
- the SOP Instance UID of the presentation state (or null or empty if none)realWorldValueMappingSOPClassUID
- the SOP Class UID of the RWV Map (or null or empty if none)realWorldValueMappingSOPInstanceUID
- the SOP Instance UID of the RWV Map (or null or empty if none)observationDateTime
- Observation DateTime (or null or empty if none)observationUID
- Observation UID (or null or empty if none)DicomException
- if error in DICOM encodingpublic String getPresentationStateSOPClassUID()
public String getPresentationStateSOPInstanceUID()
public String getRealWorldValueMappingSOPClassUID()
public String getRealWorldValueMappingSOPInstanceUID()
public int getReferencedFrameNumber()
public int getReferencedSegmentNumber()
public String toString()
ContentItemWithValue
Get a human-readable string representation of the content item.
toString
in class ContentItemFactory.CompositeContentItem