public class MedicalHistoryImpl extends Object implements MedicalHistory
| Constructor and Description |
|---|
MedicalHistoryImpl(ProblemDiagnoses problemDiagnoses,
Procedures procedures,
List<UncatagorisedMedicalHistoryItem> otherMedicalHistory)
MedicationHistoryImpl
The past and current medical history of the subject of care which is relevant to the clinical event. |
| Modifier and Type | Method and Description |
|---|---|
List<UncatagorisedMedicalHistoryItem> |
getOtherHistoryItems()
A medical history entry which cannot be categorised into one of the
categories such as Procedure and Problem/Diagnosis.
|
ProblemDiagnoses |
getProblemDiagnosis()
The problems and/or diagnoses that form part of the
current and past medical history of the subject of care.
|
Procedures |
getProcedures()
A clinical activity carried out for therapeutic, evaluative,
investigative, screening or diagnostic purposes.
|
public MedicalHistoryImpl(ProblemDiagnoses problemDiagnoses, Procedures procedures, List<UncatagorisedMedicalHistoryItem> otherMedicalHistory)
ProblemDiagnoses and procedures require exclusion statements if no information is available.
problemDiagnoses - The problems and/or diagnoses that form part of the current
and past medical history of the subject of care.procedures - A clinical activity carried out for therapeutic, evaluative,
investigative, screening or diagnostic purposes.otherMedicalHistory - MEDICAL HISTORY ITEM
A medical history entry which cannot be categorised into one
of the categories such as Procedure and Problem/Diagnosis.public ProblemDiagnoses getProblemDiagnosis()
getProblemDiagnosis in interface MedicalHistorypublic Procedures getProcedures()
getProcedures in interface MedicalHistorypublic List<UncatagorisedMedicalHistoryItem> getOtherHistoryItems()
getOtherHistoryItems in interface MedicalHistoryCopyright © 2021. All rights reserved.