| Constructor and Description |
|---|
ProcedureImpl(Coded name,
PreciseDate startTime,
String comment) |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment()
optional
Additional narrative about the procedure not captured in other
fields.
|
PreciseDate |
getDateTimeStarted()
optional
The start date and/or time for the procedure.
|
UniqueIdentifier |
getID()
A Unique Identifier unless explicitly set
|
Coded |
getName()
The name of the procedure (to be) performed.
|
void |
setID(UniqueIdentifier id)
Explicitly set the Procedure id to something other than a random UUID
|
public ProcedureImpl(Coded name, PreciseDate startTime, String comment)
name - The name of the procedure (to be) performed.startTime - The start date and/or time for the procedure.comment - optional Additional narrative about the procedure not captured
in other fields.public Coded getName()
public String getComment()
getComment in interface Procedurepublic PreciseDate getDateTimeStarted()
getDateTimeStarted in interface Procedurepublic UniqueIdentifier getID()
public void setID(UniqueIdentifier id)
Copyright © 2021. All rights reserved.