| 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 |
|---|---|
PN |
ObjectFactory.createPN()
Create an instance of
PN |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PN> |
SubjectPerson.getName()
Gets the value of the name property.
|
java.util.List<PN> |
PlayingEntity.getName()
Gets the value of the name property.
|
java.util.List<PN> |
Person.getName()
Gets the value of the name property.
|
java.util.List<PN> |
Patient.getName()
Gets the value of the name property.
|
| 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.
|
static PN |
PopulateDataType.populateNameList(java.lang.String prefix,
java.lang.String given,
java.lang.String family,
java.lang.String suffix)
This method is used to populate PN Data types which specifies A name for a person.
|
static PN |
PopulateDataType.populatePN(java.lang.String property)
This method is used to populate PN Data types which specifies A name for a person.
|