| Package | Description |
|---|---|
| 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 |
|---|---|
static AD |
PopulateDataType.populateAD(Address objParticipantAddr)
This method is used to populate AD Data types which specifies Mailing and home or office addresses.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Address> |
OrganizationInfo.getAddr()
Returns the Address Details.
|
java.util.List<Address> |
CareGiver.getCareGiverAddress()
Returns the List of Care Giver Address.
|
java.util.List<Address> |
EmergencyContact.getEmergencyContactAddress()
Returns list of the Emergency Contact Address.
|
java.util.List<Address> |
Participant.getParticipantAddress()
Returns the list od the Participant Address.
|
java.util.List<Address> |
PatientDetails.getPersonalAddress()
Returns list of the Personal Address of Patient.
|