| Package | Description |
|---|---|
| cdac.medinfo.ccd.datatype |
This package contains data type classes used in clinical document generation
|
| 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 |
|---|---|
TEL |
ED.getReference()
Gets the value of the reference property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ED.setReference(TEL value)
Sets the value of the reference property.
|
| Modifier and Type | Method and Description |
|---|---|
TEL |
ObjectFactory.createTEL()
Create an instance of
TEL |
| Modifier and Type | Method and Description |
|---|---|
TEL |
CustodianOrganization.getTelecom()
Gets the value of the telecom property.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TEL> |
RelatedSubject.getTelecom()
Gets the value of the telecom property.
|
java.util.List<TEL> |
RelatedEntity.getTelecom()
Gets the value of the telecom property.
|
java.util.List<TEL> |
PatientRole.getTelecom()
Gets the value of the telecom property.
|
java.util.List<TEL> |
ParticipantRole.getTelecom()
Gets the value of the telecom property.
|
java.util.List<TEL> |
Organization.getTelecom()
Gets the value of the telecom property.
|
java.util.List<TEL> |
IntendedRecipient.getTelecom()
Gets the value of the telecom property.
|
java.util.List<TEL> |
Guardian.getTelecom()
Gets the value of the telecom property.
|
java.util.List<TEL> |
AssociatedEntity.getTelecom()
Gets the value of the telecom property.
|
java.util.List<TEL> |
AssignedEntity.getTelecom()
Gets the value of the telecom property.
|
java.util.List<TEL> |
AssignedAuthor.getTelecom()
Gets the value of the telecom property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustodianOrganization.setTelecom(TEL value)
Sets the value of the telecom property.
|
| Modifier and Type | Method and Description |
|---|---|
static TEL |
PopulateDataType.populateTEL(Contact objContact)
This method is used to populate TEL Data types an identifier a telephone number (voice or fax), e-mail address,
or other locator for a resource (information or service)mediated by telecommunication equipment.
|
static TEL |
PopulateDataType.populateTEl(java.lang.String telcom)
This method is used to populate TEL Data types an identifier a telephone number (voice or fax), e-mail address,
or other locator for a resource (information or service)mediated by telecommunication equipment.
|