CloudHealthcareApi

gcp/Item/CloudHealthcareApi
include('gcp/Item/CloudHealthcareApi')
Illustration CloudHealthcareApi CloudHealthcareApiCard CloudHealthcareApiGroup
illustration for Illustration illustration for CloudHealthcareApi illustration for CloudHealthcareApiCard illustration for CloudHealthcareApiGroup

Sprites

The item provides the following sriptes:

  • <$CloudHealthcareApiXs>
  • <$CloudHealthcareApiSm>
  • <$CloudHealthcareApiMd>
  • <$CloudHealthcareApiLg>

CloudHealthcareApi

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('gcp/bootstrap')

' loads the Item which embeds the element CloudHealthcareApi
include('gcp/Item/CloudHealthcareApi')

' renders the element
CloudHealthcareApi('CloudHealthcareApi', 'Cloud Healthcare Api', 'an optional tech label', 'an optional description')
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('gcp/bootstrap')

' loads the Item which embeds the element CloudHealthcareApi
include('gcp/Item/CloudHealthcareApi')

' renders the element
CloudHealthcareApi('CloudHealthcareApi', 'Cloud Healthcare Api', 'an optional tech label', 'an optional description')
@enduml

CloudHealthcareApiCard

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('gcp/bootstrap')

' loads the Item which embeds the element CloudHealthcareApiCard
include('gcp/Item/CloudHealthcareApi')

' renders the element
CloudHealthcareApiCard('CloudHealthcareApiCard', 'Cloud Healthcare Api Card', 'an optional description')
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('gcp/bootstrap')

' loads the Item which embeds the element CloudHealthcareApiCard
include('gcp/Item/CloudHealthcareApi')

' renders the element
CloudHealthcareApiCard('CloudHealthcareApiCard', 'Cloud Healthcare Api Card', 'an optional description')
@enduml

CloudHealthcareApiGroup

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('gcp/bootstrap')

' loads the Item which embeds the element CloudHealthcareApiGroup
include('gcp/Item/CloudHealthcareApi')

' renders the element
CloudHealthcareApiGroup('CloudHealthcareApiGroup', 'Cloud Healthcare Api Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('gcp/bootstrap')

' loads the Item which embeds the element CloudHealthcareApiGroup
include('gcp/Item/CloudHealthcareApi')

' renders the element
CloudHealthcareApiGroup('CloudHealthcareApiGroup', 'Cloud Healthcare Api Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml