Uses of Enum
org.hl7.fhir.r4.model.ContactPoint.ContactPointSystem
-
Uses of ContactPoint.ContactPointSystem in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<ContactPoint.ContactPointSystem> ContactPoint.system
Telecommunications form for contact point - what communications system is required to make use of the contact.Modifier and TypeMethodDescriptionContactPoint.getSystem()
Returns the enum constant of this type with the specified name.static ContactPoint.ContactPointSystem[]
ContactPoint.ContactPointSystem.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionContactPoint.ContactPointSystemEnumFactory.fromType
(PrimitiveType<?> code) ContactPoint.getSystemElement()
Modifier and TypeMethodDescriptionstatic ContactPoint
Factory.newContactPoint
(ContactPoint.ContactPointSystem system, String value) ContactPoint.setSystem
(ContactPoint.ContactPointSystem value) ContactPoint.ContactPointSystemEnumFactory.toCode
(ContactPoint.ContactPointSystem code) ContactPoint.ContactPointSystemEnumFactory.toSystem
(ContactPoint.ContactPointSystem code) Modifier and TypeMethodDescriptionContactPoint.setSystemElement
(Enumeration<ContactPoint.ContactPointSystem> value)