Interface EventType
-
- All Superinterfaces:
CodedValueType
,Serializable
- All Known Implementing Classes:
EventType.EventTypeImpl
,EventTypeCode
,FhirEventTypeCode
,Hl7v3EventTypeCode
,HpdEventTypeCode
,MllpEventTypeCode
,PpqEventTypeCodes
,XdsEventTypeCode
public interface EventType extends CodedValueType
- Since:
- 3.5
- Author:
- Christian Ohr
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
EventType.EventTypeImpl
-
Method Summary
Static Methods Modifier and Type Method Description static EventType
of(String code, String codeSystemName, String originalText)
static EventType
of(CodedValueType codedValueType)
-
Methods inherited from interface org.openehealth.ipf.commons.audit.types.CodedValueType
getCode, getCodeSystemName, getDisplayName, getOriginalText
-
-