public class ProblemDiagnosesImpl extends ExclusionStatementImpl implements ProblemDiagnoses
| Constructor and Description |
|---|
ProblemDiagnosesImpl(Coded exclusionStatement) |
ProblemDiagnosesImpl(List<ProblemDiagnosis> diagnoses) |
| Modifier and Type | Method and Description |
|---|---|
List<ProblemDiagnosis> |
getDiagnoses()
The problems and/or diagnoses that form part of the current and past
medical history of the subject of care.
|
static ProblemDiagnoses |
noneKnown()
Convenience method for a likely case.
|
getExclusionStatement, getGlobalStatement, getID, setExclusionStatement, setGlobalStatement, setIDclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExclusionStatement, getGlobalStatement, getID, setExclusionStatement, setGlobalStatementpublic ProblemDiagnosesImpl(Coded exclusionStatement)
exclusionStatement - Statements that positively assert that the patient does not
have the problem or diagnosis.public ProblemDiagnosesImpl(List<ProblemDiagnosis> diagnoses)
diagnoses - The problems and/or diagnoses that form part of the current and past
medical history of the subject of care.public static ProblemDiagnoses noneKnown()
public List<ProblemDiagnosis> getDiagnoses()
getDiagnoses in interface ProblemDiagnosesCopyright © 2021. All rights reserved.