Enum TestscriptProfileDestinationTypes
- java.lang.Object
-
- java.lang.Enum<TestscriptProfileDestinationTypes>
-
- org.hl7.fhir.r4.model.codesystems.TestscriptProfileDestinationTypes
-
- All Implemented Interfaces:
Serializable,Comparable<TestscriptProfileDestinationTypes>
public enum TestscriptProfileDestinationTypes extends Enum<TestscriptProfileDestinationTypes>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description FHIRSDCFORMMANAGERA FHIR server acting as a Structured Data Capture Form Manager.FHIRSDCFORMPROCESSORA FHIR server acting as a Structured Data Capture Form Processor.FHIRSDCFORMRECEIVERA FHIR server acting as a Structured Data Capture Form Receiver.FHIRSERVERGeneral FHIR server used to respond to operations sent from a FHIR client.NULLadded to help the parsers
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TestscriptProfileDestinationTypesfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static TestscriptProfileDestinationTypesvalueOf(String name)Returns the enum constant of this type with the specified name.static TestscriptProfileDestinationTypes[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
FHIRSERVER
public static final TestscriptProfileDestinationTypes FHIRSERVER
General FHIR server used to respond to operations sent from a FHIR client.
-
FHIRSDCFORMMANAGER
public static final TestscriptProfileDestinationTypes FHIRSDCFORMMANAGER
A FHIR server acting as a Structured Data Capture Form Manager.
-
FHIRSDCFORMPROCESSOR
public static final TestscriptProfileDestinationTypes FHIRSDCFORMPROCESSOR
A FHIR server acting as a Structured Data Capture Form Processor.
-
FHIRSDCFORMRECEIVER
public static final TestscriptProfileDestinationTypes FHIRSDCFORMRECEIVER
A FHIR server acting as a Structured Data Capture Form Receiver.
-
NULL
public static final TestscriptProfileDestinationTypes NULL
added to help the parsers
-
-
Method Detail
-
values
public static TestscriptProfileDestinationTypes[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (TestscriptProfileDestinationTypes c : TestscriptProfileDestinationTypes.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static TestscriptProfileDestinationTypes valueOf(String name)
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 TestscriptProfileDestinationTypes fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-