| Constructor and Description |
|---|
ProcedureImpl() |
ProcedureImpl(Coded procedureName,
RestrictedTimeInterval procedureDateTime,
String comment) |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
RestrictedTimeInterval |
getProcedureDateTime() |
Coded |
getProcedureName() |
boolean |
isShowOngoingInNarrative() |
void |
setComment(String comment) |
void |
setProcedureDateTime(RestrictedTimeInterval procedureDateTime) |
void |
setProcedureName(Coded procedureName) |
void |
setShowOngoingNarrative(boolean showOngoingNarrative) |
public ProcedureImpl(Coded procedureName, RestrictedTimeInterval procedureDateTime, String comment)
public ProcedureImpl()
public boolean isShowOngoingInNarrative()
isShowOngoingInNarrative in interface Procedurepublic Coded getProcedureName()
getProcedureName in interface Procedurepublic void setProcedureName(Coded procedureName)
setProcedureName in interface Procedurepublic RestrictedTimeInterval getProcedureDateTime()
getProcedureDateTime in interface Procedurepublic void setProcedureDateTime(RestrictedTimeInterval procedureDateTime)
setProcedureDateTime in interface Procedurepublic String getComment()
getComment in interface Procedurepublic void setComment(String comment)
setComment in interface Procedurepublic void setShowOngoingNarrative(boolean showOngoingNarrative)
setShowOngoingNarrative in interface ProcedureCopyright © 2021. All rights reserved.