Uses of Class
org.hl7.fhir.r4.model.codesystems.ReferenceHandlingPolicy
-
Packages that use ReferenceHandlingPolicy Package Description org.hl7.fhir.r4.model.codesystems -
-
Uses of ReferenceHandlingPolicy in org.hl7.fhir.r4.model.codesystems
Methods in org.hl7.fhir.r4.model.codesystems that return ReferenceHandlingPolicy Modifier and Type Method Description static ReferenceHandlingPolicyReferenceHandlingPolicy. fromCode(String codeString)ReferenceHandlingPolicyReferenceHandlingPolicyEnumFactory. fromCode(String codeString)static ReferenceHandlingPolicyReferenceHandlingPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static ReferenceHandlingPolicy[]ReferenceHandlingPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model.codesystems with parameters of type ReferenceHandlingPolicy Modifier and Type Method Description StringReferenceHandlingPolicyEnumFactory. toCode(ReferenceHandlingPolicy code)StringReferenceHandlingPolicyEnumFactory. toSystem(ReferenceHandlingPolicy code)
-