org.dcm4che2.iod.module.sr
Class SRDocumentGeneralModule

java.lang.Object
  extended by org.dcm4che2.iod.module.Module
      extended by org.dcm4che2.iod.module.sr.KODocumentModule
          extended by org.dcm4che2.iod.module.sr.SRDocumentGeneralModule

public class SRDocumentGeneralModule
extends KODocumentModule

Since:
25.07.2006
Version:
$Revision: 11866 $
Author:
Gunter Zeilinger

Field Summary
 
Fields inherited from class org.dcm4che2.iod.module.Module
dcmobj
 
Constructor Summary
SRDocumentGeneralModule(DicomObject dcmobj)
           
 
Method Summary
 IdentifiedPersonOrDevice getAuthorObserver()
           
 java.lang.String getCompletionFlag()
           
 java.lang.String getCompletionFlagDescription()
           
 InsitutionNameAndCode getCustodialOrganization()
           
 SOPInstanceReference getEquivalentCDADocument()
           
 Participant[] getParticipants()
           
 Code[] getPerformedProcedureCodes()
           
 HierachicalSOPInstanceReference[] getPertinentOtherEvidences()
           
 HierachicalSOPInstanceReference[] getPredecessorDocuments()
           
 java.lang.String getVerificationFlag()
           
 VerifyingObserver[] getVerifyingObservers()
           
 void setAuthorObserver(IdentifiedPersonOrDevice observer)
           
 void setCompletionFlag(java.lang.String s)
           
 void setCompletionFlagDescription(java.lang.String s)
           
 void setCustodialOrganization(InsitutionNameAndCode org)
           
 void setEquivalentCDADocument(SOPInstanceReference refSOP)
           
 void setParticipants(Participant[] participants)
           
 void setPerformedProcedureCodes(Code[] codes)
           
 void setPertinentOtherEvidences(HierachicalSOPInstanceReference[] refs)
           
 void setPredecessorDocuments(HierachicalSOPInstanceReference[] refs)
           
 void setVerificationFlag(java.lang.String s)
           
 void setVerifyingObservers(VerifyingObserver[] a)
           
 
Methods inherited from class org.dcm4che2.iod.module.sr.KODocumentModule
getContentDateTime, getCurrentRequestedProcedureEvidences, getIdenticalDocuments, getInstanceNumber, getReferencedRequests, setContentDateTime, setCurrentRequestedProcedureEvidences, setIdenticalDocuments, setInstanceNumber, setReferencedRequest
 
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

SRDocumentGeneralModule

public SRDocumentGeneralModule(DicomObject dcmobj)
Method Detail

getCompletionFlag

public java.lang.String getCompletionFlag()

setCompletionFlag

public void setCompletionFlag(java.lang.String s)

getCompletionFlagDescription

public java.lang.String getCompletionFlagDescription()

setCompletionFlagDescription

public void setCompletionFlagDescription(java.lang.String s)

getVerificationFlag

public java.lang.String getVerificationFlag()

setVerificationFlag

public void setVerificationFlag(java.lang.String s)

getVerifyingObservers

public VerifyingObserver[] getVerifyingObservers()

setVerifyingObservers

public void setVerifyingObservers(VerifyingObserver[] a)

getAuthorObserver

public IdentifiedPersonOrDevice getAuthorObserver()

setAuthorObserver

public void setAuthorObserver(IdentifiedPersonOrDevice observer)

getParticipants

public Participant[] getParticipants()

setParticipants

public void setParticipants(Participant[] participants)

getCustodialOrganization

public InsitutionNameAndCode getCustodialOrganization()

setCustodialOrganization

public void setCustodialOrganization(InsitutionNameAndCode org)

getPredecessorDocuments

public HierachicalSOPInstanceReference[] getPredecessorDocuments()

setPredecessorDocuments

public void setPredecessorDocuments(HierachicalSOPInstanceReference[] refs)

getPerformedProcedureCodes

public Code[] getPerformedProcedureCodes()

setPerformedProcedureCodes

public void setPerformedProcedureCodes(Code[] codes)

getPertinentOtherEvidences

public HierachicalSOPInstanceReference[] getPertinentOtherEvidences()

setPertinentOtherEvidences

public void setPertinentOtherEvidences(HierachicalSOPInstanceReference[] refs)

getEquivalentCDADocument

public SOPInstanceReference getEquivalentCDADocument()

setEquivalentCDADocument

public void setEquivalentCDADocument(SOPInstanceReference refSOP)


Copyright © 2011 dcm4che. All Rights Reserved.