| Package | Description |
|---|---|
| cdac.medinfo.sdk.hl7282.baselibs.segments |
Provides classes which implement segments in HL7 standard.
|
| Modifier and Type | Method and Description |
|---|---|
ED |
STF.getSignature()
Retrieves the Signature.
|
ED |
CER.getSignatureofIssuingAuthority()
Retrieves the Signature of Issuing Authority.
|
ED |
UAC.getUserAuthenticationCredential()
Retrieves the User Authentication Credential.
|
| Modifier and Type | Method and Description |
|---|---|
void |
STF.setSignature(ED objSignature)
Set the Signature.
|
void |
CER.setSignatureofIssuingAuthority(ED objsignatureofIssuingAuthority)
Set the Signature of Issuing Authority.
|
void |
UAC.setUserAuthenticationCredential(ED objUserAuthenticationCredential)
Set the User Authentication Credential.
|