Enum Constant Summary
Enum Constants
General Practice/GP (doctor)
Physical Activity & Recreation
Specialist Clinical Pathology - requires referral
Specialist Medical - requires referral
Specialist Obstetrics & Gynaecology - requires referral
Specialist Paediatric - requires referral
Alternative & 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 & 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 & Complementary Therapies
_4
Child Care and/or Kindergarten
_6
Child Protection & Family Services
_36
Crisis Line (GPAH use only)
_16
Financial & Material aid
_17
General Practice/GP (doctor)
_23
Physical Activity & Recreation
_25
Respite/Carer Support
_26
Specialist Clinical Pathology - requires referral
_27
Specialist Medical - requires referral
_28
Specialist Obstetrics & Gynaecology - 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