| Package | Description |
|---|---|
| cdac.medinfo.sdk.hl7282.baselibs.segments |
Provides classes which implement segments in HL7 standard.
|
| Modifier and Type | Method and Description |
|---|---|
NDL |
OBR.getPrincipalResultInterpreter()
Retrieves the Principal Result Interpreter.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<NDL> |
OBR.getAssistantResultInterpreter()
Retrieves the Assistant Result Interpreter.
|
ISingleCollection<NDL> |
OBR.getTechnician()
Retrieves the Technician.
|
ISingleCollection<NDL> |
OBR.getTranscriptionist()
Retrieves the Transcriptionist.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OBR.addAssistantResultInterpreter(NDL objassistantResultInterpreter)
Add the Assistant Result Interpreter.
|
void |
OBR.addTechnician(NDL objtechnician)
Add the Technician.
|
void |
OBR.addTranscriptionist(NDL objtranscriptionist)
Add the Transcriptionist.
|
void |
OBR.setPrincipalResultInterpreter(NDL objprincipalResultInterpreter)
Set the Principal Result Interpreter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OBR.setAssistantResultInterpreter(ISingleCollection<NDL> objassistantResultInterpreterList)
Set the Assistant Result Interpreter.
|
void |
OBR.setTechnician(ISingleCollection<NDL> objtechnicianList)
set the Technician.
|
void |
OBR.setTranscriptionist(ISingleCollection<NDL> objtranscriptionistList)
Set the Transcriptionist.
|