Enum TestscriptOperationCodes
- All Implemented Interfaces:
Serializable
,Comparable<TestscriptOperationCodes>
-
Enum Constant Summary
Enum ConstantDescriptionRealizes an ActivityDefinition in a specific contextUpdate, create or delete a set of resources as independent actions.Get a capability statement for the system.Closure Table MaintenanceCompare two systems CapabilityStatementsCreate a new resource with a server assigned id.Aggregates and returns the parameters and data requirements for a resource and all its dependencies as a single module definitionDelete a resource.Conditionally delete one or more resources based on search parameters.Conditionally delete a single resource based on search parameters.Generate a DocumentRequest clinical decision support guidance based on a specific decision support moduleInvoke an eMeasure and obtain the resultsReturn all the related information as described in the Encounter or PatientValue Set ExpansionFind a functional listFinding Codes based on supplied propertiesInvoke a GraphQL queryRetrieve the change history for a particular resource or resource type.Test if a server implements a client's required operationsLast N Observations QueryConcept Look Up and DecompositionFind 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 parsersPatch an existing resource by its id.Populate QuestionnaireGenerate HTML for QuestionnaireGenerate a link to a Questionnaire completion webpageProcess a message according to the defined eventBuild QuestionnaireRead the current state of the resource.Search based on some filter criteria.Observation StatisticsFetch a subset of the CapabilityStatement resourceCodeSystem Subsumption TestingUpdate, 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 resourceValueSet 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). -
PATCH
Patch an existing resource by its id. -
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
Realizes an ActivityDefinition in a specific context -
CLOSURE
Closure Table Maintenance -
FINDMATCHES
Finding Codes based on supplied properties -
CONFORMS
Compare two systems CapabilityStatements -
DATAREQUIREMENTS
Aggregates and returns the parameters and data requirements for a resource and all its dependencies as a single module definition -
DOCUMENT
Generate a Document -
EVALUATE
Request clinical decision support guidance based on a specific decision support module -
EVALUATEMEASURE
Invoke an eMeasure and obtain the results -
EVERYTHING
Return all the related information as described in the Encounter or Patient -
EXPAND
Value Set Expansion -
FIND
Find a functional list -
GRAPHQL
Invoke a GraphQL query -
IMPLEMENTS
Test if a server implements a client's required operations -
LASTN
Last N Observations Query -
LOOKUP
Concept Look Up and Decomposition -
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 a message according to the defined event -
QUESTIONNAIRE
Build Questionnaire -
STATS
Observation Statistics -
SUBSET
Fetch a subset of the CapabilityStatement resource -
SUBSUMES
CodeSystem Subsumption Testing -
TRANSFORM
Model Instance Transformation -
TRANSLATE
Concept Translation -
VALIDATE
Validate a resource -
VALIDATECODE
ValueSet 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
-