| Package | Description |
|---|---|
| cdac.medinfo.ccdreaderwriter |
This package contains class to facilitate Read and Write operation in Clinical Document
|
| cdac.medinfo.enrty |
This package contains class to create entry data in Clinical Document
|
| cdac.medinfo.model |
This package contains model classes of header & sections
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PatientDetails> |
CCDReader.getPatientDetails()
This method return List of Patient Details
|
| Modifier and Type | Method and Description |
|---|---|
static PN |
PopulateDataType.populateNameList(PatientDetails objPatientDetails)
This method is used to populate PN Data types which specifies A name for a person.
|
RecordTarget |
HeaderEntry.populateRecordTarget(PatientDetails objPatientDetails)
This method is used to create and add Record Target data in Header
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PatientDetails> |
CCDHeader.getPatientDetails()
Returns the List of Patient Details.
|