org.dcm4che2.iod.module.sr
Class Participant

java.lang.Object
  extended by org.dcm4che2.iod.module.Module
      extended by org.dcm4che2.iod.module.sr.InsitutionNameAndCode
          extended by org.dcm4che2.iod.module.sr.IdentifiedPersonOrDevice
              extended by org.dcm4che2.iod.module.sr.Participant

public class Participant
extends IdentifiedPersonOrDevice

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

Field Summary
 
Fields inherited from class org.dcm4che2.iod.module.Module
dcmobj
 
Constructor Summary
Participant()
           
Participant(DicomObject dcmobj)
           
 
Method Summary
 java.util.Date getParticipationDateTime()
           
 java.lang.String getParticipationType()
           
 void setParticipationDateTime(java.util.Date dt)
           
 void setParticipationType(java.lang.String s)
           
static Participant[] toParticipants(DicomElement sq)
           
 
Methods inherited from class org.dcm4che2.iod.module.sr.IdentifiedPersonOrDevice
getDeviceUID, getManufacturer, getManufacturerModelName, getObserverType, getPersonIdentificationCode, getPersonName, getStationName, setDeviceUID, setManufacturer, setManufacturerModelName, setObserverType, setPersonIdentificationCode, setPersonName, setStationName
 
Methods inherited from class org.dcm4che2.iod.module.sr.InsitutionNameAndCode
getInstitutionCode, getInstitutionName, setInstitutionCode, setInstitutionName
 
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

Participant

public Participant(DicomObject dcmobj)

Participant

public Participant()
Method Detail

toParticipants

public static Participant[] toParticipants(DicomElement sq)

getParticipationType

public java.lang.String getParticipationType()

setParticipationType

public void setParticipationType(java.lang.String s)

getParticipationDateTime

public java.util.Date getParticipationDateTime()

setParticipationDateTime

public void setParticipationDateTime(java.util.Date dt)


Copyright © 2011 dcm4che. All Rights Reserved.