org.dicom4j.dicom.CodedAttributes
Class PersonSex

java.lang.Object
  extended by org.dicom4j.dicom.CodedAttributes.support.CodedAttribute
      extended by org.dicom4j.dicom.CodedAttributes.PersonSex

public class PersonSex
extends CodedAttribute

PersonSex

Since:
0.0.3
Author:
Laurent Lecomte

Field Summary
static PersonSex Female
           
static String FEMALE_SEX
           
static PersonSex Male
           
static String MALE_SEX
           
static PersonSex Other
           
static String OTHER_SEX
           
 
Constructor Summary
PersonSex(String aCode, String aValue)
           
 
Method Summary
 
Methods inherited from class org.dicom4j.dicom.CodedAttributes.support.CodedAttribute
getCode, getType, getValue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MALE_SEX

public static final String MALE_SEX
See Also:
Constant Field Values

FEMALE_SEX

public static final String FEMALE_SEX
See Also:
Constant Field Values

OTHER_SEX

public static final String OTHER_SEX
See Also:
Constant Field Values

Female

public static final PersonSex Female

Male

public static final PersonSex Male

Other

public static final PersonSex Other
Constructor Detail

PersonSex

public PersonSex(String aCode,
                 String aValue)


Copyright © 2009 dicom4j. All Rights Reserved.