public class UncategorisedMedicalHistoryItemImpl extends Object implements UncategorisedMedicalHistoryItem
| Constructor and Description |
|---|
UncategorisedMedicalHistoryItemImpl(String description,
RestrictedTimeInterval timeInterval,
String comment) |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment()
optional
Free text comments providing additional information relevant to the item
in question
|
String |
getDescription()
A description of the problem, diagnosis, intervention or other medical
history item.
|
UniqueIdentifier |
getID()
a random UUID unless explicitly set
This is a technical identifier that is used for system purposes such as
matching.
|
RestrictedTimeInterval |
getTimeInterval()
optional
The date range during which the item applied or occurred.
|
void |
setID(UniqueIdentifier id) |
public UncategorisedMedicalHistoryItemImpl(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 questionpublic String getDescription()
getDescription in interface UncategorisedMedicalHistoryItempublic RestrictedTimeInterval getTimeInterval()
getTimeInterval in interface UncategorisedMedicalHistoryItempublic String getComment()
getComment in interface UncategorisedMedicalHistoryItempublic UniqueIdentifier getID()
getID in interface UncategorisedMedicalHistoryItempublic void setID(UniqueIdentifier id)
Copyright © 2020. All rights reserved.