| Package | Description | 
|---|---|
| org.dcm4che3.data | 
 Lower level classes that deal with the DICOM Data Dictionary (PS 3.6). 
 | 
| org.dcm4che3.io | 
 Classes for reading and writing DICOM files. 
 | 
| org.dcm4che3.json | 
 Classes for dealing with JSON (Javascript Simple Object Notation). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static PersonName.Group | 
PersonName.Group.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static PersonName.Group[] | 
PersonName.Group.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
PersonName.contains(PersonName.Group g)  | 
boolean | 
PersonName.contains(PersonName.Group g,
        PersonName.Component c)  | 
String | 
PersonName.get(PersonName.Group g,
   PersonName.Component c)  | 
void | 
PersonName.set(PersonName.Group g,
   PersonName.Component c,
   String s)  | 
String | 
PersonName.toString(PersonName.Group g,
        boolean trim)  | 
| Modifier and Type | Field and Description | 
|---|---|
private PersonName.Group | 
ContentHandlerAdapter.pnGroup  | 
| Modifier and Type | Method and Description | 
|---|---|
private void | 
ContentHandlerAdapter.startPNGroup(PersonName.Group pnGroup)  | 
private void | 
SAXWriter.writePNGroup(String qname,
            PersonName pn,
            PersonName.Group group)  | 
| Modifier and Type | Field and Description | 
|---|---|
private EnumMap<PersonName.Group,String> | 
JSONReader.pnGroups  | 
| Modifier and Type | Method and Description | 
|---|---|
private void | 
JSONWriter.writePNGroup(String name,
            PersonName pn,
            PersonName.Group group)  | 
Copyright © 2017 dcm4che.org. All rights reserved.