org.dcm4che2.iod.module.macro
Class SOPInstanceReferenceAndPurpose

java.lang.Object
  extended by org.dcm4che2.iod.module.Module
      extended by org.dcm4che2.iod.module.macro.SOPInstanceReference
          extended by org.dcm4che2.iod.module.macro.SOPInstanceReferenceAndPurpose
Direct Known Subclasses:
SOPInstanceReferenceAndMAC

public class SOPInstanceReferenceAndPurpose
extends SOPInstanceReference

Since:
Jun 11, 2006
Version:
$Revision: 720 $ $Date: 2006-11-26 18:40:54 +0100 (Sun, 26 Nov 2006) $
Author:
gunter zeilinger(gunterze@gmail.com)

Field Summary
 
Fields inherited from class org.dcm4che2.iod.module.Module
dcmobj
 
Constructor Summary
SOPInstanceReferenceAndPurpose()
           
SOPInstanceReferenceAndPurpose(DicomObject dcmobj)
           
 
Method Summary
 Code getPurposeOfReferenceCode()
           
 void setPurposeOfReferenceCode(Code code)
           
static SOPInstanceReferenceAndPurpose[] toSOPInstanceReferenceAndPurposes(DicomElement sq)
           
 
Methods inherited from class org.dcm4che2.iod.module.macro.SOPInstanceReference
getReferencedSOPClassUID, getReferencedSOPInstanceUID, setReferencedSOPClassUID, setReferencedSOPInstanceUID, toSOPInstanceReferences
 
Methods inherited from class org.dcm4che2.iod.module.Module
getDicomObject, getType1Tags, getType2Tags, init, updateSequence, updateSequence, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOPInstanceReferenceAndPurpose

public SOPInstanceReferenceAndPurpose(DicomObject dcmobj)

SOPInstanceReferenceAndPurpose

public SOPInstanceReferenceAndPurpose()
Method Detail

toSOPInstanceReferenceAndPurposes

public static SOPInstanceReferenceAndPurpose[] toSOPInstanceReferenceAndPurposes(DicomElement sq)

getPurposeOfReferenceCode

public Code getPurposeOfReferenceCode()

setPurposeOfReferenceCode

public void setPurposeOfReferenceCode(Code code)


Copyright © 2011 dcm4che. All Rights Reserved.