public enum ContactentityType extends Enum<ContactentityType>
Enum Constant and Description |
---|
ADMIN
Contact details for administrative enquiries.
|
BILL
Contact details for information regarding to billing/general finance enquiries.
|
HR
Contact details for issues related to Human Resources, such as staff matters, OH&S etc.
|
NULL
added to help the parsers
|
PATINF
Generic information contact for patients.
|
PAYOR
Contact details for dealing with issues related to insurance claims/adjudication/payment.
|
PRESS
Dedicated contact point for matters relating to press enquiries.
|
Modifier and Type | Method and Description |
---|---|
static ContactentityType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ContactentityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContactentityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContactentityType BILL
public static final ContactentityType ADMIN
public static final ContactentityType HR
public static final ContactentityType PAYOR
public static final ContactentityType PATINF
public static final ContactentityType PRESS
public static final ContactentityType NULL
public static ContactentityType[] values()
for (ContactentityType c : ContactentityType.values()) System.out.println(c);
public static ContactentityType 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 static ContactentityType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRException
public String toCode()
public String getSystem()
public String getDefinition()
public String getDisplay()
Copyright © 2014–2019 University Health Network. All rights reserved.