| Package | Description |
|---|---|
| cdac.medinfo.sdk.hl7282.baselibs |
Provides classes of Primitive and Composite Datatypes.
|
| cdac.medinfo.sdk.hl7282.baselibs.segments |
Provides classes which implement segments in HL7 standard.
|
| Modifier and Type | Method and Description |
|---|---|
FT |
CF.getAlternateFormattedText()
Returns Alternate Formatted Text.
|
FT |
CF.getFormattedText()
Returns Formatted Text.
|
FT |
CF.getSecondAlternateFormattedText()
Returns Second Alternate Formatted Text.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CF.setAlternateFormattedText(FT objFT)
Sets the Alternate Formatted Text.
|
void |
CF.setFormattedText(FT objFT)
Sets the Formatted Text.
|
void |
CF.setSecondAlternateFormattedText(FT objFT)
Sets the Second Alternate Formatted Text.
|
| Modifier and Type | Method and Description |
|---|---|
FT |
PSH.getQuantityDistributedComment()
Retrieves the Quantity Distributed Comment.
|
FT |
PSH.getQuantityinUseComment()
Retrieves the Quantity in Use Comment.
|
FT |
PES.getSenderComment()
Retrieves the Sender Comment.
|
FT |
EQP.getTransactionData()
Retrieves the Transaction Data.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<FT> |
NTE.getComment()
Retrieves the Comment.
|
ISingleCollection<FT> |
ConsentSeg.getConsentBackgroundInformation()
Retrieves the Consent Background Information.
|
ISingleCollection<FT> |
ConsentSeg.getConsenterimposedLimitations()
Retrieves the Consenter-imposed Limitations.
|
ISingleCollection<FT> |
ConsentSeg.getConsentText()
Retrieves the Consent Text.
|
ISingleCollection<FT> |
PEO.getEventDescriptionFromAutopsy()
Retrieves the Event Description From Autopsy.
|
ISingleCollection<FT> |
PEO.getEventDescriptionFromOthers()
Retrieves the Event Description From Others.
|
ISingleCollection<FT> |
PEO.getEventDescriptionFromPatient()
Retrieves the Event Description From Patient.
|
ISingleCollection<FT> |
PEO.getEventDescriptionFromPractitioner()
Retrieves the Event Description From Practitioner.
|
ISingleCollection<FT> |
PEO.getEventFromOriginalReporter()
Retrieves the Event From Original Reporter.
|
ISingleCollection<FT> |
PES.getSenderEventDescription()
Retrieves the Sender Event Description.
|
ISingleCollection<FT> |
ConsentSeg.getSubjectspecificConsentBackgroundText()
Retrieves the Subject-specific Consent Background Text.
|
ISingleCollection<FT> |
ConsentSeg.getSubjectspecificConsentText()
Retrieves the Subject-specific Consent Text.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NTE.addComment(FT objcomment)
Add the Comment.
|
void |
ConsentSeg.addConsentBackgroundInformation(FT objConsentBackgroundInformation)
Set the Consent Background Information.
|
void |
ConsentSeg.addConsenterimposedLimitations(FT objSubjectspecificConsentBackgroundText)
Set the Consenter-imposed Limitations
This field describes any restrictions or limitations placed on their consent by the subject.
|
void |
ConsentSeg.addConsentText(FT objConsentText)
Set the Consent Text.
|
void |
PEO.addEventDescriptionFromAutopsy(FT objEventDescriptionFromAutopsy)
Add the Event Description From Autopsy.
|
void |
PEO.addEventDescriptionFromOthers(FT objeventDescriptionFromOthers)
Add the Event Description From Others.
|
void |
PEO.addEventDescriptionFromPatient(FT eventDescriptionFromPatient)
Add the Event Description From Patient.
|
void |
PEO.addEventDescriptionFromPractitioner(FT objeventDescriptionFromPractitioner)
Add the Event Description From Practitioner.
|
void |
PEO.addEventFromOriginalReporter(FT eventFromOriginalReporter)
Add the Event From Original Reporter.
|
void |
PES.addSenderEventDescription(FT objSenderEventDescription)
Add the Sender Event Description.
|
void |
ConsentSeg.addSubjectspecificConsentBackgroundText(FT objSubjectspecificConsentBackgroundText)
Set the Consent Background Information.
|
void |
ConsentSeg.addSubjectspecificConsentText(FT objSubjectspecificConsentText)
Set the Subject-specific Consent Text.
|
void |
PSH.setQuantityDistributedComment(FT objquantityDistributedComment)
Set the Quantity Distributed Comment.
|
void |
PSH.setQuantityinUseComment(FT objquantityinUseComment)
Set the Quantity in Use Comment.
|
void |
PES.setSenderComment(FT objsenderComment)
Set the Sender Comment.
|
void |
EQP.setTransactionData(FT objTransactionData)
Set the Transaction Data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NTE.setComment(ISingleCollection<FT> objComment)
Set the Comment.
|
void |
ConsentSeg.setConsentBackgroundInformation(ISingleCollection<FT> objConsentBackgroundInformationList)
Set the Consent Background Information.
|
void |
ConsentSeg.setConsenterimposedLimitations(ISingleCollection<FT> objConsenterimposedLimitationsList)
Set the Consenter-imposed Limitations.
|
void |
ConsentSeg.setConsentText(ISingleCollection<FT> objConsentTextList)
Set the Consent Text.
|
void |
PEO.setEventDescriptionFromAutopsy(ISingleCollection<FT> objEventDescriptionFromAutopsyList)
set the Event Description From Autopsy.
|
void |
PEO.setEventDescriptionFromOthers(ISingleCollection<FT> objeventDescriptionFromOthersList)
Set the Event Description From Others.
|
void |
PEO.setEventDescriptionFromPatient(ISingleCollection<FT> eventDescriptionFromPatientList)
set the Event Description From Patient.
|
void |
PEO.setEventDescriptionFromPractitioner(ISingleCollection<FT> objeventDescriptionFromPractitioneList)
Set the Event Description From Practitioner.
|
void |
PEO.setEventFromOriginalReporter(ISingleCollection<FT> eventFromOriginalReporterList)
Set the Event From Original Reporter.
|
void |
PES.setSenderEventDescription(ISingleCollection<FT> objSenderEventDescriptionList)
Set the Sender Event Description.
|
void |
ConsentSeg.setSubjectspecificConsentBackgroundText(ISingleCollection<FT> objConsentBackgroundInformationList)
Set the Consent Background Information.
|
void |
ConsentSeg.setSubjectspecificConsentText(ISingleCollection<FT> objSubjectspecificConsentTextList)
Set the Subject-specific Consent Text.
|