Enum Constant Summary
Enum Constants
Education invalid input: '&' Learning
Financial invalid input: '&' Material aid
General Practice/GP (doctor)
Physical Activity invalid input: '&' Recreation
Specialist Clinical Pathology - requires referral
Specialist Medical - requires referral
Specialist Obstetrics invalid input: '&' Gynecology - requires referral
Specialist Paediatric - requires referral
Alternative invalid input: '&' Complementary Therapies
Specialist Radiology/Imaging - requires referral
Specialist Surgical - requires referral
Crisis Line (GPAH use only)
Test Message (HSD admin use only)
Child Care and/or Kindergarten
Child Protection invalid input: '&' Family Services
added to help the parsers
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Enum Constant Details
_3
Alternative invalid input: '&' Complementary Therapies
_4
Child Care and/or Kindergarten
_6
Child Protection invalid input: '&' Family Services
_36
Crisis Line (GPAH use only)
_13
Education invalid input: '&' Learning
_16
Financial invalid input: '&' Material aid
_17
General Practice/GP (doctor)
_23
Physical Activity invalid input: '&' Recreation
_25
Respite/Carer Support
_26
Specialist Clinical Pathology - requires referral
_27
Specialist Medical - requires referral
_28
Specialist Obstetrics invalid input: '&' Gynecology - requires referral
_29
Specialist Paediatric - requires referral
_30
Specialist Radiology/Imaging - requires referral
_31
Specialist Surgical - requires referral
_37
Test Message (HSD admin use only)
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 name
NullPointerException
- if the argument is null
fromCode
Throws:
org.hl7.fhir.exceptions.FHIRException