Uses of Class
org.hl7.fhir.dstu3.model.ReferralRequest.ReferralCategory
-
Packages that use ReferralRequest.ReferralCategory Package Description org.hl7.fhir.dstu3.model -
-
Uses of ReferralRequest.ReferralCategory in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type ReferralRequest.ReferralCategory Modifier and Type Field Description protected Enumeration<ReferralRequest.ReferralCategory>ReferralRequest. intentDistinguishes the "level" of authorization/demand implicit in this request.Methods in org.hl7.fhir.dstu3.model that return ReferralRequest.ReferralCategory Modifier and Type Method Description static ReferralRequest.ReferralCategoryReferralRequest.ReferralCategory. fromCode(String codeString)ReferralRequest.ReferralCategoryReferralRequest.ReferralCategoryEnumFactory. fromCode(String codeString)ReferralRequest.ReferralCategoryReferralRequest. getIntent()static ReferralRequest.ReferralCategoryReferralRequest.ReferralCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static ReferralRequest.ReferralCategory[]ReferralRequest.ReferralCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type ReferralRequest.ReferralCategory Modifier and Type Method Description Enumeration<ReferralRequest.ReferralCategory>ReferralRequest.ReferralCategoryEnumFactory. fromType(PrimitiveType<?> code)Enumeration<ReferralRequest.ReferralCategory>ReferralRequest. getIntentElement()Methods in org.hl7.fhir.dstu3.model with parameters of type ReferralRequest.ReferralCategory Modifier and Type Method Description ReferralRequestReferralRequest. setIntent(ReferralRequest.ReferralCategory value)StringReferralRequest.ReferralCategoryEnumFactory. toCode(ReferralRequest.ReferralCategory code)StringReferralRequest.ReferralCategoryEnumFactory. toSystem(ReferralRequest.ReferralCategory code)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type ReferralRequest.ReferralCategory Modifier and Type Method Description ReferralRequestReferralRequest. setIntentElement(Enumeration<ReferralRequest.ReferralCategory> value)
-