| Package | Description |
|---|---|
| cdac.medinfo.ccd.narrativeblock |
This package contains classes to create narrative block in clinical document
|
| cdac.medinfo.ccd.templates |
This package contains template classes used in clinical document generation
|
| cdac.medinfo.enrty |
This package contains class to create entry data in Clinical Document
|
| Modifier and Type | Method and Description |
|---|---|
Author |
ObjectFactory.createAuthor()
Create an instance of
Author |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Author> |
Supply.getAuthor()
Gets the value of the author property.
|
java.util.List<Author> |
SubstanceAdministration.getAuthor()
Gets the value of the author property.
|
java.util.List<Author> |
Section.getAuthor()
Gets the value of the author property.
|
java.util.List<Author> |
RegionOfInterest.getAuthor()
Gets the value of the author property.
|
java.util.List<Author> |
Procedure.getAuthor()
Gets the value of the author property.
|
java.util.List<Author> |
Organizer.getAuthor()
Gets the value of the author property.
|
java.util.List<Author> |
ObservationMedia.getAuthor()
Gets the value of the author property.
|
java.util.List<Author> |
Observation.getAuthor()
Gets the value of the author property.
|
java.util.List<Author> |
Encounter.getAuthor()
Gets the value of the author property.
|
java.util.List<Author> |
ClinicalDocument.getAuthor()
Gets the value of the author property.
|
java.util.List<Author> |
Act.getAuthor()
Gets the value of the author property.
|
| Modifier and Type | Method and Description |
|---|---|
Author |
HeaderEntry.populateAuthor(AuthorInfo objAuthor)
This method is used to create and add Author data in CCD Header
|