org.dcm4che2.iod.module.sr
Class SRDocumentGeneralModule
java.lang.Object
org.dcm4che2.iod.module.Module
org.dcm4che2.iod.module.sr.KODocumentModule
org.dcm4che2.iod.module.sr.SRDocumentGeneralModule
public class SRDocumentGeneralModule
- extends KODocumentModule
- Since:
- 25.07.2006
- Version:
- $Revision: 11866 $
- Author:
- Gunter Zeilinger
Fields inherited from class org.dcm4che2.iod.module.Module |
dcmobj |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SRDocumentGeneralModule
public SRDocumentGeneralModule(DicomObject dcmobj)
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.