Interface EventId
-
- All Superinterfaces:
CodedValueType
,Serializable
- All Known Implementing Classes:
EventId.EventIdImpl
,EventIdCode
,FhirEventIdCode
,IHEEventIdCode
public interface EventId extends CodedValueType
- Since:
- 3.5
- Author:
- Christian Ohr
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
EventId.EventIdImpl
-
Method Summary
Static Methods Modifier and Type Method Description static EventId
of(String code, String codeSystemName, String originalText)
static EventId
of(CodedValueType codedValueType)
-
Methods inherited from interface org.openehealth.ipf.commons.audit.types.CodedValueType
getCode, getCodeSystemName, getDisplayName, getOriginalText
-
-