Package org.hl7.fhir.r5.model
Class VirtualServiceDetail
java.lang.Object
org.hl7.fhir.r5.model.Base
org.hl7.fhir.r5.model.Element
org.hl7.fhir.r5.model.DataType
org.hl7.fhir.r5.model.VirtualServiceDetail
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement
,Serializable
,org.hl7.fhir.instance.model.api.IBase
,org.hl7.fhir.instance.model.api.IBaseDatatype
,org.hl7.fhir.instance.model.api.IBaseElement
,org.hl7.fhir.instance.model.api.IBaseHasExtensions
,org.hl7.fhir.instance.model.api.ICompositeType
public class VirtualServiceDetail
extends DataType
implements org.hl7.fhir.instance.model.api.ICompositeType
VirtualServiceDetail Type: Virtual Service Contact Details.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.hl7.fhir.r5.model.Base
Base.ProfileSource, Base.ValidationInfo, Base.ValidationMode, Base.ValidationReason
-
Field Summary
Modifier and TypeFieldDescriptionAddress to see alternative connection details.protected DataType
What address or number needs to be used for a user to connect to the virtual service to join.protected Coding
The type of virtual service to connect to (i.e.protected PositiveIntType
Maximum number of participants supported by the virtual service.protected StringType
Session Key required by the virtual service. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddAdditionalInfo
(String value) copy()
void
boolean
equalsDeep
(Base other_) boolean
equalsShallow
(Base other_) fhirType()
int
getNamedProperty
(int _hash, String _name, boolean _checkValid) Base[]
getProperty
(int hash, String name, boolean checkValid) String[]
getTypesForProperty
(int hash, String name) boolean
boolean
hasAdditionalInfo
(String value) boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
isEmpty()
protected void
listChildren
(List<Property> children) makeProperty
(int hash, String name) void
removeChild
(String name, Base value) setAdditionalInfo
(List<UrlType> theAdditionalInfo) setAddress
(DataType value) setChannelType
(Coding value) setMaxParticipants
(int value) setProperty
(int hash, String name, Base value) setProperty
(String name, Base value) setSessionKey
(String value) setSessionKeyElement
(StringType value) protected VirtualServiceDetail
Methods inherited from class org.hl7.fhir.r5.model.DataType
copyValues, getTranslation, isTranslatable
Methods inherited from class org.hl7.fhir.r5.model.Element
addExtension, addExtension, addExtension, copyExtensions, copyNewExtensions, copyValues, getExtension, getExtensionByUrl, getExtensionFirstRep, getExtensionsByUrl, getExtensionsByUrl, getExtensionString, getExtensionString, getFHIRPublicationVersion, getId, getIdBase, getIdElement, getStandardsStatus, hasExtension, hasExtension, hasExtension, hasExtension, hasId, hasIdElement, isDisallowExtensions, noExtensions, removeExtension, setDisallowExtensions, setExtension, setId, setIdBase, setIdElement, setStandardsStatus
Methods inherited from class org.hl7.fhir.r5.model.Base
addDefinition, addFormatCommentsPost, addFormatCommentsPre, addValidationMessage, canHavePrimitiveValue, children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, copyFormatComments, copyUserData, copyValues, dateTimeValue, equals, getChildByName, getChildValueByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, getValidationInfo, getValidationMessages, getXhtml, hasFormatComment, hasFormatCommentPost, hasFormatCommentPre, hasPrimitiveValue, hasType, hasUserData, hasValidated, hasValidationInfo, hasValidationMessages, isBooleanPrimitive, isCopyUserData, isDateTime, isMetadataBased, isPrimitive, isResource, listChildrenByName, listChildrenByName, primitiveValue, setCopyUserData, setUserData, setUserDataINN
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseElement
getUserData, setUserData
-
Field Details
-
channelType
The type of virtual service to connect to (i.e. Teams, Zoom, Specific VMR technology, WhatsApp). -
address
What address or number needs to be used for a user to connect to the virtual service to join. The channelType informs as to which datatype is appropriate to use (requires knowledge of the specific type). -
additionalInfo
Address to see alternative connection details. -
maxParticipants
Maximum number of participants supported by the virtual service. -
sessionKey
Session Key required by the virtual service.
-
-
Constructor Details
-
VirtualServiceDetail
public VirtualServiceDetail()Constructor
-
-
Method Details
-
getChannelType
- Returns:
channelType
(The type of virtual service to connect to (i.e. Teams, Zoom, Specific VMR technology, WhatsApp).)
-
hasChannelType
-
setChannelType
- Parameters:
value
-channelType
(The type of virtual service to connect to (i.e. Teams, Zoom, Specific VMR technology, WhatsApp).)
-
getAddress
- Returns:
address
(What address or number needs to be used for a user to connect to the virtual service to join. The channelType informs as to which datatype is appropriate to use (requires knowledge of the specific type).)
-
getAddressUrlType
- Returns:
address
(What address or number needs to be used for a user to connect to the virtual service to join. The channelType informs as to which datatype is appropriate to use (requires knowledge of the specific type).)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasAddressUrlType
-
getAddressStringType
- Returns:
address
(What address or number needs to be used for a user to connect to the virtual service to join. The channelType informs as to which datatype is appropriate to use (requires knowledge of the specific type).)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasAddressStringType
-
getAddressContactPoint
- Returns:
address
(What address or number needs to be used for a user to connect to the virtual service to join. The channelType informs as to which datatype is appropriate to use (requires knowledge of the specific type).)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasAddressContactPoint
-
getAddressExtendedContactDetail
public ExtendedContactDetail getAddressExtendedContactDetail() throws org.hl7.fhir.exceptions.FHIRException- Returns:
address
(What address or number needs to be used for a user to connect to the virtual service to join. The channelType informs as to which datatype is appropriate to use (requires knowledge of the specific type).)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasAddressExtendedContactDetail
-
hasAddress
-
setAddress
- Parameters:
value
-address
(What address or number needs to be used for a user to connect to the virtual service to join. The channelType informs as to which datatype is appropriate to use (requires knowledge of the specific type).)
-
getAdditionalInfo
- Returns:
additionalInfo
(Address to see alternative connection details.)
-
setAdditionalInfo
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasAdditionalInfo
-
addAdditionalInfoElement
- Returns:
additionalInfo
(Address to see alternative connection details.)
-
addAdditionalInfo
- Parameters:
value
-additionalInfo
(Address to see alternative connection details.)
-
hasAdditionalInfo
- Parameters:
value
-additionalInfo
(Address to see alternative connection details.)
-
getMaxParticipantsElement
- Returns:
maxParticipants
(Maximum number of participants supported by the virtual service.). This is the underlying object with id, value and extensions. The accessor "getMaxParticipants" gives direct access to the value
-
hasMaxParticipantsElement
-
hasMaxParticipants
-
setMaxParticipantsElement
- Parameters:
value
-maxParticipants
(Maximum number of participants supported by the virtual service.). This is the underlying object with id, value and extensions. The accessor "getMaxParticipants" gives direct access to the value
-
getMaxParticipants
- Returns:
- Maximum number of participants supported by the virtual service.
-
setMaxParticipants
- Parameters:
value
- Maximum number of participants supported by the virtual service.
-
getSessionKeyElement
- Returns:
sessionKey
(Session Key required by the virtual service.). This is the underlying object with id, value and extensions. The accessor "getSessionKey" gives direct access to the value
-
hasSessionKeyElement
-
hasSessionKey
-
setSessionKeyElement
- Parameters:
value
-sessionKey
(Session Key required by the virtual service.). This is the underlying object with id, value and extensions. The accessor "getSessionKey" gives direct access to the value
-
getSessionKey
- Returns:
- Session Key required by the virtual service.
-
setSessionKey
- Parameters:
value
- Session Key required by the virtual service.
-
listChildren
- Overrides:
listChildren
in classElement
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getNamedProperty
in classElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getProperty
in classElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
setProperty
in classElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
- Overrides:
setProperty
in classElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
removeChild
- Overrides:
removeChild
in classElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
- Overrides:
makeProperty
in classElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getTypesForProperty
in classElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
-
fhirType
-
copy
-
copyValues
-
typedCopy
-
equalsDeep
- Overrides:
equalsDeep
in classElement
-
equalsShallow
- Overrides:
equalsShallow
in classElement
-
isEmpty
-