public interface MedicalHistory
| 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.
|
ProblemDiagnoses getProblemDiagnosis()
Procedures getProcedures()
List<UncatagorisedMedicalHistoryItem> getOtherHistoryItems()
Copyright © 2021. All rights reserved.