Uses of Class
com.ibm.fhir.model.type.code.ContactPointSystem
-
Packages that use ContactPointSystem Package Description com.ibm.fhir.model.type com.ibm.fhir.model.type.code -
-
Uses of ContactPointSystem in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return ContactPointSystem Modifier and Type Method Description ContactPointSystemContactPoint. getSystem()Telecommunications form for contact point - what communications system is required to make use of the contact.Methods in com.ibm.fhir.model.type with parameters of type ContactPointSystem Modifier and Type Method Description ContactPoint.BuilderContactPoint.Builder. system(ContactPointSystem system)Telecommunications form for contact point - what communications system is required to make use of the contact. -
Uses of ContactPointSystem in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as ContactPointSystem Modifier and Type Field Description static ContactPointSystemContactPointSystem. EMAILEmailstatic ContactPointSystemContactPointSystem. FAXFaxstatic ContactPointSystemContactPointSystem. OTHEROtherstatic ContactPointSystemContactPointSystem. PAGERPagerstatic ContactPointSystemContactPointSystem. PHONEPhonestatic ContactPointSystemContactPointSystem. SMSSMSstatic ContactPointSystemContactPointSystem. URLURLMethods in com.ibm.fhir.model.type.code that return ContactPointSystem Modifier and Type Method Description ContactPointSystemContactPointSystem.Builder. build()static ContactPointSystemContactPointSystem. of(ContactPointSystem.ValueSet value)Factory method for creating ContactPointSystem objects from a passed enum value.static ContactPointSystemContactPointSystem. of(String value)Factory method for creating ContactPointSystem objects from a passed string value.
-