
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
FieldsModifier and TypeFieldDescriptionAddress to see alternative connection details.protected DataTypeWhat address or number needs to be used for a user to connect to the virtual service to join.protected CodingThe type of virtual service to connect to (i.e.protected PositiveIntTypeMaximum number of participants supported by the virtual service.protected StringTypeSession Key required by the virtual service. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAdditionalInfo(String value) copy()voidbooleanequalsDeep(Base other_) booleanequalsShallow(Base other_) fhirType()intgetNamedProperty(int _hash, String _name, boolean _checkValid) Base[]getProperty(int hash, String name, boolean checkValid) String[]getTypesForProperty(int hash, String name) booleanbooleanhasAdditionalInfo(String value) booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanisEmpty()protected voidlistChildren(List<Property> children) makeProperty(int hash, String name) voidremoveChild(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 VirtualServiceDetailMethods inherited from class org.hl7.fhir.r5.model.DataType
copyValues, getTranslation, isTranslatableMethods inherited from class org.hl7.fhir.r5.model.Element
addExtension, addExtension, addExtension, copyExtensions, copyNewExtensions, copyValues, getExtension, getExtensionByUrl, getExtensionByUrl, getExtensionFirstRep, getExtensionsByUrl, getExtensionsByUrl, getExtensionString, getExtensionString, getExtensionValue, getFHIRPublicationVersion, getId, getIdBase, getIdElement, getStandardsStatus, hasExtension, hasExtension, hasExtension, hasExtension, hasId, hasIdElement, isDisallowExtensions, noExtensions, removeExtension, setDisallowExtensions, setExtension, setId, setIdBase, setIdElement, setStandardsStatusMethods 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, executeFunction, 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, setXhtmlMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserDataMethods 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
thisfor 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:
listChildrenin classElement
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getNamedPropertyin classElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getPropertyin classElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
setPropertyin classElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
- Overrides:
setPropertyin classElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
removeChild
- Overrides:
removeChildin classElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
- Overrides:
makePropertyin classElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getTypesForPropertyin classElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
-
fhirType
-
copy
-
copyValues
-
typedCopy
-
equalsDeep
- Overrides:
equalsDeepin classElement
-
equalsShallow
- Overrides:
equalsShallowin classElement
-
isEmpty
-