public class UncatagorisedMedicalHistoryItemImpl extends Object implements UncatagorisedMedicalHistoryItem
| Constructor and Description |
|---|
UncatagorisedMedicalHistoryItemImpl(String description,
RestrictedTimeInterval timeInterval,
String comment) |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment()
Optional.
|
String |
getDescription()
A description of the problem, diagnosis, intervention or other medical
history item.
|
UniqueIdentifier |
getID()
A random UUID unless explicitly set.
|
RestrictedTimeInterval |
getTimeInterval()
Optional.
|
void |
setID(UniqueIdentifier id) |
public UncatagorisedMedicalHistoryItemImpl(String description, RestrictedTimeInterval timeInterval, String comment)
description - A description of the problem, diagnosis, intervention or other
medical history item.timeInterval - optional
The date range during which the item applied or occurred.comment - optional
Free text comments providing additional information relevant to the item
in question.public String getDescription()
getDescription in interface UncatagorisedMedicalHistoryItempublic RestrictedTimeInterval getTimeInterval()
getTimeInterval in interface UncatagorisedMedicalHistoryItempublic String getComment()
getComment in interface UncatagorisedMedicalHistoryItempublic UniqueIdentifier getID()
getID in interface UncatagorisedMedicalHistoryItempublic void setID(UniqueIdentifier id)
Copyright © 2021. All rights reserved.