Uses of Class
com.ibm.fhir.model.type.ContactPoint
-
Packages that use ContactPoint Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type com.ibm.fhir.model.visitor -
-
Uses of ContactPoint in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ContactPoint Modifier and Type Method Description ContactPointMessageHeader.Source. getContact()An e-mail, phone, website or other contact point to use to resolve issues with message communications.Methods in com.ibm.fhir.model.resource that return types with arguments of type ContactPoint Modifier and Type Method Description List<ContactPoint>Device. getContact()Contact details for an organization or a particular human that is responsible for the device.List<ContactPoint>DeviceDefinition. getContact()Contact details for an organization or a particular human that is responsible for the device.List<ContactPoint>Endpoint. getContact()Contact details for a human to contact about the subscription.List<ContactPoint>Subscription. getContact()Contact details for a human to contact about the subscription.List<ContactPoint>CareTeam. getTelecom()A central contact detail for the care team (that applies to all members).List<ContactPoint>HealthcareService. getTelecom()List of contacts related to this specific healthcare service.List<ContactPoint>InsurancePlan.Contact. getTelecom()A contact detail (e.g.List<ContactPoint>Location. getTelecom()The contact details of communication devices available at the location.List<ContactPoint>Organization.Contact. getTelecom()A contact detail (e.g.List<ContactPoint>Organization. getTelecom()A contact detail for the organization.List<ContactPoint>OrganizationAffiliation. getTelecom()Contact details at the participatingOrganization relevant to this Affiliation.List<ContactPoint>Patient.Contact. getTelecom()A contact detail for the person, e.g.List<ContactPoint>Patient. getTelecom()A contact detail (e.g.List<ContactPoint>Person. getTelecom()A contact detail for the person, e.g.List<ContactPoint>Practitioner. getTelecom()A contact detail for the practitioner, e.g.List<ContactPoint>PractitionerRole. getTelecom()Contact details that are specific to the role/location/service.List<ContactPoint>RelatedPerson. getTelecom()A contact detail for the person, e.g.Methods in com.ibm.fhir.model.resource with parameters of type ContactPoint Modifier and Type Method Description Device.BuilderDevice.Builder. contact(ContactPoint... contact)Contact details for an organization or a particular human that is responsible for the device.DeviceDefinition.BuilderDeviceDefinition.Builder. contact(ContactPoint... contact)Contact details for an organization or a particular human that is responsible for the device.Endpoint.BuilderEndpoint.Builder. contact(ContactPoint... contact)Contact details for a human to contact about the subscription.MessageHeader.Source.BuilderMessageHeader.Source.Builder. contact(ContactPoint contact)An e-mail, phone, website or other contact point to use to resolve issues with message communications.Subscription.BuilderSubscription.Builder. contact(ContactPoint... contact)Contact details for a human to contact about the subscription.CareTeam.BuilderCareTeam.Builder. telecom(ContactPoint... telecom)A central contact detail for the care team (that applies to all members).HealthcareService.BuilderHealthcareService.Builder. telecom(ContactPoint... telecom)List of contacts related to this specific healthcare service.InsurancePlan.Contact.BuilderInsurancePlan.Contact.Builder. telecom(ContactPoint... telecom)A contact detail (e.g.Location.BuilderLocation.Builder. telecom(ContactPoint... telecom)The contact details of communication devices available at the location.Organization.BuilderOrganization.Builder. telecom(ContactPoint... telecom)A contact detail for the organization.Organization.Contact.BuilderOrganization.Contact.Builder. telecom(ContactPoint... telecom)A contact detail (e.g.OrganizationAffiliation.BuilderOrganizationAffiliation.Builder. telecom(ContactPoint... telecom)Contact details at the participatingOrganization relevant to this Affiliation.Patient.BuilderPatient.Builder. telecom(ContactPoint... telecom)A contact detail (e.g.Patient.Contact.BuilderPatient.Contact.Builder. telecom(ContactPoint... telecom)A contact detail for the person, e.g.Person.BuilderPerson.Builder. telecom(ContactPoint... telecom)A contact detail for the person, e.g.Practitioner.BuilderPractitioner.Builder. telecom(ContactPoint... telecom)A contact detail for the practitioner, e.g.PractitionerRole.BuilderPractitionerRole.Builder. telecom(ContactPoint... telecom)Contact details that are specific to the role/location/service.RelatedPerson.BuilderRelatedPerson.Builder. telecom(ContactPoint... telecom)A contact detail for the person, e.g.Method parameters in com.ibm.fhir.model.resource with type arguments of type ContactPoint Modifier and Type Method Description Device.BuilderDevice.Builder. contact(Collection<ContactPoint> contact)Contact details for an organization or a particular human that is responsible for the device.DeviceDefinition.BuilderDeviceDefinition.Builder. contact(Collection<ContactPoint> contact)Contact details for an organization or a particular human that is responsible for the device.Endpoint.BuilderEndpoint.Builder. contact(Collection<ContactPoint> contact)Contact details for a human to contact about the subscription.Subscription.BuilderSubscription.Builder. contact(Collection<ContactPoint> contact)Contact details for a human to contact about the subscription.CareTeam.BuilderCareTeam.Builder. telecom(Collection<ContactPoint> telecom)A central contact detail for the care team (that applies to all members).HealthcareService.BuilderHealthcareService.Builder. telecom(Collection<ContactPoint> telecom)List of contacts related to this specific healthcare service.InsurancePlan.Contact.BuilderInsurancePlan.Contact.Builder. telecom(Collection<ContactPoint> telecom)A contact detail (e.g.Location.BuilderLocation.Builder. telecom(Collection<ContactPoint> telecom)The contact details of communication devices available at the location.Organization.BuilderOrganization.Builder. telecom(Collection<ContactPoint> telecom)A contact detail for the organization.Organization.Contact.BuilderOrganization.Contact.Builder. telecom(Collection<ContactPoint> telecom)A contact detail (e.g.OrganizationAffiliation.BuilderOrganizationAffiliation.Builder. telecom(Collection<ContactPoint> telecom)Contact details at the participatingOrganization relevant to this Affiliation.Patient.BuilderPatient.Builder. telecom(Collection<ContactPoint> telecom)A contact detail (e.g.Patient.Contact.BuilderPatient.Contact.Builder. telecom(Collection<ContactPoint> telecom)A contact detail for the person, e.g.Person.BuilderPerson.Builder. telecom(Collection<ContactPoint> telecom)A contact detail for the person, e.g.Practitioner.BuilderPractitioner.Builder. telecom(Collection<ContactPoint> telecom)A contact detail for the practitioner, e.g.PractitionerRole.BuilderPractitionerRole.Builder. telecom(Collection<ContactPoint> telecom)Contact details that are specific to the role/location/service.RelatedPerson.BuilderRelatedPerson.Builder. telecom(Collection<ContactPoint> telecom)A contact detail for the person, e.g. -
Uses of ContactPoint in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return ContactPoint Modifier and Type Method Description ContactPointContactPoint.Builder. build()Build theContactPointMethods in com.ibm.fhir.model.type that return types with arguments of type ContactPoint Modifier and Type Method Description List<ContactPoint>ContactDetail. getTelecom()The contact details for the individual (if a name was provided) or the organization.Methods in com.ibm.fhir.model.type with parameters of type ContactPoint Modifier and Type Method Description protected ContactPoint.BuilderContactPoint.Builder. from(ContactPoint contactPoint)ContactDetail.BuilderContactDetail.Builder. telecom(ContactPoint... telecom)The contact details for the individual (if a name was provided) or the organization.Method parameters in com.ibm.fhir.model.type with type arguments of type ContactPoint Modifier and Type Method Description ContactDetail.BuilderContactDetail.Builder. telecom(Collection<ContactPoint> telecom)The contact details for the individual (if a name was provided) or the organization. -
Uses of ContactPoint in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type ContactPoint Modifier and Type Method Description booleanDefaultVisitor. visit(String elementName, int elementIndex, ContactPoint contactPoint)Delegates to#visit(elementName, elementIndex, Element)booleanVisitor. visit(String elementName, int elementIndex, ContactPoint contactPoint)
-