Package com.ibm.fhir.model.type.code
Class AuditEventAction
- java.lang.Object
-
- com.ibm.fhir.model.visitor.AbstractVisitable
-
- com.ibm.fhir.model.type.Element
-
- com.ibm.fhir.model.type.String
-
- com.ibm.fhir.model.type.Code
-
- com.ibm.fhir.model.type.code.AuditEventAction
-
- All Implemented Interfaces:
Visitable
@Generated("com.ibm.fhir.tools.CodeGenerator") public class AuditEventAction extends Code
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAuditEventAction.Builderstatic classAuditEventAction.ValueSet
-
Field Summary
Fields Modifier and Type Field Description static AuditEventActionCCreatestatic AuditEventActionDDeletestatic AuditEventActionEExecutestatic AuditEventActionRRead/View/Printstatic AuditEventActionUUpdate
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AuditEventAction.Builderbuilder()static Codecode(String value)Inherited factory method for creating AuditEventAction objects from a passed string value.booleanequals(Object obj)AuditEventAction.ValueSetgetValueAsEnumConstant()inthashCode()static AuditEventActionof(AuditEventAction.ValueSet value)Factory method for creating AuditEventAction objects from a passed enum value.static AuditEventActionof(String value)Factory method for creating AuditEventAction objects from a passed string value.static Stringstring(String value)Inherited factory method for creating AuditEventAction objects from a passed string value.AuditEventAction.BuildertoBuilder()Create a new Builder from the contents of this Element-
Methods inherited from class com.ibm.fhir.model.type.String
getValue, hasChildren
-
Methods inherited from class com.ibm.fhir.model.type.Element
as, getExtension, getId, is
-
-
-
-
Field Detail
-
C
public static final AuditEventAction C
CreateCreate a new database object, such as placing an order.
-
R
public static final AuditEventAction R
Read/View/PrintDisplay or print data, such as a doctor census.
-
U
public static final AuditEventAction U
UpdateUpdate data, such as revise patient information.
-
D
public static final AuditEventAction D
DeleteDelete items, such as a doctor master file record.
-
E
public static final AuditEventAction E
ExecutePerform a system or application function such as log-on, program execution or use of an object's method, or perform a query/search operation.
-
-
Method Detail
-
getValueAsEnumConstant
public AuditEventAction.ValueSet getValueAsEnumConstant()
-
of
public static AuditEventAction of(AuditEventAction.ValueSet value)
Factory method for creating AuditEventAction objects from a passed enum value.
-
of
public static AuditEventAction of(String value)
Factory method for creating AuditEventAction objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
string
public static String string(String value)
Inherited factory method for creating AuditEventAction objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
code
public static Code code(String value)
Inherited factory method for creating AuditEventAction objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
toBuilder
public AuditEventAction.Builder toBuilder()
Description copied from class:ElementCreate a new Builder from the contents of this Element
-
builder
public static AuditEventAction.Builder builder()
-
-