| Package | Description |
|---|---|
| cdac.medinfo.ccdreaderwriter |
This package contains class to facilitate Read and Write operation in Clinical Document
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Medications> |
CCDReader.getMedications()
This method return List of Medications object
|
| Modifier and Type | Method and Description |
|---|---|
void |
CCDWriter.addMedication(java.util.List<Medications> objMedications)
This method is used to add Medications Section in Clinical Document
|