| Package | Description |
|---|---|
| cdac.medinfo.sdk.hl7282.baselibs |
Provides classes of Primitive and Composite Datatypes.
|
| Modifier and Type | Method and Description |
|---|---|
SNM |
XTN.getAreaCityCode()
Returns Area/City Code
|
SNM |
XTN.getCountryCode()
Returns Country Code
|
SNM |
XTN.getExtension()
Returns Extension
|
SNM |
XTN.getLocalNumber()
Returns Local Number
|
| Modifier and Type | Method and Description |
|---|---|
void |
XTN.setAreaCityCode(SNM objSNM)
Sets the AreaCityCode.
|
void |
XTN.setCountryCode(SNM objSNM)
Sets the CountryCode.
|
void |
XTN.setExtension(SNM objSNM)
Sets the Extension.
|
void |
XTN.setLocalNumber(SNM objSNM)
Sets the LocalNumber.
|