Enum CMPD.QueryPharmacyDocumentsInteractions
- java.lang.Object
-
- java.lang.Enum<CMPD.QueryPharmacyDocumentsInteractions>
-
- org.openehealth.ipf.commons.ihe.fhir.mhd.CMPD.QueryPharmacyDocumentsInteractions
-
- All Implemented Interfaces:
Serializable,Comparable<CMPD.QueryPharmacyDocumentsInteractions>,org.openehealth.ipf.commons.ihe.core.InteractionId,org.openehealth.ipf.commons.ihe.fhir.FhirInteractionId<org.openehealth.ipf.commons.ihe.fhir.audit.FhirQueryAuditDataset>
- Enclosing class:
- CMPD
public static enum CMPD.QueryPharmacyDocumentsInteractions extends Enum<CMPD.QueryPharmacyDocumentsInteractions> implements org.openehealth.ipf.commons.ihe.fhir.FhirInteractionId<org.openehealth.ipf.commons.ihe.fhir.audit.FhirQueryAuditDataset>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description PHARM_5
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openehealth.ipf.commons.ihe.fhir.FhirTransactionConfiguration<org.openehealth.ipf.commons.ihe.fhir.audit.FhirQueryAuditDataset>getFhirTransactionConfiguration()static CMPD.QueryPharmacyDocumentsInteractionsvalueOf(String name)Returns the enum constant of this type with the specified name.static CMPD.QueryPharmacyDocumentsInteractions[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
PHARM_5
public static final CMPD.QueryPharmacyDocumentsInteractions PHARM_5
-
-
Method Detail
-
values
public static CMPD.QueryPharmacyDocumentsInteractions[] 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 (CMPD.QueryPharmacyDocumentsInteractions c : CMPD.QueryPharmacyDocumentsInteractions.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CMPD.QueryPharmacyDocumentsInteractions 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
-
getFhirTransactionConfiguration
public org.openehealth.ipf.commons.ihe.fhir.FhirTransactionConfiguration<org.openehealth.ipf.commons.ihe.fhir.audit.FhirQueryAuditDataset> getFhirTransactionConfiguration()
- Specified by:
getFhirTransactionConfigurationin interfaceorg.openehealth.ipf.commons.ihe.fhir.FhirInteractionId<org.openehealth.ipf.commons.ihe.fhir.audit.FhirQueryAuditDataset>
-
-