| 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
|
| Modifier and Type | Method and Description |
|---|---|
Person |
ObjectFactory.createPerson()
Create an instance of
Person |
| Modifier and Type | Method and Description |
|---|---|
Person |
AssignedEntity.getAssignedPerson()
Gets the value of the assignedPerson property.
|
Person |
AssignedAuthor.getAssignedPerson()
Gets the value of the assignedPerson property.
|
Person |
AssociatedEntity.getAssociatedPerson()
Gets the value of the associatedPerson property.
|
Person |
Guardian.getGuardianPerson()
Gets the value of the guardianPerson property.
|
Person |
IntendedRecipient.getInformationRecipient()
Gets the value of the informationRecipient property.
|
Person |
MaintainedEntity.getMaintainingPerson()
Gets the value of the maintainingPerson property.
|
Person |
RelatedEntity.getRelatedPerson()
Gets the value of the relatedPerson property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssignedEntity.setAssignedPerson(Person value)
Sets the value of the assignedPerson property.
|
void |
AssignedAuthor.setAssignedPerson(Person value)
Sets the value of the assignedPerson property.
|
void |
AssociatedEntity.setAssociatedPerson(Person value)
Sets the value of the associatedPerson property.
|
void |
Guardian.setGuardianPerson(Person value)
Sets the value of the guardianPerson property.
|
void |
IntendedRecipient.setInformationRecipient(Person value)
Sets the value of the informationRecipient property.
|
void |
MaintainedEntity.setMaintainingPerson(Person value)
Sets the value of the maintainingPerson property.
|
void |
RelatedEntity.setRelatedPerson(Person value)
Sets the value of the relatedPerson property.
|