org.dcm4che2.iod.module.macro
Class PersonIdentification

java.lang.Object
  extended by org.dcm4che2.iod.module.Module
      extended by org.dcm4che2.iod.module.macro.PersonIdentification

public class PersonIdentification
extends Module

Since:
Jun 10, 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
PersonIdentification()
           
PersonIdentification(DicomObject dcmobj)
           
 
Method Summary
 java.lang.String getInstitutionAddress()
           
 Code getInstitutionCode()
           
 java.lang.String getInstitutionName()
           
 java.lang.String getPersonAddress()
           
 Code getPersonIdentificationCode()
           
 java.lang.String[] getPersonTelephoneNumbers()
           
 void setInstitutionAddress(java.lang.String s)
           
 void setInstitutionCode(Code code)
           
 void setInstitutionName(java.lang.String s)
           
 void setPersonAddress(java.lang.String s)
           
 void setPersonIdentificationCode(Code code)
           
 void setPersonTelephoneNumbers(java.lang.String[] ss)
           
static PersonIdentification[] toPersonIdentifications(DicomElement sq)
           
 
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

PersonIdentification

public PersonIdentification(DicomObject dcmobj)

PersonIdentification

public PersonIdentification()
Method Detail

toPersonIdentifications

public static PersonIdentification[] toPersonIdentifications(DicomElement sq)

getPersonIdentificationCode

public Code getPersonIdentificationCode()

setPersonIdentificationCode

public void setPersonIdentificationCode(Code code)

getPersonAddress

public java.lang.String getPersonAddress()

setPersonAddress

public void setPersonAddress(java.lang.String s)

getPersonTelephoneNumbers

public java.lang.String[] getPersonTelephoneNumbers()

setPersonTelephoneNumbers

public void setPersonTelephoneNumbers(java.lang.String[] ss)

getInstitutionName

public java.lang.String getInstitutionName()

setInstitutionName

public void setInstitutionName(java.lang.String s)

getInstitutionAddress

public java.lang.String getInstitutionAddress()

setInstitutionAddress

public void setInstitutionAddress(java.lang.String s)

getInstitutionCode

public Code getInstitutionCode()

setInstitutionCode

public void setInstitutionCode(Code code)


Copyright © 2011 dcm4che. All Rights Reserved.