public static enum PBSPrescriptionTypeCode.PBSPrescriptionType extends Enum<PBSPrescriptionTypeCode.PBSPrescriptionType>
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getDisplayName() |
static PBSPrescriptionTypeCode.PBSPrescriptionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PBSPrescriptionTypeCode.PBSPrescriptionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PBSPrescriptionTypeCode.PBSPrescriptionType STANDARD_PRESCRIPTION
public static final PBSPrescriptionTypeCode.PBSPrescriptionType AUTHORITY_PRESCRIPTION
public static final PBSPrescriptionTypeCode.PBSPrescriptionType DENTAL_PRESCRIPTION
public static final PBSPrescriptionTypeCode.PBSPrescriptionType OPTOMETRIST_PRESCRIPTION
public static final PBSPrescriptionTypeCode.PBSPrescriptionType OPTOMETRIST_AUTHORITY_PRESCRIPTION
public static final PBSPrescriptionTypeCode.PBSPrescriptionType NURSE_PRACTITIONER_AND_MIDWIVES_PRESCRIPTION
public static final PBSPrescriptionTypeCode.PBSPrescriptionType NURSE_PRACTITIONER_AND_MIDWIVES_AUTHORITY_PRESCRIPTIO
public static final PBSPrescriptionTypeCode.PBSPrescriptionType PUBLIC_HOSPITAL_PRESCRIPTION
public static final PBSPrescriptionTypeCode.PBSPrescriptionType PUBLIC_HOSPITAL_DENTAL_PRESCRIPTION
public static final PBSPrescriptionTypeCode.PBSPrescriptionType EMERGENCY_TREATMENT_SUPPLY
public static final PBSPrescriptionTypeCode.PBSPrescriptionType NON_PBS_RPBS_PRESCRIPTION__PRIVATE
public static PBSPrescriptionTypeCode.PBSPrescriptionType[] values()
for (PBSPrescriptionTypeCode.PBSPrescriptionType c : PBSPrescriptionTypeCode.PBSPrescriptionType.values()) System.out.println(c);
public static PBSPrescriptionTypeCode.PBSPrescriptionType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getDisplayName()
public String getCode()
Copyright © 2021. All rights reserved.