|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pixelmed.dicom.ContentItem
com.pixelmed.dicom.ContentItemWithValue
com.pixelmed.dicom.ContentItemFactory.CompositeContentItem
public class ContentItemFactory.CompositeContentItem
| Field Summary | |
|---|---|
protected String |
referencedSOPClassUID
|
protected String |
referencedSOPInstanceUID
|
protected AttributeList |
referencedSOPSequenceItemAttributeList
|
| Fields inherited from class com.pixelmed.dicom.ContentItemWithValue |
|---|
conceptName, referencedContentItemIdentifier, valueType |
| Fields inherited from class com.pixelmed.dicom.ContentItem |
|---|
relationshipType |
| Constructor Summary | |
|---|---|
|
ContentItemFactory.CompositeContentItem(ContentItem parent,
AttributeList list)
|
|
ContentItemFactory.CompositeContentItem(ContentItem parent,
String relationshipType,
CodedSequenceItem conceptName,
String referencedSOPClassUID,
String referencedSOPInstanceUID)
|
protected |
ContentItemFactory.CompositeContentItem(ContentItem parent,
String valueType,
String relationshipType,
CodedSequenceItem conceptName,
String referencedSOPClassUID,
String referencedSOPInstanceUID)
|
| Method Summary | |
|---|---|
protected void |
doCommonConstructorStuff(String referencedSOPClassUID,
String referencedSOPInstanceUID)
|
String |
getConceptValue()
Get a string representation of the value of the concept. |
String |
getReferencedSOPClassUID()
Get the Referenced SOP Class UID of this content item, if present and applicable. |
String |
getReferencedSOPInstanceUID()
Get the Referenced SOP Instance UID of this content item, if present and applicable. |
String |
toString()
Get a human-readable string representation of the content item. |
| Methods inherited from class com.pixelmed.dicom.ContentItemWithValue |
|---|
contentItemNameMatchesCodeValueAndCodingSchemeDesignator, getConceptName, getConceptNameAndValue, getConceptNameCodeMeaning, getConceptNameCodeValue, getConceptNameCodingSchemeDesignator, getValueType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected AttributeList referencedSOPSequenceItemAttributeList
protected String referencedSOPClassUID
protected String referencedSOPInstanceUID
| Constructor Detail |
|---|
public ContentItemFactory.CompositeContentItem(ContentItem parent,
AttributeList list)
parent - list -
public ContentItemFactory.CompositeContentItem(ContentItem parent,
String relationshipType,
CodedSequenceItem conceptName,
String referencedSOPClassUID,
String referencedSOPInstanceUID)
throws DicomException
parent - relationshipType - conceptName - referencedSOPClassUID - referencedSOPInstanceUID -
DicomException
protected ContentItemFactory.CompositeContentItem(ContentItem parent,
String valueType,
String relationshipType,
CodedSequenceItem conceptName,
String referencedSOPClassUID,
String referencedSOPInstanceUID)
throws DicomException
parent - valueType - relationshipType - conceptName - referencedSOPClassUID - referencedSOPInstanceUID -
DicomException| Method Detail |
|---|
protected void doCommonConstructorStuff(String referencedSOPClassUID,
String referencedSOPInstanceUID)
throws DicomException
referencedSOPClassUID - referencedSOPInstanceUID -
DicomExceptionpublic String getConceptValue()
ContentItemWithValueGet a string representation of the value of the concept.
The exact form of the returned string is specific to the type of ContentItem.
getConceptValue in class ContentItemWithValuepublic String toString()
ContentItemWithValueGet a human-readable string representation of the content item.
toString in class ContentItemWithValuepublic String getReferencedSOPClassUID()
ContentItemGet the Referenced SOP Class UID of this content item, if present and applicable.
getReferencedSOPClassUID in class ContentItempublic String getReferencedSOPInstanceUID()
ContentItemGet the Referenced SOP Instance UID of this content item, if present and applicable.
getReferencedSOPInstanceUID in class ContentItem
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||