
Uses of Class
ca.uhn.fhir.model.dstu2.composite.BoundCodeableConceptDt
Packages that use BoundCodeableConceptDt
-
Uses of BoundCodeableConceptDt in ca.uhn.fhir.model.dstu2.composite
Methods in ca.uhn.fhir.model.dstu2.composite that return BoundCodeableConceptDtModifier and TypeMethodDescriptionTimingDt.getCode()
Gets the value(s) for code ().IdentifierDt.getType()
Gets the value(s) for type ().Methods in ca.uhn.fhir.model.dstu2.composite with parameters of type BoundCodeableConceptDtModifier and TypeMethodDescriptionTimingDt.setCode
(BoundCodeableConceptDt<TimingAbbreviationEnum> theValue) Sets the value(s) for code ()IdentifierDt.setType
(BoundCodeableConceptDt<IdentifierTypeCodesEnum> theValue) Sets the value(s) for type () -
Uses of BoundCodeableConceptDt in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return BoundCodeableConceptDtModifier and TypeMethodDescriptionSubstance.addCategory()
Add a value for category (class)Substance.addCategory
(SubstanceCategoryCodesEnum theValue) Add a value for category (class) using an enumerated type.AppointmentResponse.addParticipantType()
Add a value for participantType ()AppointmentResponse.addParticipantType
(ParticipantTypeEnum theValue) Add a value for participantType () using an enumerated type.HealthcareService.addReferralMethod()
Add a value for referralMethod ()HealthcareService.addReferralMethod
(ReferralMethodEnum theValue) Add a value for referralMethod () using an enumerated type.Conformance.RestSecurity.addService()
Add a value for service ()Conformance.RestSecurity.addService
(RestfulSecurityServiceEnum theValue) Add a value for service () using an enumerated type.HealthcareService.addServiceProvisionCode()
Add a value for serviceProvisionCode ()HealthcareService.addServiceProvisionCode
(ServiceProvisionConditionsEnum theValue) Add a value for serviceProvisionCode () using an enumerated type.Appointment.Participant.addType()
Add a value for type ()Appointment.Participant.addType
(ParticipantTypeEnum theValue) Add a value for type () using an enumerated type.Encounter.Participant.addType()
Add a value for type ()Encounter.Participant.addType
(ParticipantTypeEnum theValue) Add a value for type () using an enumerated type.Encounter.Hospitalization.getAdmitSource()
Gets the value(s) for admitSource ().Condition.getCategory()
Gets the value(s) for category ().Substance.getCategoryFirstRep()
Gets the first repetition for category (class), creating it if it does not already exist.Patient.getMaritalStatus()
Gets the value(s) for maritalStatus ().ListResource.getOrderedBy()
Gets the value(s) for orderedBy ().AppointmentResponse.getParticipantTypeFirstRep()
Gets the first repetition for participantType (), creating it if it does not already exist.Goal.getPriority()
Gets the value(s) for priority ().HealthcareService.getReferralMethodFirstRep()
Gets the first repetition for referralMethod (), creating it if it does not already exist.Conformance.RestSecurity.getServiceFirstRep()
Gets the first repetition for service (), creating it if it does not already exist.HealthcareService.getServiceProvisionCodeFirstRep()
Gets the first repetition for serviceProvisionCode (), creating it if it does not already exist.ImagingObjectSelection.getTitle()
Gets the value(s) for title ().Location.getType()
Gets the value(s) for type (class).NamingSystem.getType()
Gets the value(s) for type ().Appointment.Participant.getTypeFirstRep()
Gets the first repetition for type (), creating it if it does not already exist.Encounter.Participant.getTypeFirstRep()
Gets the first repetition for type (), creating it if it does not already exist.Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type BoundCodeableConceptDtModifier and TypeMethodDescriptionSubstance.getCategory()
Gets the value(s) for category (class).AppointmentResponse.getParticipantType()
Gets the value(s) for participantType ().HealthcareService.getReferralMethod()
Gets the value(s) for referralMethod ().Conformance.RestSecurity.getService()
Gets the value(s) for service ().HealthcareService.getServiceProvisionCode()
Gets the value(s) for serviceProvisionCode ().Appointment.Participant.getType()
Gets the value(s) for type ().Encounter.Participant.getType()
Gets the value(s) for type ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type BoundCodeableConceptDtModifier and TypeMethodDescriptionEncounter.Hospitalization.setAdmitSource
(BoundCodeableConceptDt<AdmitSourceEnum> theValue) Sets the value(s) for admitSource ()Condition.setCategory
(BoundCodeableConceptDt<ConditionCategoryCodesEnum> theValue) Sets the value(s) for category ()Patient.setMaritalStatus
(BoundCodeableConceptDt<MaritalStatusCodesEnum> theValue) Sets the value(s) for maritalStatus ()ListResource.setOrderedBy
(BoundCodeableConceptDt<ListOrderCodesEnum> theValue) Sets the value(s) for orderedBy ()Goal.setPriority
(BoundCodeableConceptDt<GoalPriorityEnum> theValue) Sets the value(s) for priority ()ImagingObjectSelection.setTitle
(BoundCodeableConceptDt<KOStitleEnum> theValue) Sets the value(s) for title ()Location.setType
(BoundCodeableConceptDt<LocationTypeEnum> theValue) Sets the value(s) for type (class)NamingSystem.setType
(BoundCodeableConceptDt<IdentifierTypeCodesEnum> theValue) Sets the value(s) for type ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type BoundCodeableConceptDtModifier and TypeMethodDescriptionSubstance.setCategory
(List<BoundCodeableConceptDt<SubstanceCategoryCodesEnum>> theValue) Sets the value(s) for category (class)AppointmentResponse.setParticipantType
(List<BoundCodeableConceptDt<ParticipantTypeEnum>> theValue) Sets the value(s) for participantType ()HealthcareService.setReferralMethod
(List<BoundCodeableConceptDt<ReferralMethodEnum>> theValue) Sets the value(s) for referralMethod ()Conformance.RestSecurity.setService
(List<BoundCodeableConceptDt<RestfulSecurityServiceEnum>> theValue) Sets the value(s) for service ()HealthcareService.setServiceProvisionCode
(List<BoundCodeableConceptDt<ServiceProvisionConditionsEnum>> theValue) Sets the value(s) for serviceProvisionCode ()Appointment.Participant.setType
(List<BoundCodeableConceptDt<ParticipantTypeEnum>> theValue) Sets the value(s) for type ()Encounter.Participant.setType
(List<BoundCodeableConceptDt<ParticipantTypeEnum>> theValue) Sets the value(s) for type ()