Enum TestscriptOperationCodes
java.lang.Object
java.lang.Enum<TestscriptOperationCodes>
org.hl7.fhir.dstu3.model.codesystems.TestscriptOperationCodes
- All Implemented Interfaces:
Serializable
,Comparable<TestscriptOperationCodes>
-
Enum Constant Summary
Enum ConstantDescriptionRealize a definition in a specific contextUpdate, create or delete a set of resources as independent actions.Cancel TaskGet a capability statement for the system.Closure Table MaintenanceCode Composition based on supplied propertiesTest if a server implements a client's required operationsCreate a new resource with a server assigned id.Aggregates and return the parameters and data requirements as a single module definition libraryDelete a resource.Conditionally delete one or more resources based on search parameters.Conditionally delete a single resource based on search parameters.Generate a DocumentEvaluate DecisionSupportRule / DecisionSupportServiceModuleEvaluate MeasureFetch Encounter/Patient RecordValue Set ExpansionFail TaskFind a functional listFinish TaskRetrieve the change history for a particular resource or resource type.Test if a server implements a client's required operationsConcept Look UpFind patient matches using MPI based logicAccess a list of profiles, tags, and security labelsAdd profiles, tags, and security labels to a resourceDelete profiles, tags, and security labels for a resourceadded to help the parsersPopulate QuestionnaireGenerate HTML for QuestionnaireGenerate a link to a Questionnaire completion webpageProcess MessageBuild QuestionnaireRead the current state of the resource.Release TaskReserve TaskResume TaskSearch based on some filter criteria.Set Task InputSet Task OutputStart TaskObservation StatisticsStop TaskFetch a subset of the CapabilityStatement resourceDetermine if code A is subsumed by code BSuspend TaskUpdate, create or delete a set of resources as a single transaction.Model Instance TransformationConcept TranslationUpdate an existing resource by its id.Update an existing resource by its id (or create it if it is new).Validate a resourceValue Set based ValidationRead the state of a specific version of the resource. -
Method Summary
Modifier and TypeMethodDescriptionstatic TestscriptOperationCodes
toCode()
static TestscriptOperationCodes
Returns the enum constant of this type with the specified name.static TestscriptOperationCodes[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
READ
Read the current state of the resource. -
VREAD
Read the state of a specific version of the resource. -
UPDATE
Update an existing resource by its id. -
UPDATECREATE
Update an existing resource by its id (or create it if it is new). -
DELETE
Delete a resource. -
DELETECONDSINGLE
Conditionally delete a single resource based on search parameters. -
DELETECONDMULTIPLE
Conditionally delete one or more resources based on search parameters. -
HISTORY
Retrieve the change history for a particular resource or resource type. -
CREATE
Create a new resource with a server assigned id. -
SEARCH
Search based on some filter criteria. -
BATCH
Update, create or delete a set of resources as independent actions. -
TRANSACTION
Update, create or delete a set of resources as a single transaction. -
CAPABILITIES
Get a capability statement for the system. -
APPLY
Realize a definition in a specific context -
CANCEL
Cancel Task -
CLOSURE
Closure Table Maintenance -
COMPOSE
Code Composition based on supplied properties -
CONFORMS
Test if a server implements a client's required operations -
DATAREQUIREMENTS
Aggregates and return the parameters and data requirements as a single module definition library -
DOCUMENT
Generate a Document -
EVALUATE
Evaluate DecisionSupportRule / DecisionSupportServiceModule -
EVALUATEMEASURE
Evaluate Measure -
EVERYTHING
Fetch Encounter/Patient Record -
EXPAND
Value Set Expansion -
FAIL
Fail Task -
FIND
Find a functional list -
FINISH
Finish Task -
IMPLEMENTS
Test if a server implements a client's required operations -
LOOKUP
Concept Look Up -
MATCH
Find patient matches using MPI based logic -
META
Access a list of profiles, tags, and security labels -
METAADD
Add profiles, tags, and security labels to a resource -
METADELETE
Delete profiles, tags, and security labels for a resource -
POPULATE
Populate Questionnaire -
POPULATEHTML
Generate HTML for Questionnaire -
POPULATELINK
Generate a link to a Questionnaire completion webpage -
PROCESSMESSAGE
Process Message -
QUESTIONNAIRE
Build Questionnaire -
RELEASE
Release Task -
RESERVE
Reserve Task -
RESUME
Resume Task -
SETINPUT
Set Task Input -
SETOUTPUT
Set Task Output -
START
Start Task -
STATS
Observation Statistics -
STOP
Stop Task -
SUBSET
Fetch a subset of the CapabilityStatement resource -
SUBSUMES
Determine if code A is subsumed by code B -
SUSPEND
Suspend Task -
TRANSFORM
Model Instance Transformation -
TRANSLATE
Concept Translation -
VALIDATE
Validate a resource -
VALIDATECODE
Value Set based Validation -
NULL
added to help the parsers
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
fromCode
public static TestscriptOperationCodes fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-