public static enum SchematronResource.SchematronResources extends Enum<SchematronResource.SchematronResources>
| Modifier and Type | Method and Description |
|---|---|
SchematronResource |
resource() |
static SchematronResource.SchematronResources |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchematronResource.SchematronResources[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchematronResource.SchematronResources ADVANCE_CARE_DIRECTIVE_3A
public static final SchematronResource.SchematronResources PCEHR_DISPENSE_3B
public static final SchematronResource.SchematronResources PCEHR_PRESCRIPTION_3B
public static final SchematronResource.SchematronResources E_PRESCRIPTION_3B
public static final SchematronResource.SchematronResources DISPENSE_RECORD_3B
public static final SchematronResource.SchematronResources DISPENSE_RECORD_3A
public static final SchematronResource.SchematronResources PATHOLOGY_REPORT_3B
public static final SchematronResource.SchematronResources EVENT_SUMMARY_3A
public static final SchematronResource.SchematronResources EVENT_SUMMARY_3B
public static final SchematronResource.SchematronResources SPECIALIST_LETTER_1A
public static final SchematronResource.SchematronResources SPECIALIST_LETTER_1B
public static final SchematronResource.SchematronResources SPECIALIST_LETTER_2
public static final SchematronResource.SchematronResources SPECIALIST_LETTER_3A
public static final SchematronResource.SchematronResources SPECIALIST_LETTER_3B
public static final SchematronResource.SchematronResources DISCHARGE_SUMMARY_1A
public static final SchematronResource.SchematronResources DISCHARGE_SUMMARY_1B
public static final SchematronResource.SchematronResources DISCHARGE_SUMMARY_3A
public static final SchematronResource.SchematronResources DISCHARGE_SUMMARY_3B
public static final SchematronResource.SchematronResources DISCHARGE_SUMMARY_2
public static final SchematronResource.SchematronResources SERVICE_REFERRAL_3A
public static final SchematronResource.SchematronResources SERVICE_REFERRAL_3B
public static final SchematronResource.SchematronResources SERVICE_REFERRAL_2
public static final SchematronResource.SchematronResources SERVICE_REFERRAL_1A
public static final SchematronResource.SchematronResources SERVICE_REFERRAL_1B
public static final SchematronResource.SchematronResources DIAGNOSTIC_IMAGE_REPORT_3B
public static final SchematronResource.SchematronResources E_REFERRAL_1A
public static final SchematronResource.SchematronResources E_REFERRAL_1B
public static final SchematronResource.SchematronResources E_REFERRAL_3A
public static final SchematronResource.SchematronResources PRESCRIPTION_REQUEST_3B
public static final SchematronResource.SchematronResources PSML_3A
public static final SchematronResource.SchematronResources SHARED_HEALTH_SUMMARY_3B
public static SchematronResource.SchematronResources[] values()
for (SchematronResource.SchematronResources c : SchematronResource.SchematronResources.values()) System.out.println(c);
public static SchematronResource.SchematronResources 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 SchematronResource resource()
Copyright © 2021. All rights reserved.