Enum V3ActSite
- java.lang.Object
-
- java.lang.Enum<V3ActSite>
-
- org.hl7.fhir.r4.model.codesystems.V3ActSite
-
- All Implemented Interfaces:
Serializable,Comparable<V3ActSite>
public enum V3ActSite extends Enum<V3ActSite>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description _HUMANACTSITEAn anatomical location on a human which can be the focus of an act._HUMANSUBSTANCEADMINISTRATIONSITEThe set of body locations to or through which a drug product may be administered.BEbilateral earsBNbilateral naresBUbuttockLAleft armLACleft anterior chestLACFleft antecubital fossaLDleft deltoidLEleft earLEJleft external jugularLFleft footLGleft gluteus mediusLHleft handLIJleft internal jugularLLAQleft lower abd quadrantLLFAleft lower forearmLMFAleft mid forearmLNleft narisLPCleft posterior chestLSCleft subclavianLTleft thighLUAleft upper armLUAQleft upper abd quadrantLUFAleft upper forearmLVGleft ventraglutealLVLleft vastus lateralisNULLadded to help the parsersODright eyeOSleft eyeOUbilateral eyesPAperianalPERINperinealRAright armRACright anterior chestRACFright antecubital fossaRDright deltoidREright earREJright external jugularRFright footRGright gluteus mediusRHright handRIJright internal jugularRLAQright lower abd quadrantRLFAright lower forearmRMFAright mid forearmRNright narisRPCright posterior chestRSCright subclavianRTright thighRUAright upper armRUAQright upper abd quadrantRUFAright upper forearmRVGright ventraglutealRVLright vastus lateralis
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V3ActSitefromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static V3ActSitevalueOf(String name)Returns the enum constant of this type with the specified name.static V3ActSite[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
_HUMANACTSITE
public static final V3ActSite _HUMANACTSITE
An anatomical location on a human which can be the focus of an act.
-
_HUMANSUBSTANCEADMINISTRATIONSITE
public static final V3ActSite _HUMANSUBSTANCEADMINISTRATIONSITE
The set of body locations to or through which a drug product may be administered.
-
-
Method Detail
-
values
public static V3ActSite[] 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 (V3ActSite c : V3ActSite.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static V3ActSite 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
-
fromCode
public static V3ActSite fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-