public class CCDHeader
extends java.lang.Object
This class has the following attributes:
1. Patient Details (List<PatientDetails>)
2. Author (List<AuthorInfo>)
3. DocumentationOf (List<DocumentationOfInfo>)
4. Organization (OrganizationInfo)
This class provides accessors and mutators for the elements mentioned above.
| Constructor and Description |
|---|
CCDHeader() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AuthorInfo> |
getAuthor()
Returns the List of Author Details.
|
java.util.List<DocumentationOfInfo> |
getDocumentationOf()
Returns the List of DocumentstionOf Details.
|
OrganizationInfo |
getOrganization()
Returns the Organization Details.
|
java.util.List<PatientDetails> |
getPatientDetails()
Returns the List of Patient Details.
|
void |
setOrganization(OrganizationInfo objOrganization)
Sets the Organization Details.
|
public java.util.List<PatientDetails> getPatientDetails()
public java.util.List<AuthorInfo> getAuthor()
public java.util.List<DocumentationOfInfo> getDocumentationOf()
public OrganizationInfo getOrganization()
public void setOrganization(OrganizationInfo objOrganization)
objOrganization - Specifies the Organization Details.